diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-25 21:50:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-25 21:50:53 +0000 |
commit | de3a463c098ac095ede7556c52a649e45854a988 (patch) | |
tree | 4f19b7ba50c534e1b98e050b194dbc21d200706d /net/ripe-whois | |
parent | d201b6857764152f40c8644ba6b477b0b6b74e19 (diff) | |
download | ports-de3a463c098ac095ede7556c52a649e45854a988.tar.gz ports-de3a463c098ac095ede7556c52a649e45854a988.zip |
Notes
Diffstat (limited to 'net/ripe-whois')
-rw-r--r-- | net/ripe-whois/Makefile | 26 | ||||
-rw-r--r-- | net/ripe-whois/distinfo | 2 | ||||
-rw-r--r-- | net/ripe-whois/pkg-descr | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net/ripe-whois/Makefile b/net/ripe-whois/Makefile new file mode 100644 index 000000000000..a93e2b82c927 --- /dev/null +++ b/net/ripe-whois/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ripe-whois +# Date created: 18th February 2004 +# Whom: Lars Erik Gullerud <lerik@nolink.net> +# +# $FreeBSD$ +# + +PORTNAME= ripe-whois +PORTVERSION= 3.1.1v6 +CATEGORIES= net ipv6 +MASTER_SITES= ftp://ftp.ripe.net/tools/ + +MAINTAINER= lerik@nolink.net +COMMENT= The RIPE whois client version 3 + +USE_PERL5_BUILD= yes + +WRKSRC= ${WRKDIR}/whois-${PORTVERSION} + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} + +MAN1= whois3.1 +PLIST_FILES= bin/whois3 + +.include <bsd.port.mk> diff --git a/net/ripe-whois/distinfo b/net/ripe-whois/distinfo new file mode 100644 index 000000000000..b3015cc88b3b --- /dev/null +++ b/net/ripe-whois/distinfo @@ -0,0 +1,2 @@ +MD5 (ripe-whois-3.1.1v6.tar.gz) = 07802f588874d66690e04ec73b02fb17 +SIZE (ripe-whois-3.1.1v6.tar.gz) = 40608 diff --git a/net/ripe-whois/pkg-descr b/net/ripe-whois/pkg-descr new file mode 100644 index 000000000000..f5cd760e4a0d --- /dev/null +++ b/net/ripe-whois/pkg-descr @@ -0,0 +1,6 @@ +This is the RIPE whois client version 3 (whois3), a feature-rich +whois client with IPv6 support. This whois client is customized +for taking advantage of all the extended capabilities of the +RIPE whois db. + +WWW: http://www.ripe.net/db/ |