From bdf2804e364eb96e7edf24c2025eda5b06e6056b Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 5 Nov 2008 15:20:39 +0000 Subject: Import p5-IO-Socket-INET6-2.56 as net/p5-IO-Socket-INET6. IO::Socket::INET6 provides an object interface to creating and using sockets in both AF_INET|AF_INET6 domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. WARNING: You should use this module mainly to program IPv6 domain. Most pobably future releases will not support AF_INET | AF_UNSPEC options, as the module seems to fail on some given corner cases. If you require IPv4, you are encouraged to use IO::Socket::INET from the application level. Be warned. --- net/p5-IO-Socket-INET6/DESCR | 10 ++++++++++ net/p5-IO-Socket-INET6/Makefile | 20 ++++++++++++++++++++ net/p5-IO-Socket-INET6/distinfo | 5 +++++ 3 files changed, 35 insertions(+) create mode 100644 net/p5-IO-Socket-INET6/DESCR create mode 100644 net/p5-IO-Socket-INET6/Makefile create mode 100644 net/p5-IO-Socket-INET6/distinfo (limited to 'net/p5-IO-Socket-INET6') diff --git a/net/p5-IO-Socket-INET6/DESCR b/net/p5-IO-Socket-INET6/DESCR new file mode 100644 index 00000000000..b02e49a5d1c --- /dev/null +++ b/net/p5-IO-Socket-INET6/DESCR @@ -0,0 +1,10 @@ +IO::Socket::INET6 provides an object interface to creating and +using sockets in both AF_INET|AF_INET6 domain. It is built upon +the IO::Socket interface and inherits all the methods defined by +IO::Socket. + +WARNING: You should use this module mainly to program IPv6 domain. +Most pobably future releases will not support AF_INET | AF_UNSPEC +options, as the module seems to fail on some given corner cases. +If you require IPv4, you are encouraged to use IO::Socket::INET +from the application level. Be warned. diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile new file mode 100644 index 00000000000..e591d18c71c --- /dev/null +++ b/net/p5-IO-Socket-INET6/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/05 15:20:39 wiz Exp $ +# + +DISTNAME= IO-Socket-INET6-2.56 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/IO-Socket-INET6/ +COMMENT= Perl object interface for AF_INET|AF_INET6 domain sockets + +DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-IO-Socket-INET6/distinfo b/net/p5-IO-Socket-INET6/distinfo new file mode 100644 index 00000000000..3cff9a03b2c --- /dev/null +++ b/net/p5-IO-Socket-INET6/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/05 15:20:39 wiz Exp $ + +SHA1 (IO-Socket-INET6-2.56.tar.gz) = 90e0f7d481278cbe837e14bac89deddcb90b5bab +RMD160 (IO-Socket-INET6-2.56.tar.gz) = 8f5c3e09597f003475f4bbfa709b3980057e5df8 +Size (IO-Socket-INET6-2.56.tar.gz) = 12282 bytes -- cgit v1.2.3