From a608ea3ad727bd507aa7f34180f82e4e9739aa7a Mon Sep 17 00:00:00 2001 From: bluhm Date: Mon, 24 May 2010 17:57:03 +0000 Subject: [PATCH] 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@ --- net/p5-Net-INET6Glue/Makefile | 20 ++++++++++++++++++++ net/p5-Net-INET6Glue/distinfo | 5 +++++ net/p5-Net-INET6Glue/pkg/DESCR | 12 ++++++++++++ net/p5-Net-INET6Glue/pkg/PLIST | 9 +++++++++ 4 files changed, 46 insertions(+) create mode 100644 net/p5-Net-INET6Glue/Makefile create mode 100644 net/p5-Net-INET6Glue/distinfo create mode 100644 net/p5-Net-INET6Glue/pkg/DESCR create mode 100644 net/p5-Net-INET6Glue/pkg/PLIST diff --git a/net/p5-Net-INET6Glue/Makefile b/net/p5-Net-INET6Glue/Makefile new file mode 100644 index 00000000000..ea56255fd7c --- /dev/null +++ b/net/p5-Net-INET6Glue/Makefile @@ -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 + +# 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 diff --git a/net/p5-Net-INET6Glue/distinfo b/net/p5-Net-INET6Glue/distinfo new file mode 100644 index 00000000000..9ac61c69905 --- /dev/null +++ b/net/p5-Net-INET6Glue/distinfo @@ -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 diff --git a/net/p5-Net-INET6Glue/pkg/DESCR b/net/p5-Net-INET6Glue/pkg/DESCR new file mode 100644 index 00000000000..e8f1236b49d --- /dev/null +++ b/net/p5-Net-INET6Glue/pkg/DESCR @@ -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. diff --git a/net/p5-Net-INET6Glue/pkg/PLIST b/net/p5-Net-INET6Glue/pkg/PLIST new file mode 100644 index 00000000000..6058de8c3f0 --- /dev/null +++ b/net/p5-Net-INET6Glue/pkg/PLIST @@ -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