diff options
author | martti <martti@pkgsrc.org> | 2003-12-16 19:41:03 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-12-16 19:41:03 +0000 |
commit | 2a44caedda87c68fe81b8b22b366632164837ba7 (patch) | |
tree | 70e70366cc30d3374c07b563640a9df14ae59027 /net/p5-INET6 | |
parent | 48d8a9a942517651327a52ca4e09c23e7cc3d684 (diff) | |
download | pkgsrc-2a44caedda87c68fe81b8b22b366632164837ba7.tar.gz |
IO::Socket::INET6 provides an object interface to creating and using sockets
in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket
interface and inherits all the methods defined by IO::Socket.
Diffstat (limited to 'net/p5-INET6')
-rw-r--r-- | net/p5-INET6/DESCR | 3 | ||||
-rw-r--r-- | net/p5-INET6/Makefile | 17 | ||||
-rw-r--r-- | net/p5-INET6/PLIST | 1 | ||||
-rw-r--r-- | net/p5-INET6/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/net/p5-INET6/DESCR b/net/p5-INET6/DESCR new file mode 100644 index 00000000000..642c02b1d1e --- /dev/null +++ b/net/p5-INET6/DESCR @@ -0,0 +1,3 @@ +IO::Socket::INET6 provides an object interface to creating and using sockets +in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket +interface and inherits all the methods defined by IO::Socket. diff --git a/net/p5-INET6/Makefile b/net/p5-INET6/Makefile new file mode 100644 index 00000000000..070e930675b --- /dev/null +++ b/net/p5-INET6/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/16 19:41:03 martti Exp $ +# + +DISTNAME= INET6-2.00 +PKGNAME= p5-${DISTNAME} +CATEGORIES= wip perl5 net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} + +MAINTAINER= adrianp@stindustries.net +HOMEPAGE= http://search.cpan.org/~mondejar/INET6/ +COMMENT= Object interface for AF_INET|AF_INET6 domain sockets + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Socket/INET6/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-INET6/PLIST b/net/p5-INET6/PLIST new file mode 100644 index 00000000000..9665456e200 --- /dev/null +++ b/net/p5-INET6/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/16 19:41:04 martti Exp $ diff --git a/net/p5-INET6/distinfo b/net/p5-INET6/distinfo new file mode 100644 index 00000000000..9e9f40ec040 --- /dev/null +++ b/net/p5-INET6/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/16 19:41:04 martti Exp $ + +SHA1 (INET6-2.00.tar.gz) = 97eb1eea62c05b79fbbff28d472062192326e90d +Size (INET6-2.00.tar.gz) = 8462 bytes |