summaryrefslogtreecommitdiff
path: root/net/ripe-whois/Makefile
diff options
context:
space:
mode:
authorseb <seb>2002-02-05 13:01:10 +0000
committerseb <seb>2002-02-05 13:01:10 +0000
commit7a68c1ccc0b53a07c7ba73983aa542f2319bdd6a (patch)
tree592c9b94b76b8c06b2762989238da72e06a84afd /net/ripe-whois/Makefile
parentd2e91038d1a6534c15f0af0a36077210adbcacf8 (diff)
downloadpkgsrc-7a68c1ccc0b53a07c7ba73983aa542f2319bdd6a.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/Makefile')
-rw-r--r--net/ripe-whois/Makefile29
1 files changed, 29 insertions, 0 deletions
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"