diff options
author | Florian Franzmann | 2015-07-18 22:35:04 +0200 |
---|---|---|
committer | Florian Franzmann | 2015-07-19 22:43:09 +0200 |
commit | bbe6d472ce596bdec50aaa7dfee521dbf9223fb4 (patch) | |
tree | a1907002f0788166ca1519a6922166b53f92ee5c | |
parent | c83df9b0a89d898aa7e87663141485e871af8ce7 (diff) |
perl-cpan/io-socket-inet6: new spell, object interface for AF_INET6 sockets
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | perl-cpan/io-socket-inet6/DEPENDS | 2 | ||||
-rwxr-xr-x | perl-cpan/io-socket-inet6/DETAILS | 15 | ||||
-rw-r--r-- | perl-cpan/io-socket-inet6/HISTORY | 3 |
4 files changed, 22 insertions, 0 deletions
@@ -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 + |