From 510a1ecd7c1aac5d79e340f9e304f6f23f5f471a Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 6 Jul 2001 17:36:08 +0000 Subject: add p5-Net-XWhois Whois Client Interface for Perl5 PR: 28090 Submitted by: Danny Howard --- net/p5-Net-XWhois/Makefile | 22 ++++++++++++++++++++++ net/p5-Net-XWhois/distinfo | 1 + net/p5-Net-XWhois/pkg-comment | 1 + net/p5-Net-XWhois/pkg-descr | 8 ++++++++ net/p5-Net-XWhois/pkg-plist | 3 +++ 5 files changed, 35 insertions(+) create mode 100644 net/p5-Net-XWhois/Makefile create mode 100644 net/p5-Net-XWhois/distinfo create mode 100644 net/p5-Net-XWhois/pkg-comment create mode 100644 net/p5-Net-XWhois/pkg-descr create mode 100644 net/p5-Net-XWhois/pkg-plist (limited to 'net/p5-Net-XWhois') diff --git a/net/p5-Net-XWhois/Makefile b/net/p5-Net-XWhois/Makefile new file mode 100644 index 000000000000..c2237d00d86f --- /dev/null +++ b/net/p5-Net-XWhois/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-XWhois +# Date created: 11 June 2001 +# Whom: Danny Howard +# +# $FreeBSD$ +# + +PORTNAME= Net-XWhois +PORTVERSION= 0.72 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= dannyman@tellme.com + +PERL_CONFIGURE= YES + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Net::XWhois.3 + +.include diff --git a/net/p5-Net-XWhois/distinfo b/net/p5-Net-XWhois/distinfo new file mode 100644 index 000000000000..6b501f71946d --- /dev/null +++ b/net/p5-Net-XWhois/distinfo @@ -0,0 +1 @@ +MD5 (Net-XWhois-0.72.tar.gz) = fb761820691bfbfe5518cde9b0583997 diff --git a/net/p5-Net-XWhois/pkg-comment b/net/p5-Net-XWhois/pkg-comment new file mode 100644 index 000000000000..414230d8b6da --- /dev/null +++ b/net/p5-Net-XWhois/pkg-comment @@ -0,0 +1 @@ +Whois Client Interface for Perl5 diff --git a/net/p5-Net-XWhois/pkg-descr b/net/p5-Net-XWhois/pkg-descr new file mode 100644 index 000000000000..31066af42796 --- /dev/null +++ b/net/p5-Net-XWhois/pkg-descr @@ -0,0 +1,8 @@ +The Net::XWhois class provides a generic client framework for doing Whois +queries and parsing server response. + +One of the more important features of this module is to enable the design of +consistent and predictable interfaces to incompatible whois response formats. +The Whois RFC (954) does not define a template for presenting server data; +consequently there is a large variation in layout styles as well as content +served across servers. diff --git a/net/p5-Net-XWhois/pkg-plist b/net/p5-Net-XWhois/pkg-plist new file mode 100644 index 000000000000..556f3d5073f4 --- /dev/null +++ b/net/p5-Net-XWhois/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/Net/XWhois.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/XWhois/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/XWhois 2>/dev/null || true -- cgit v1.2.3