pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-INET6 IO::Socket::INET6 provides an object inte...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac97e73b8149
branches:  trunk
changeset: 464855:ac97e73b8149
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Dec 16 19:41:03 2003 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (41 lines):

diff -r f6ba226b2661 -r ac97e73b8149 net/p5-INET6/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-INET6/DESCR        Tue Dec 16 19:41:03 2003 +0000
@@ -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 -r f6ba226b2661 -r ac97e73b8149 net/p5-INET6/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-INET6/Makefile     Tue Dec 16 19:41:03 2003 +0000
@@ -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@localhost
+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 -r f6ba226b2661 -r ac97e73b8149 net/p5-INET6/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-INET6/PLIST        Tue Dec 16 19:41:03 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/16 19:41:04 martti Exp $
diff -r f6ba226b2661 -r ac97e73b8149 net/p5-INET6/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-INET6/distinfo     Tue Dec 16 19:41:03 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index