diff options
author | jlam <jlam> | 2000-08-08 08:18:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-08 08:18:44 +0000 |
commit | 7d548df9d6cc4a66cabe3f7296e85c8d0f80ec91 (patch) | |
tree | c39f1ea8f74364e3b188ca0cd62d98e825a2e186 /net | |
parent | 38f98780aaf1fd13093f0e5873311f3ebf131425 (diff) | |
download | pkgsrc-7d548df9d6cc4a66cabe3f7296e85c8d0f80ec91.tar.gz |
Commit this package addition again:
gnapfetch - update/maintain opennap servers for gnapster/TekNap
Diffstat (limited to 'net')
-rw-r--r-- | net/gnapfetch/Makefile | 22 | ||||
-rw-r--r-- | net/gnapfetch/files/md5 | 3 | ||||
-rw-r--r-- | net/gnapfetch/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/gnapfetch/pkg/DESCR | 2 | ||||
-rw-r--r-- | net/gnapfetch/pkg/PLIST | 3 |
5 files changed, 31 insertions, 0 deletions
diff --git a/net/gnapfetch/Makefile b/net/gnapfetch/Makefile new file mode 100644 index 00000000000..8597d357e25 --- /dev/null +++ b/net/gnapfetch/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2000/08/08 08:18:44 jlam Exp $ + +DISTNAME= gnapfetch-0.3 +CATEGORIES= net +MASTER_SITES= http://entropy.atlantic.net/gnapfetch/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://entropy.atlantic.net/gnapfetch/ + +USE_PERL5= # defined +PERL= ${LOCALBASE}/bin/perl + +do-build: + ${SED} -e "s,/usr/bin/perl,${PERL},g" < ${WRKSRC}/gnapfetch \ + > ${WRKDIR}/gnapfetch + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/gnapfetch ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnapfetch + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnapfetch + +.include "../../mk/bsd.pkg.mk" diff --git a/net/gnapfetch/files/md5 b/net/gnapfetch/files/md5 new file mode 100644 index 00000000000..9999b2bfa1d --- /dev/null +++ b/net/gnapfetch/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 2000/08/08 08:18:45 jlam Exp $ + +MD5 (gnapfetch-0.3.tar.gz) = 594c48df0ebe1f17bd59e904e56ec793 diff --git a/net/gnapfetch/pkg/COMMENT b/net/gnapfetch/pkg/COMMENT new file mode 100644 index 00000000000..d6d4d01cfb9 --- /dev/null +++ b/net/gnapfetch/pkg/COMMENT @@ -0,0 +1 @@ +update/maintain opennap servers for gnapster/TekNap diff --git a/net/gnapfetch/pkg/DESCR b/net/gnapfetch/pkg/DESCR new file mode 100644 index 00000000000..9fc4a78081f --- /dev/null +++ b/net/gnapfetch/pkg/DESCR @@ -0,0 +1,2 @@ +Gnapfetch is a perl program to update/maintain a list of opennap servers +for gnapster/TekNap. diff --git a/net/gnapfetch/pkg/PLIST b/net/gnapfetch/pkg/PLIST new file mode 100644 index 00000000000..c491c6c165b --- /dev/null +++ b/net/gnapfetch/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2000/08/08 08:18:45 jlam Exp $ +bin/gnapfetch +share/doc/gnapfetch/README |