summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xperl-cpan/io-socket-inet6/DEPENDS2
-rwxr-xr-xperl-cpan/io-socket-inet6/DETAILS15
-rw-r--r--perl-cpan/io-socket-inet6/HISTORY3
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb430276cd..a59d88b5f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
and IPv6 addresses
* perl-cpan/socket6: new spell, IPv6 socket manipulation for perl
* perl-cpan/net-patricia: new spell Patricia Tries for perl
+ * perl-cpan/io-socket-inet6: new spell, object interface for
+ AF_INET/AF_INET6 sockets
2015-06-17 Treeve Jelbert <treeve@sourcemage.org>
* utils/consolekit2: added, fork of consolekit (unmaintained)
diff --git a/perl-cpan/io-socket-inet6/DEPENDS b/perl-cpan/io-socket-inet6/DEPENDS
new file mode 100755
index 0000000000..7f17ffa729
--- /dev/null
+++ b/perl-cpan/io-socket-inet6/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends socket6
diff --git a/perl-cpan/io-socket-inet6/DETAILS b/perl-cpan/io-socket-inet6/DETAILS
new file mode 100755
index 0000000000..d0947529a5
--- /dev/null
+++ b/perl-cpan/io-socket-inet6/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=io-socket-inet6
+ VERSION=2.72
+ SOURCE="IO-Socket-INET6-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SH/SHLOMIF/${SOURCE}
+ SOURCE_HASH=sha512:c6dc0bbcc81682d317597de26d5023de84781e4bd2af224145cc4980db7fcbc93295a7d0a80c1eaa649c6aebf4057d0b0159f47e6a6379d4b545b49305f28a37
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/IO-Socket-INET6-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~shlomif/IO-Socket-INET6-${VERSION}/lib/IO/Socket/INET6.pm"
+ LICENSE[0]=ART
+ ENTERED=20150718
+ SHORT="Object interface for AF_INET/AF_INET6 domain sockets"
+cat << EOF
+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.
+EOF
diff --git a/perl-cpan/io-socket-inet6/HISTORY b/perl-cpan/io-socket-inet6/HISTORY
new file mode 100644
index 0000000000..7abf37cc6f
--- /dev/null
+++ b/perl-cpan/io-socket-inet6/HISTORY
@@ -0,0 +1,3 @@
+2015-07-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+