diff options
author | pav <pav@FreeBSD.org> | 2004-02-26 05:50:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-26 05:50:53 +0800 |
commit | 5b119d95bc994212aab0c161005250751b71d130 (patch) | |
tree | c499e3312b98d197bd344259b20963259aa97437 /net/ripe-whois | |
parent | 78dfe937df3ec974b34df49b5ef93d30a2b3d69a (diff) | |
download | freebsd-ports-gnome-5b119d95bc994212aab0c161005250751b71d130.tar.gz freebsd-ports-gnome-5b119d95bc994212aab0c161005250751b71d130.tar.zst freebsd-ports-gnome-5b119d95bc994212aab0c161005250751b71d130.zip |
Port of the standalone RIPE whois client (whois3). The standalone
version is far more updated than the version included with the
ripe-whois-tools (net/ripetools) package, and includes IPv6 support.
PR: ports/62986
Submitted by: Lars Erik Gullerud <lerik@nolink.net>
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/ |