Initial import of p5-Net-INET6Glue 0.4

Net::INET6Glue is a collection of modules to make common modules
IPv6 ready by hotpatching them.

Unfortunatly the current state of IPv6 support in perl is that no
IPv6 support is in the core and that a lot of important modules
(like Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the
modules for IPv6 sockets Socket6, IO::Socket::INET6 are available.

Net::INET6Glue is a hack to make more of Perl IPv6 able.  This is
partly done by replacing IO::Socket::INET with IO::Socket::INET6
and by adding IPv6 Protocol functionality to Net::FTP.  Works for
Net::SMTP, LWP, Net::FTP and probably others too.

ok sturm@
This commit is contained in:
bluhm 2010-05-24 17:57:03 +00:00
parent dc9de690ae
commit a608ea3ad7
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/24 17:57:03 bluhm Exp $
COMMENT = make common perl modules IPv6 ready by hotpatching
DISTNAME = Net-INET6Glue-0.4
CATEGORIES = net
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
RUN_DEPENDS = ::net/p5-IO-Socket-INET6
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Net-INET6Glue-0.4.tar.gz) = zPiTs9Nqu5kpiJxbm7de2g==
RMD160 (Net-INET6Glue-0.4.tar.gz) = k1iWus+I4ZA8oH9rrpAmto1HbOk=
SHA1 (Net-INET6Glue-0.4.tar.gz) = RJYCstXu4XSV5u3yvozNJEl4Lk8=
SHA256 (Net-INET6Glue-0.4.tar.gz) = OA8pxT0OkZfFmD8vSk8hP7KtbCgqMf+LsbwA+F0vvRI=
SIZE (Net-INET6Glue-0.4.tar.gz) = 4220

View File

@ -0,0 +1,12 @@
Net::INET6Glue is a collection of modules to make common modules
IPv6 ready by hotpatching them.
Unfortunatly the current state of IPv6 support in perl is that no
IPv6 support is in the core and that a lot of important modules
(like Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the
modules for IPv6 sockets Socket6, IO::Socket::INET6 are available.
Net::INET6Glue is a hack to make more of Perl IPv6 able. This is
partly done by replacing IO::Socket::INET with IO::Socket::INET6
and by adding IPv6 Protocol functionality to Net::FTP. Works for
Net::SMTP, LWP, Net::FTP and probably others too.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/05/24 17:57:03 bluhm Exp $
${P5SITE}/Net/
${P5SITE}/Net/INET6Glue/
${P5SITE}/Net/INET6Glue.pm
${P5SITE}/Net/INET6Glue/FTP.pm
${P5SITE}/Net/INET6Glue/INET_is_INET6.pm
@man man/man3p/Net::INET6Glue.3p
@man man/man3p/Net::INET6Glue::FTP.3p
@man man/man3p/Net::INET6Glue::INET_is_INET6.3p