From c1decd916568c6c70fa6db772f154d005ec56f96 Mon Sep 17 00:00:00 2001 From: James FitzGibbon Date: Sat, 7 Jun 1997 04:07:27 +0000 Subject: Import of a perl5 module to access the NIC's Whois server --- net/p5-Net-Whois/Makefile | 26 ++++++++++++++++++++++++++ net/p5-Net-Whois/distinfo | 1 + net/p5-Net-Whois/pkg-comment | 1 + net/p5-Net-Whois/pkg-descr | 7 +++++++ net/p5-Net-Whois/pkg-plist | 4 ++++ 5 files changed, 39 insertions(+) create mode 100644 net/p5-Net-Whois/Makefile create mode 100644 net/p5-Net-Whois/distinfo create mode 100644 net/p5-Net-Whois/pkg-comment create mode 100644 net/p5-Net-Whois/pkg-descr create mode 100644 net/p5-Net-Whois/pkg-plist (limited to 'net/p5-Net-Whois') diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile new file mode 100644 index 000000000000..7a9a247a8c5c --- /dev/null +++ b/net/p5-Net-Whois/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Net-Whois +# Version required: 0.21 +# Date created: June 7th 1997 +# Whom: James FitzGibbon +# +# $Id$ +# + +DISTNAME= Net-Whois-0.21 +PKGNAME= p5-Net-Whois-0.21 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 + +MANPREFIX= /usr/local/lib/perl5 +MAN3= Net::Whois.3 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include diff --git a/net/p5-Net-Whois/distinfo b/net/p5-Net-Whois/distinfo new file mode 100644 index 000000000000..3cf39f246674 --- /dev/null +++ b/net/p5-Net-Whois/distinfo @@ -0,0 +1 @@ +MD5 (Net-Whois-0.21.tar.gz) = 75b262e0d32a826938793cf58fdf3d1b diff --git a/net/p5-Net-Whois/pkg-comment b/net/p5-Net-Whois/pkg-comment new file mode 100644 index 000000000000..a685db256e35 --- /dev/null +++ b/net/p5-Net-Whois/pkg-comment @@ -0,0 +1 @@ +a perl5 module to get information using the Whois protocol. diff --git a/net/p5-Net-Whois/pkg-descr b/net/p5-Net-Whois/pkg-descr new file mode 100644 index 000000000000..3049ab97b8e3 --- /dev/null +++ b/net/p5-Net-Whois/pkg-descr @@ -0,0 +1,7 @@ +This is a Perl 5 module that retrieves and parses information from the +InterNIC 'whois' database. If you are behind a firewall, you probably +won't be able to use this module. + +This version supports only the information about domains. Future work +may include information about people and other entities about which +the InterNIC keeps data. diff --git a/net/p5-Net-Whois/pkg-plist b/net/p5-Net-Whois/pkg-plist new file mode 100644 index 000000000000..82d68d3c06c7 --- /dev/null +++ b/net/p5-Net-Whois/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/man/man3/Net::Whois.3.gz +lib/perl5/site_perl/Net/Whois.pm +lib/perl5/site_perl/i386-freebsd/auto/Net/Whois/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Net/Whois -- cgit v1.2.3