pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/sacc
Module Name: pkgsrc
Committed By: leot
Date: Mon Feb 26 16:52:21 UTC 2018
Added Files:
pkgsrc/net/sacc: DESCR Makefile PLIST distinfo
Log Message:
sacc: Import sacc-1.00 as net/sacc
sacc is a terminal gopher client. Gopher is a simple protocol to
retreive hierarchical information. The protocol is defined in
RFC 1436 (Gopher).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/sacc/DESCR pkgsrc/net/sacc/Makefile \
pkgsrc/net/sacc/PLIST pkgsrc/net/sacc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/sacc/DESCR
diff -u /dev/null pkgsrc/net/sacc/DESCR:1.1
--- /dev/null Mon Feb 26 16:52:21 2018
+++ pkgsrc/net/sacc/DESCR Mon Feb 26 16:52:21 2018
@@ -0,0 +1,3 @@
+sacc is a terminal gopher client. Gopher is a simple protocol to
+retreive hierarchical information. The protocol is defined in
+RFC 1436 (Gopher).
Index: pkgsrc/net/sacc/Makefile
diff -u /dev/null pkgsrc/net/sacc/Makefile:1.1
--- /dev/null Mon Feb 26 16:52:21 2018
+++ pkgsrc/net/sacc/Makefile Mon Feb 26 16:52:21 2018
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/02/26 16:52:21 leot Exp $
+
+DISTNAME= sacc-v1.00
+PKGNAME= ${DISTNAME:S/-v/-/}
+CATEGORIES= net
+MASTER_SITES= ftp://bitreich.org/releases/sacc/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= leot%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jhawthorn/fzy
+COMMENT= Console gopher client
+LICENSE= isc
+
+MAKE_FLAGS+= PREFIX="${PREFIX}"
+MAKE_FLAGS+= MANDIR="${PREFIX}/${PKGMANDIR}/man1"
+MAKE_FLAGS+= LIBS=${BUILDLINK_LDADD.terminfo:Q}
+
+.include "../../mk/terminfo.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/sacc/PLIST
diff -u /dev/null pkgsrc/net/sacc/PLIST:1.1
--- /dev/null Mon Feb 26 16:52:21 2018
+++ pkgsrc/net/sacc/PLIST Mon Feb 26 16:52:21 2018
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/26 16:52:21 leot Exp $
+bin/sacc
+man/man1/sacc.1
Index: pkgsrc/net/sacc/distinfo
diff -u /dev/null pkgsrc/net/sacc/distinfo:1.1
--- /dev/null Mon Feb 26 16:52:21 2018
+++ pkgsrc/net/sacc/distinfo Mon Feb 26 16:52:21 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/26 16:52:21 leot Exp $
+
+SHA1 (sacc-v1.00.tgz) = 8a5fadb5f86a41daddfcedd84b170a6303f9c0ff
+RMD160 (sacc-v1.00.tgz) = 98e8df8c4a864aacba11633a9b57ace70113b590
+SHA512 (sacc-v1.00.tgz) = 9bc45264246f1b3fbc54b621963d8eeec6dd45b3c0e3a329e0755189b69fdafd385689f75bc2ec2ff85960d96cf7bba9816e6dc1aa43c5750d093719806dc2c2
+Size (sacc-v1.00.tgz) = 11164 bytes
Home |
Main Index |
Thread Index |
Old Index