summaryrefslogtreecommitdiff
path: root/net/ripe-whois
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-02-05 13:01:10 +0000
committerseb <seb@pkgsrc.org>2002-02-05 13:01:10 +0000
commit6fdcb010ded0aa5ffc90430b2ab30cdcc35f8d29 (patch)
tree592c9b94b76b8c06b2762989238da72e06a84afd /net/ripe-whois
parent60381ca63a4cba9b1e48a0abbd546e0ede2602bb (diff)
downloadpkgsrc-6fdcb010ded0aa5ffc90430b2ab30cdcc35f8d29.tar.gz
Initial import of the latest RIPE whois client, version 3.0, into the NetBSD
Packages Collection. This is a complete rewrite of the RIPE whois client: - The networkupdate utility is gone (it was restricted to internal RIPE NCC nodes anyway). - The cryptpw utility is also gone (it was not of real use for non-RIPE NCC users anyway). - The default command name is now whois3. - The whois3 client does not check for supported flags at the client side, except for -h (whois host) and -p (whois port). The syntax checks for flags are made at the server side. This package is believed to be the successor of net/ripe-whois-tools which could problably be removed.
Diffstat (limited to 'net/ripe-whois')
-rw-r--r--net/ripe-whois/DESCR13
-rw-r--r--net/ripe-whois/Makefile29
-rw-r--r--net/ripe-whois/PLIST6
-rw-r--r--net/ripe-whois/distinfo8
4 files changed, 56 insertions, 0 deletions
diff --git a/net/ripe-whois/DESCR b/net/ripe-whois/DESCR
new file mode 100644
index 00000000000..4b4e5dfab66
--- /dev/null
+++ b/net/ripe-whois/DESCR
@@ -0,0 +1,13 @@
+This is whois3, a very simple and generic whois client.
+
+This client, unlike the "classic" whois client,
+does not check for supported flags at the client side,
+except for -h (whois host) and -p (whois port).
+
+The syntax checks for flags are made at the server side.
+
+The default host and port of whois3 is whois.ripe.net
+at port 43 (or to be more exact, the tcp port specified
+for whois in /etc/services).
+
+Try whois3 help.
diff --git a/net/ripe-whois/Makefile b/net/ripe-whois/Makefile
new file mode 100644
index 00000000000..a1dbb2f78d5
--- /dev/null
+++ b/net/ripe-whois/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/02/05 13:01:10 seb Exp $
+#
+
+DISTNAME= ripe-whois-3.0
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ripe.net/tools/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ASCII_DOC} ${PS_DOC}
+
+MAINTAINER= seb@netbsd.org
+HOMEPAGE= http://www.ripe.net/ripencc/pub-services/db/
+COMMENT= RIPE very simple and generic whois client
+
+WRKSRC= ${WRKDIR}/whois-3.0
+GNU_CONFIGURE= YES
+
+ASCII_DOC= ripe-223.txt
+PS_DOC= ripe-223.ps
+DOCS= ${ASCII_DOC} ${PS_DOC}
+SITES_${ASCII_DOC}= ftp://ftp.ripe.net/ripe/docs/
+SITES_${PS_DOC}= ftp://ftp.ripe.net/ripe/docs/
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ripe-whois
+.for __file__ in ${DOCS}
+ ${INSTALL_DATA} ${DISTDIR}/${__file__} ${PREFIX}/share/doc/ripe-whois
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/ripe-whois/PLIST b/net/ripe-whois/PLIST
new file mode 100644
index 00000000000..aa99fd4020d
--- /dev/null
+++ b/net/ripe-whois/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/05 13:01:10 seb Exp $
+bin/whois3
+man/man1/whois3.1
+share/doc/ripe-whois/ripe-223.ps
+share/doc/ripe-whois/ripe-223.txt
+@dirrm share/doc/ripe-whois
diff --git a/net/ripe-whois/distinfo b/net/ripe-whois/distinfo
new file mode 100644
index 00000000000..0fa9eb17706
--- /dev/null
+++ b/net/ripe-whois/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/02/05 13:01:10 seb Exp $
+
+SHA1 (ripe-whois-3.0.tar.gz) = dc0aacdbff90959add659d20d1151001f1bbe70a
+Size (ripe-whois-3.0.tar.gz) = 21248 bytes
+SHA1 (ripe-223.txt) = 962bca7ddcb70863e2925d45f17b120a21bf605c
+Size (ripe-223.txt) = 112854 bytes
+SHA1 (ripe-223.ps) = 9c25f2b92151a05f26844f51695fd40ea57aa7f2
+Size (ripe-223.ps) = 263983 bytes