diff options
-rw-r--r-- | net/awhois/DESCR | 1 | ||||
-rw-r--r-- | net/awhois/Makefile | 26 | ||||
-rw-r--r-- | net/awhois/PLIST | 2 | ||||
-rw-r--r-- | net/awhois/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/net/awhois/DESCR b/net/awhois/DESCR new file mode 100644 index 00000000000..4add47df520 --- /dev/null +++ b/net/awhois/DESCR @@ -0,0 +1 @@ +This is Greg A. Woods' all-encompassing whois client wrapper. diff --git a/net/awhois/Makefile b/net/awhois/Makefile new file mode 100644 index 00000000000..475ab001196 --- /dev/null +++ b/net/awhois/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 19:13:35 cjep Exp $ +# + +DISTNAME= awhois.sh-v1.61 +PKGNAME= awhois-1.61 +WRKSRC= ${WRKDIR} +CATEGORIES= net +MASTER_SITES= ftp://ftp.planix.com/pub/Planix/ +EXTRACT_SUFX= # nowt + +MAINTAINER= cjep@NetBSD.org +HOMEPAGE= ftp://ftp.planix.com/pub/Planix/ +COMMENT= All-encompassing whois client wrapper + +USE_BUILDLINK2= yes + +do-extract: + ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}; + +do-build: + cd ${WRKSRC}; ${CP} ${DISTFILES} awhois; ${CHMOD} +x awhois; + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/awhois ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/net/awhois/PLIST b/net/awhois/PLIST new file mode 100644 index 00000000000..670711bbc69 --- /dev/null +++ b/net/awhois/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 19:13:35 cjep Exp $ +bin/awhois diff --git a/net/awhois/distinfo b/net/awhois/distinfo new file mode 100644 index 00000000000..b74227c637b --- /dev/null +++ b/net/awhois/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/01 19:13:35 cjep Exp $ + +SHA1 (awhois.sh-v1.61) = cea9ec9a839fc0cb1cd8c74ed91ca65766ea74b9 +Size (awhois.sh-v1.61) = 14281 bytes |