Initial import of Net-IPv4Addr-0.10

---

Net::IPv4Addr provides functions for parsing IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
There are also methods for calculating the network and broadcast
address and also to see check if a given address is in a specific
network.
This commit is contained in:
shell 2001-07-21 04:13:51 +00:00
parent 08340710a2
commit 0e11027986
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/21 04:13:51 shell Exp $
COMMENT= "perl module for IPv4 address parsing"
VERSION= 0.10
DISTNAME= Net-IPv4Addr-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
NEED_VERSION= 1.427
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-IPv4Addr-0.10.tar.gz) = 57aa8e28ebcd4c0c9f15792740e53d3c
RMD160 (Net-IPv4Addr-0.10.tar.gz) = fad5493dbb94101b06cdcb1cc5a32da477ce5253
SHA1 (Net-IPv4Addr-0.10.tar.gz) = da26fed2a1ea13c34ebef86606899c5fb294af98

View File

@ -0,0 +1,5 @@
Net::IPv4Addr provides functions for parsing IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
There are also methods for calculating the network and broadcast
address and also to see check if a given address is in a specific
network.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/21 04:13:51 shell Exp $
bin/ipv4calc
libdata/perl5/site_perl/Net/IPv4Addr.pm
libdata/perl5/site_perl/auto/Net/IPv4Addr/autosplit.ix
man/man1/ipv4calc.1
man/man3/Net::IPv4Addr.3p
@dirrm libdata/perl5/site_perl/auto/Net/IPv4Addr