Date: Mon, 1 Oct 2001 09:55:47 +0200 (CEST) From: Anders Nordby <anders@fix.no> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/30953: New port: net/p5-Net-ParseWhois Message-ID: <20011001075547.546F93CE5@totem.fix.no>
next in thread | raw e-mail | index | archive | help
>Number: 30953 >Category: ports >Synopsis: New port: net/p5-Net-ParseWhois >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 01:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: kern.osreldate: 430000 (4.3-STABLE) kern.osreldate: 500018 (5.0-20010618-CURRENT) >Description: New port of Net::ParseWhois, an extendable perl5 module for parsing whois information. >How-To-Repeat: <Code/input/activities to reproduce the problem (multiple lines)> >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-ParseWhois # p5-Net-ParseWhois/Makefile # p5-Net-ParseWhois/distinfo # p5-Net-ParseWhois/pkg-comment # p5-Net-ParseWhois/pkg-descr # p5-Net-ParseWhois/pkg-plist # echo c - p5-Net-ParseWhois mkdir -p p5-Net-ParseWhois > /dev/null 2>&1 echo x - p5-Net-ParseWhois/Makefile sed 's/^X//' >p5-Net-ParseWhois/Makefile << 'END-of-p5-Net-ParseWhois/Makefile' X# New ports collection makefile for: p5-Net-ParseWhois X# Date created: 30 September 2001 X# Whom: Anders Nordby <anders@fix.no> X# X# $FreeBSD$ X# X XPORTNAME= Net-ParseWhois XPORTVERSION= 0.62 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= anders@fix.no X XPERL_CONFIGURE= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Net::ParseWhois.3 X X.include <bsd.port.mk> END-of-p5-Net-ParseWhois/Makefile echo x - p5-Net-ParseWhois/distinfo sed 's/^X//' >p5-Net-ParseWhois/distinfo << 'END-of-p5-Net-ParseWhois/distinfo' XMD5 (Net-ParseWhois-0.62.tar.gz) = f648a2ba7d9aff1d5d1fdb685ce99bbc END-of-p5-Net-ParseWhois/distinfo echo x - p5-Net-ParseWhois/pkg-comment sed 's/^X//' >p5-Net-ParseWhois/pkg-comment << 'END-of-p5-Net-ParseWhois/pkg-comment' XExtendable perl5 module for parsing whois information END-of-p5-Net-ParseWhois/pkg-comment echo x - p5-Net-ParseWhois/pkg-descr sed 's/^X//' >p5-Net-ParseWhois/pkg-descr << 'END-of-p5-Net-ParseWhois/pkg-descr' XBased on Net::Whois, Net::ParseWhois was written with the intent to provide a Xreplacement for the (broken) Net::Whois module. It is otherwise different to XNet::Whois in that it a) is easily extendable b) has a work-around approach Xrather than wanting/expecting/wishing registrars to standardize their output. X XWWW: http://dajoba.com/projects/netparsewhois/ X X- Anders Nordby <anders@fix.no> END-of-p5-Net-ParseWhois/pkg-descr echo x - p5-Net-ParseWhois/pkg-plist sed 's/^X//' >p5-Net-ParseWhois/pkg-plist << 'END-of-p5-Net-ParseWhois/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/BulkRegister.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/CoreNic.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/DomainBank.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/DomainDiscover.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Dotster.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Easyspace.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/INameWW.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Netsol.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/OpenSRS.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Register.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Registrars.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Unknown.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/ParseWhois/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/ParseWhois X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true END-of-p5-Net-ParseWhois/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011001075547.546F93CE5>