Bug 17418 - new port: net/p5-Net-Netmask
Summary: new port: net/p5-Net-Netmask
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-03-17 00:50 UTC by yushunwa
Modified: 2000-06-30 02:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yushunwa 2000-03-17 00:50:02 UTC
# 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-Netmask/
#	p5-Net-Netmask/pkg
#	p5-Net-Netmask/pkg/COMMENT
#	p5-Net-Netmask/pkg/DESCR
#	p5-Net-Netmask/pkg/PLIST
#	p5-Net-Netmask/Makefile
#	p5-Net-Netmask/files
#	p5-Net-Netmask/files/md5
#
echo c - p5-Net-Netmask/
mkdir -p p5-Net-Netmask/ > /dev/null 2>&1
echo c - p5-Net-Netmask/pkg
mkdir -p p5-Net-Netmask/pkg > /dev/null 2>&1
echo x - p5-Net-Netmask/pkg/COMMENT
sed 's/^X//' >p5-Net-Netmask/pkg/COMMENT << 'END-of-p5-Net-Netmask/pkg/COMMENT'
XPerl module to parse, manipulate and lookup IP network blocks
END-of-p5-Net-Netmask/pkg/COMMENT
echo x - p5-Net-Netmask/pkg/DESCR
sed 's/^X//' >p5-Net-Netmask/pkg/DESCR << 'END-of-p5-Net-Netmask/pkg/DESCR'
XNet::Netmask parses and understand IPv4 CIDR blocks. It's built with an
Xobject-oriented interface. Nearly all functions are methods that operate
Xon a Net::Netmask object.
X
XWWW: http://www.cpan.org
X
END-of-p5-Net-Netmask/pkg/DESCR
echo x - p5-Net-Netmask/pkg/PLIST
sed 's/^X//' >p5-Net-Netmask/pkg/PLIST << 'END-of-p5-Net-Netmask/pkg/PLIST'
Xlib/perl5/site_perl/%%PERL_VER%%/Net/Netmask.pod
Xlib/perl5/site_perl/%%PERL_VER%%/Net/Netmask.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Netmask/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Netmask
X
END-of-p5-Net-Netmask/pkg/PLIST
echo x - p5-Net-Netmask/Makefile
sed 's/^X//' >p5-Net-Netmask/Makefile << 'END-of-p5-Net-Netmask/Makefile'
X# New ports collection makefile for:	p5-Net-Netmask
X# Version required:			1.8
X# Date created:				Jan 28 2000
X# Whom:					Wei-chun Chao
X#
X# $Id: Makefile,v 1.1 2000/03/02 04:35:42 yushunwa Exp $
X#
X
XDISTNAME=	Net-Netmask-1.8
XPKGNAME=	p5-Net-Netmask-1.8
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
X	
XMAINTAINER=	wchao@isi.edu
X
XUSE_PERL5=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Net::Netmask.3
X
Xdo-configure:
X	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
X
X.include <bsd.port.mk>
END-of-p5-Net-Netmask/Makefile
echo c - p5-Net-Netmask/files
mkdir -p p5-Net-Netmask/files > /dev/null 2>&1
echo x - p5-Net-Netmask/files/md5
sed 's/^X//' >p5-Net-Netmask/files/md5 << 'END-of-p5-Net-Netmask/files/md5'
XMD5 (Net-Netmask-1.8.tar.gz) = 31dcfdf69155da58746835a67817970d
END-of-p5-Net-Netmask/files/md5
exit
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-06-30 02:12:20 UTC
State Changed
From-To: open->closed

Committed, thanks!