pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/awhois Initial import of Greg A. Woods' all-encomp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd28fbadc577
branches:  trunk
changeset: 465550:fd28fbadc577
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Thu Jan 01 19:13:35 2004 +0000

description:
Initial import of Greg A. Woods' all-encompassing whois client wrapper,
awhois, into the NetBSD packages collection as net/awhois.

diffstat:

 net/awhois/DESCR    |   1 +
 net/awhois/Makefile |  26 ++++++++++++++++++++++++++
 net/awhois/PLIST    |   2 ++
 net/awhois/distinfo |   4 ++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 41955dc21fec -r fd28fbadc577 net/awhois/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/awhois/DESCR  Thu Jan 01 19:13:35 2004 +0000
@@ -0,0 +1,1 @@
+This is Greg A. Woods' all-encompassing whois client wrapper.
diff -r 41955dc21fec -r fd28fbadc577 net/awhois/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/awhois/Makefile       Thu Jan 01 19:13:35 2004 +0000
@@ -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@localhost
+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 -r 41955dc21fec -r fd28fbadc577 net/awhois/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/awhois/PLIST  Thu Jan 01 19:13:35 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 19:13:35 cjep Exp $
+bin/awhois
diff -r 41955dc21fec -r fd28fbadc577 net/awhois/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/awhois/distinfo       Thu Jan 01 19:13:35 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index