Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (40a211d856f2375f5ebaf341582c855172234ada)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (40a211d856f2375f5ebaf341582c855172234ada)
  • Date: Mon, 13 Apr 2015 02:47:01 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
perl-cpan/io-socket-ip/DEPENDS | 1 +
perl-cpan/io-socket-ip/DETAILS | 21 +++++++++++++++++++++
perl-cpan/io-socket-ip/HISTORY | 2 ++
4 files changed, 28 insertions(+)

New commits:
commit 165f0550d7523b501878a9ae201e9601a2fa3891
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

io-socket-ip: new spell, family-neutral IP socket supporting both IPv4
and IPv6

diff --git a/ChangeLog b/ChangeLog
index 2acb465..a22ee27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * perl-cpan/io-socket-ip: new spell, family-neutral IP socket
supporting
+ both IPv4 and IPv6
+
2015-04-12 Pavel Vinogradov <public AT sourcemage.org>
* database/sophia: new spell, a modern embeddable key-value database,
fast and feature-rich
diff --git a/perl-cpan/io-socket-ip/DEPENDS b/perl-cpan/io-socket-ip/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/io-socket-ip/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/io-socket-ip/DETAILS b/perl-cpan/io-socket-ip/DETAILS
new file mode 100755
index 0000000..c0f9a31
--- /dev/null
+++ b/perl-cpan/io-socket-ip/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=io-socket-ip
+ SPELLX=IO-Socket-IP
+ VERSION=0.37
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/P/PE/PEVANS/$SOURCE
+
SOURCE_HASH=sha512:c4166a98c421e7aab16b64290cb9701a3614e05c5ac4f13271498b2f4c5cb19eb055c65ee183121ce2c11cfe07fd4320b9b42d9c88b57b48f981d23c1a556af7
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ LICENSE=ART
+ WEB_SITE=http://search.cpan.org/~pevans/IO-Socket-IP/
+ ENTERED=20150413
+ SHORT="family-neutral IP socket supporting both IPv4 and IPv6"
+cat << EOF
+This module provides a protocol-independent way to use IPv4 and IPv6 sockets,
+intended as a replacement for IO::Socket::INET. Most constructor arguments
and
+methods are provided in a backward-compatible way.
+
+It uses the getaddrinfo(3) function to convert hostnames and service names or
+port numbers into sets of possible addresses to connect to or listen on. This
+allows it to work for IPv6 where the system supports it, while still falling
+back to IPv4-only on systems which don't.
+EOF
diff --git a/perl-cpan/io-socket-ip/HISTORY b/perl-cpan/io-socket-ip/HISTORY
new file mode 100644
index 0000000..e49ff30
--- /dev/null
+++ b/perl-cpan/io-socket-ip/HISTORY
@@ -0,0 +1,2 @@
+2015-04-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.37



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (40a211d856f2375f5ebaf341582c855172234ada), Vlad Glagolev, 04/13/2015

Archive powered by MHonArc 2.6.24.

Top of Page