pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/sacc sacc: Import sacc-1.00 as net/sacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a245c2c30060
branches:  trunk
changeset: 376186:a245c2c30060
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Feb 26 16:52:21 2018 +0000

description:
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).

diffstat:

 net/sacc/DESCR    |   3 +++
 net/sacc/Makefile |  19 +++++++++++++++++++
 net/sacc/PLIST    |   3 +++
 net/sacc/distinfo |   6 ++++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 4755fd7e50d8 -r a245c2c30060 net/sacc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sacc/DESCR    Mon Feb 26 16:52:21 2018 +0000
@@ -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).
diff -r 4755fd7e50d8 -r a245c2c30060 net/sacc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sacc/Makefile Mon Feb 26 16:52:21 2018 +0000
@@ -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"
diff -r 4755fd7e50d8 -r a245c2c30060 net/sacc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sacc/PLIST    Mon Feb 26 16:52:21 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/26 16:52:21 leot Exp $
+bin/sacc
+man/man1/sacc.1
diff -r 4755fd7e50d8 -r a245c2c30060 net/sacc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sacc/distinfo Mon Feb 26 16:52:21 2018 +0000
@@ -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