From c7c80153e3f7a1cfd742f9849fb1b418ef25fbb7 Mon Sep 17 00:00:00 2001 From: martti Date: Tue, 16 Dec 2003 19:41:03 +0000 Subject: 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. --- net/p5-INET6/DESCR | 3 +++ net/p5-INET6/Makefile | 17 +++++++++++++++++ net/p5-INET6/PLIST | 1 + net/p5-INET6/distinfo | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 net/p5-INET6/DESCR create mode 100644 net/p5-INET6/Makefile create mode 100644 net/p5-INET6/PLIST create mode 100644 net/p5-INET6/distinfo (limited to 'net') 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 -- cgit v1.2.3