import net/pear-Net-IPv6,

This class allows you to:
* check if an address is an IPv6 address
* compress/uncompress IPv6 addresses
* check for an IPv4 compatible ending in an IPv6 address
* check the assigned address space of an IPv6 address
* do netmask calculations
This commit is contained in:
sthen 2009-09-17 00:35:24 +00:00
parent 17ea1ab8e3
commit c9e85b3a55
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/17 00:35:24 sthen Exp $
COMMENT= IPv6 address handling tools for PHP
DISTNAME= Net_IPv6-1.1.0b2
PKGNAME= pear-${DISTNAME:S/_/-/}
CATEGORIES= net pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MODULES= www/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Net_IPv6-1.1.0b2.tgz) = Zj19ZFMZwEF7WbzvztrXTQ==
RMD160 (Net_IPv6-1.1.0b2.tgz) = d4u0JKykvWjZeJROm81RPauE/E4=
SHA1 (Net_IPv6-1.1.0b2.tgz) = O3hNSI3DJ7kyG1BA3GBIgDvQM2g=
SHA256 (Net_IPv6-1.1.0b2.tgz) = 52IH0sSgj0swzjZei5w7gkNTl37i9V473QtwHQfIQso=
SIZE (Net_IPv6-1.1.0b2.tgz) = 6338

View File

@ -0,0 +1,6 @@
This class allows you to:
* check if an address is an IPv6 address
* compress/uncompress IPv6 addresses
* check for an IPv4 compatible ending in an IPv6 address
* check the assigned address space of an IPv6 address
* do netmask calculations

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/17 00:35:24 sthen Exp $
@group daemon
lib/
lib/php/
pear/lib/.registry/net_ipv6.reg
pear/lib/Net/
pear/lib/Net/IPv6.php