pkgsrc-WIP-changes archive

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

sacc: Import sacc-1.00 as wip/sacc



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Feb 24 18:28:27 2018 +0100
Changeset:	e5a9fee3c905356976be9f0d04756024a5fbcaba

Modified Files:
	Makefile
Added Files:
	sacc/DESCR
	sacc/Makefile
	sacc/PLIST
	sacc/distinfo

Log Message:
sacc: Import sacc-1.00 as wip/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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e5a9fee3c905356976be9f0d04756024a5fbcaba

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile      |  1 +
 sacc/DESCR    |  3 +++
 sacc/Makefile | 18 ++++++++++++++++++
 sacc/PLIST    |  3 +++
 sacc/distinfo |  6 ++++++
 5 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 28798c4ada..58dface7e3 100644
--- a/Makefile
+++ b/Makefile
@@ -4069,6 +4069,7 @@ SUBDIR+=	s6
 SUBDIR+=	s6-dns
 SUBDIR+=	s6-portable-utils
 SUBDIR+=	sabnzbdplus
+SUBDIR+=	sacc
 SUBDIR+=	safekeep
 SUBDIR+=	sailor
 SUBDIR+=	sais
diff --git a/sacc/DESCR b/sacc/DESCR
new file mode 100644
index 0000000000..c52708d648
--- /dev/null
+++ b/sacc/DESCR
@@ -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 --git a/sacc/Makefile b/sacc/Makefile
new file mode 100644
index 0000000000..fb8c0335d1
--- /dev/null
+++ b/sacc/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.3 2017/04/17 09:51:54 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"
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sacc/PLIST b/sacc/PLIST
new file mode 100644
index 0000000000..45810d8f81
--- /dev/null
+++ b/sacc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/sacc
+man/man1/sacc.1
diff --git a/sacc/distinfo b/sacc/distinfo
new file mode 100644
index 0000000000..9bc7280b03
--- /dev/null
+++ b/sacc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2017/04/17 09:51:54 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