Commit this package addition again:
gnapfetch - update/maintain opennap servers for gnapster/TekNap
This commit is contained in:
parent
71c8100b02
commit
d8a7732b7e
5 changed files with 31 additions and 0 deletions
22
net/gnapfetch/Makefile
Normal file
22
net/gnapfetch/Makefile
Normal file
|
@ -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"
|
3
net/gnapfetch/files/md5
Normal file
3
net/gnapfetch/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1 2000/08/08 08:18:45 jlam Exp $
|
||||
|
||||
MD5 (gnapfetch-0.3.tar.gz) = 594c48df0ebe1f17bd59e904e56ec793
|
1
net/gnapfetch/pkg/COMMENT
Normal file
1
net/gnapfetch/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
update/maintain opennap servers for gnapster/TekNap
|
2
net/gnapfetch/pkg/DESCR
Normal file
2
net/gnapfetch/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Gnapfetch is a perl program to update/maintain a list of opennap servers
|
||||
for gnapster/TekNap.
|
3
net/gnapfetch/pkg/PLIST
Normal file
3
net/gnapfetch/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2000/08/08 08:18:45 jlam Exp $
|
||||
bin/gnapfetch
|
||||
share/doc/gnapfetch/README
|
Loading…
Reference in a new issue