summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2015-07-18 22:20:30 +0200
committerFlorian Franzmann2015-07-19 22:43:08 +0200
commit3cb22e84582e381fb240570a1c76e93cc73e5a5b (patch)
treea04800f704ff8032e79b43c5c22282d592ca9784
parent004a0cc4efcccd41dca57b659223fb460082acbb (diff)
perl-cpan/socket6: new spell, IPv6 socket manipulation for perl
-rw-r--r--ChangeLog1
-rwxr-xr-xperl-cpan/socket6/DEPENDS1
-rwxr-xr-xperl-cpan/socket6/DETAILS13
-rw-r--r--perl-cpan/socket6/HISTORY3
4 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d4091f9a6..da9f2bcce3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
2015-07-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* perl-cpan/net-cidr-lite: new spell, perl extension for mering IPv4
and IPv6 addresses
+ * perl-cpan/socket6: new spell, IPv6 socket manipulation for perl
2015-06-17 Treeve Jelbert <treeve@sourcemage.org>
* utils/consolekit2: added, fork of consolekit (unmaintained)
diff --git a/perl-cpan/socket6/DEPENDS b/perl-cpan/socket6/DEPENDS
new file mode 100755
index 0000000000..c1a1bc6231
--- /dev/null
+++ b/perl-cpan/socket6/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/socket6/DETAILS b/perl-cpan/socket6/DETAILS
new file mode 100755
index 0000000000..3391eb2aab
--- /dev/null
+++ b/perl-cpan/socket6/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=socket6
+ VERSION=0.25
+ SOURCE="Socket6-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/U/UM/UMEMOTO/${SOURCE}
+ SOURCE_HASH=sha512:0b164bca51783798b9a65119f702c33578235478857aa0f5d6c7f3aaa987522c22e84f94197d34159cb7f07fbd1dd7c5fd5579b1d42c82a233aff071edfaa95c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Socket6-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~umemoto/Socket6-${VERSION}/"
+ LICENSE[0]=ART
+ ENTERED=20150718
+ SHORT="IPv6 related part of the C socket.h defines and structure manipulators"
+cat << EOF
+This module provides glue routines to the various IPv6 functions.
+EOF
diff --git a/perl-cpan/socket6/HISTORY b/perl-cpan/socket6/HISTORY
new file mode 100644
index 0000000000..d57454b3ab
--- /dev/null
+++ b/perl-cpan/socket6/HISTORY
@@ -0,0 +1,3 @@
+2015-07-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+