diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-07 02:17:50 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-07 02:17:50 +0000 |
commit | 148cc67559175aa68d7d77a946fe4f7ba5c637e8 (patch) | |
tree | 54fd385327bfaefcfa59508bf7fc53784c2bf05f /net/p5-Net-ParseWhois | |
parent | afbebb0cfe8a66fe8a907fbdad8e2ec6f5b05d0c (diff) |
Add p5-Net-ParseWhois-0.62, an extendable perl5 module for parsing whois
information
PR: 30953
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=48509
Diffstat (limited to 'net/p5-Net-ParseWhois')
-rw-r--r-- | net/p5-Net-ParseWhois/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-ParseWhois/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-ParseWhois/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-ParseWhois/pkg-descr | 6 | ||||
-rw-r--r-- | net/p5-Net-ParseWhois/pkg-plist | 22 |
5 files changed, 52 insertions, 0 deletions
diff --git a/net/p5-Net-ParseWhois/Makefile b/net/p5-Net-ParseWhois/Makefile new file mode 100644 index 000000000000..ded9f1b3f747 --- /dev/null +++ b/net/p5-Net-ParseWhois/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-ParseWhois +# Date created: 30 September 2001 +# Whom: Anders Nordby <anders@fix.no> +# +# $FreeBSD$ +# + +PORTNAME= Net-ParseWhois +PORTVERSION= 0.62 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::ParseWhois.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-ParseWhois/distinfo b/net/p5-Net-ParseWhois/distinfo new file mode 100644 index 000000000000..81fe3411ee51 --- /dev/null +++ b/net/p5-Net-ParseWhois/distinfo @@ -0,0 +1 @@ +MD5 (Net-ParseWhois-0.62.tar.gz) = f648a2ba7d9aff1d5d1fdb685ce99bbc diff --git a/net/p5-Net-ParseWhois/pkg-comment b/net/p5-Net-ParseWhois/pkg-comment new file mode 100644 index 000000000000..ec8b639d93a6 --- /dev/null +++ b/net/p5-Net-ParseWhois/pkg-comment @@ -0,0 +1 @@ +Extendable perl5 module for parsing whois information diff --git a/net/p5-Net-ParseWhois/pkg-descr b/net/p5-Net-ParseWhois/pkg-descr new file mode 100644 index 000000000000..17efe6b83531 --- /dev/null +++ b/net/p5-Net-ParseWhois/pkg-descr @@ -0,0 +1,6 @@ +Based on Net::Whois, Net::ParseWhois was written with the intent to provide a +replacement for the (broken) Net::Whois module. It is otherwise different to +Net::Whois in that it a) is easily extendable b) has a work-around approach +rather than wanting/expecting/wishing registrars to standardize their output. + +WWW: http://dajoba.com/projects/netparsewhois/ diff --git a/net/p5-Net-ParseWhois/pkg-plist b/net/p5-Net-ParseWhois/pkg-plist new file mode 100644 index 000000000000..043b973fbf7a --- /dev/null +++ b/net/p5-Net-ParseWhois/pkg-plist @@ -0,0 +1,22 @@ +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/BulkRegister.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/CoreNic.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/DomainBank.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/DomainDiscover.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Dotster.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Easyspace.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/INameWW.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Netsol.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/OpenSRS.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Register.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Registrars.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Unknown.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/ParseWhois/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/ParseWhois +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true |