Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2002 21:08:25 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38738: New port: net/p5-Net-IP - easy manipulation of ipv4/v6 addresses
Message-ID:  <20020530120825.6F61B9933E@sz.homedns.org>

next in thread | raw e-mail | index | archive | help

>Number:         38738
>Category:       ports
>Synopsis:       New port: net/p5-Net-IP - easy manipulation of ipv4/v6 addresses
>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:   Thu May 30 05:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.5-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD sz.homedns.org 4.5-RELEASE-p6 FreeBSD 4.5-RELEASE-p6 #12: Thu May 30 10:31:25 JST 2002 root@sz.homedns.org:/sack/obj/usr/src/sys/NS i386


	
>Description:
This module provides functions to deal with IPv4/IPv6 addresses.  The
module can be used as a class, allowing the user to instantiate IP
objects, which can be single IP addresses, prefixes, or ranges of
addresses.  There is also a procedural way of accessing most of the
functions.  Most subroutines can take either IPv4 or IPv6 addresses
transparently.

WWW: http://search.cpan.org/search?dist=Net-IP
	
>How-To-Repeat:
	
>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-IP
#	p5-Net-IP/Makefile
#	p5-Net-IP/distinfo
#	p5-Net-IP/pkg-comment
#	p5-Net-IP/pkg-descr
#	p5-Net-IP/pkg-plist
#
echo c - p5-Net-IP
mkdir -p p5-Net-IP > /dev/null 2>&1
echo x - p5-Net-IP/Makefile
sed 's/^X//' >p5-Net-IP/Makefile << 'END-of-p5-Net-IP/Makefile'
X# New ports collection makefile for:   p5-Net-IP
X# Date created:                30 May 2002
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-IP
XPORTVERSION=	1.11
XCATEGORIES=	net perl5 ipv6
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	fuyuki@hadaly.org
X
XPERL_CONFIGURE=	yes
X
XMAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Net::IP.3
X
Xpost-patch:
X	${PERL} -pi -e 's,/usr/local/ncc/bin,${PREFIX}/bin,' ${WRKSRC}/Makefile.PL
X	${PERL} -pi -e 's,/usr/local/bin/perl5.6.0,${PERL},' ${WRKSRC}/ipcount
X
X.include <bsd.port.mk>
END-of-p5-Net-IP/Makefile
echo x - p5-Net-IP/distinfo
sed 's/^X//' >p5-Net-IP/distinfo << 'END-of-p5-Net-IP/distinfo'
XMD5 (Net-IP-1.11.tar.gz) = 8dfdb26c1847ee4b2cb97f2e58f95892
END-of-p5-Net-IP/distinfo
echo x - p5-Net-IP/pkg-comment
sed 's/^X//' >p5-Net-IP/pkg-comment << 'END-of-p5-Net-IP/pkg-comment'
XPerl extension for manipulating IPv4/IPv6 addresses
END-of-p5-Net-IP/pkg-comment
echo x - p5-Net-IP/pkg-descr
sed 's/^X//' >p5-Net-IP/pkg-descr << 'END-of-p5-Net-IP/pkg-descr'
XThis module provides functions to deal with IPv4/IPv6 addresses.  The
Xmodule can be used as a class, allowing the user to instantiate IP
Xobjects, which can be single IP addresses, prefixes, or ranges of
Xaddresses.  There is also a procedural way of accessing most of the
Xfunctions.  Most subroutines can take either IPv4 or IPv6 addresses
Xtransparently.
X
XWWW: http://search.cpan.org/search?dist=Net-IP
X
X- Kimura Fuyuki
Xfuyuki@hadaly.org
END-of-p5-Net-IP/pkg-descr
echo x - p5-Net-IP/pkg-plist
sed 's/^X//' >p5-Net-IP/pkg-plist << 'END-of-p5-Net-IP/pkg-plist'
Xbin/iptab
Xbin/ipcount
Xlib/perl5/site_perl/%%PERL_VER%%/Net/IP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IP/.packlist
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IP
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
END-of-p5-Net-IP/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?20020530120825.6F61B9933E>