pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sacc-git: Import sacc-1.00 as wip/sacc-git
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Sep 16 15:24:38 2018 +0200
Changeset: 22b3b9fdf011738467b38d4e6c0367ad474091f2
Modified Files:
Makefile
Added Files:
sacc-git/DESCR
sacc-git/Makefile
sacc-git/PLIST
Log Message:
sacc-git: Import sacc-1.00 as wip/sacc-git
sacc is a terminal gopher client. Gopher is a simple protocol to
retreive hierarchical information. The protocol is defined in
RFC 1436 (Gopher).
Based on net/sacc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22b3b9fdf011738467b38d4e6c0367ad474091f2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
sacc-git/DESCR | 3 +++
sacc-git/Makefile | 24 ++++++++++++++++++++++++
sacc-git/PLIST | 3 +++
4 files changed, 31 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 9ed3ed2844..bbb1174660 100644
--- a/Makefile
+++ b/Makefile
@@ -4171,6 +4171,7 @@ SUBDIR+= s6
SUBDIR+= s6-dns
SUBDIR+= s6-portable-utils
SUBDIR+= sabnzbdplus
+SUBDIR+= sacc-git
SUBDIR+= safekeep
SUBDIR+= sailor
SUBDIR+= sais
diff --git a/sacc-git/DESCR b/sacc-git/DESCR
new file mode 100644
index 0000000000..773bc13b17
--- /dev/null
+++ b/sacc-git/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-git/Makefile b/sacc-git/Makefile
new file mode 100644
index 0000000000..eea0e0b188
--- /dev/null
+++ b/sacc-git/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.2 2018/02/28 16:32:56 leot Exp $
+
+DISTNAME= sacc-v1.00
+PKGNAME= ${DISTNAME:S/-v/-/}
+CATEGORIES= net
+MASTER_SITES= ftp://bitreich.org/releases/sacc/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= gopher://bitreich.org/1/scm/sacc
+COMMENT= Console gopher client
+LICENSE= isc
+
+GIT_REPOSITORIES= sacc
+GIT_REPO.sacc= git://bitreich.org/sacc/
+WRKSRC= ${WRKDIR}/sacc
+
+MAKE_FLAGS+= PREFIX="${PREFIX}"
+MAKE_FLAGS+= MANDIR="${PREFIX}/${PKGMANDIR}/man1"
+MAKE_FLAGS+= LIBS=${BUILDLINK_LDADD.terminfo:Q}
+
+.include "../../mk/terminfo.buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sacc-git/PLIST b/sacc-git/PLIST
new file mode 100644
index 0000000000..25b0dae6bf
--- /dev/null
+++ b/sacc-git/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/26 16:52:21 leot Exp $
+bin/sacc
+man/man1/sacc.1
Home |
Main Index |
Thread Index |
Old Index