diff options
author | tron <tron@pkgsrc.org> | 2011-03-04 16:40:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-03-04 16:40:59 +0000 |
commit | ecbe6927a83eb9cc72cb08c435c4efb48cac79eb (patch) | |
tree | 7ca02d7cce75486e6a6d60f5e4b7c993c477cd14 /net | |
parent | b1e2f4477f136eab97ae34daabd7c6530f45af7e (diff) | |
download | pkgsrc-ecbe6927a83eb9cc72cb08c435c4efb48cac79eb.tar.gz |
Import Net-INET6Glue-0.5 as net/p5-Net-INET6Glue:
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-INET6Glue/DESCR | 4 | ||||
-rw-r--r-- | net/p5-Net-INET6Glue/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-INET6Glue/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net/p5-Net-INET6Glue/DESCR b/net/p5-Net-INET6Glue/DESCR new file mode 100644 index 00000000000..d159e32192e --- /dev/null +++ b/net/p5-Net-INET6Glue/DESCR @@ -0,0 +1,4 @@ +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/Makefile b/net/p5-Net-INET6Glue/Makefile new file mode 100644 index 00000000000..e6a93a5540f --- /dev/null +++ b/net/p5-Net-INET6Glue/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/04 16:40:59 tron Exp $ + +DISTNAME= Net-INET6Glue-0.5 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/modules\/by-module\//authors\/id\/S\/SU\/SULLR\//} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-INET6Glue/ +COMMENT= Make common Perl modules IPv6 ready by hotpatching +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-IO-Socket-INET6>=2.54:../../net/p5-IO-Socket-INET6 + +PERL5_PACKLIST= auto/Net/INET6Glue/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-INET6Glue/distinfo b/net/p5-Net-INET6Glue/distinfo new file mode 100644 index 00000000000..ae1d35b4537 --- /dev/null +++ b/net/p5-Net-INET6Glue/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/04 16:40:59 tron Exp $ + +SHA1 (Net-INET6Glue-0.5.tar.gz) = 76f3e9414e2eb2b3ed2f0164f1c628068da496dd +RMD160 (Net-INET6Glue-0.5.tar.gz) = ddb36b3e0974f4748812ec22cb4b8d0a45b1682e +Size (Net-INET6Glue-0.5.tar.gz) = 4293 bytes |