summaryrefslogtreecommitdiff
path: root/net/p5-Socket6
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-05-26 14:55:56 +0000
committeritojun <itojun@pkgsrc.org>2000-05-26 14:55:56 +0000
commitd7dd467229af048af678b57958454524808d0913 (patch)
tree18de542ea79683d870b7f5a91e3ddac5ffbac986 /net/p5-Socket6
parentb9dcb9b7d2c2abb94e8e103ccc823191cdaae19f (diff)
downloadpkgsrc-d7dd467229af048af678b57958454524808d0913.tar.gz
perl Socket6 module, from KAME
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r--net/p5-Socket6/Makefile18
-rw-r--r--net/p5-Socket6/files/md53
-rw-r--r--net/p5-Socket6/pkg/COMMENT1
-rw-r--r--net/p5-Socket6/pkg/DESCR6
-rw-r--r--net/p5-Socket6/pkg/PLIST6
5 files changed, 34 insertions, 0 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile
new file mode 100644
index 00000000000..5789f6952f3
--- /dev/null
+++ b/net/p5-Socket6/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/26 14:55:56 itojun Exp $
+#
+
+DISTNAME= Socket6-0.06
+PKGNAME= p5-Socket6-0.06
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL \
+ CCFLAGS="${CFLAGS} ${CPPFLAGS}"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-Socket6/files/md5 b/net/p5-Socket6/files/md5
new file mode 100644
index 00000000000..df7b59cfa4e
--- /dev/null
+++ b/net/p5-Socket6/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/05/26 14:55:56 itojun Exp $
+
+MD5 (Socket6-0.06.tar.gz) = 52aebb6a8303be1e7da1f591a23976e3
diff --git a/net/p5-Socket6/pkg/COMMENT b/net/p5-Socket6/pkg/COMMENT
new file mode 100644
index 00000000000..c0099aea8ec
--- /dev/null
+++ b/net/p5-Socket6/pkg/COMMENT
@@ -0,0 +1 @@
+perl5 module to support getaddrinfo() and getnameinfo()
diff --git a/net/p5-Socket6/pkg/DESCR b/net/p5-Socket6/pkg/DESCR
new file mode 100644
index 00000000000..3e206067617
--- /dev/null
+++ b/net/p5-Socket6/pkg/DESCR
@@ -0,0 +1,6 @@
+This module supports getaddrinfo() and getnameinfo() to intend to
+enable protocol independent programing.
+If your environment supports IPv6, IPv6 related defines such as
+AF_INET6 are included.
+
+- Hajimu UMEMOTO <ume@FreeBSD.org>
diff --git a/net/p5-Socket6/pkg/PLIST b/net/p5-Socket6/pkg/PLIST
new file mode 100644
index 00000000000..3553408fd5c
--- /dev/null
+++ b/net/p5-Socket6/pkg/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/26 14:55:57 itojun Exp $
+lib/perl5/site_perl/Socket6.pm
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Socket6/.packlist
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Socket6/Socket6.bs
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Socket6/Socket6.so
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Socket6