Skip to Content.
Sympa Menu

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

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 (898f36e817636e3a959e64021a2637e1e77636c6)
  • Date: Sun, 19 Apr 2015 06:22:18 -0500

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

ChangeLog | 2 ++
perl-cpan/netaddr-ip/DEPENDS | 1 +
perl-cpan/netaddr-ip/DETAILS | 19 +++++++++++++++++++
perl-cpan/netaddr-ip/HISTORY | 2 ++
4 files changed, 24 insertions(+)

New commits:
commit 898f36e817636e3a959e64021a2637e1e77636c6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

netaddr-ip: new spell, manages IPv4 and IPv6 addresses and subnets

diff --git a/ChangeLog b/ChangeLog
index 4e6b3c3..0c904e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2015-04-19 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/text-soundex: new spell, implementation of the Soundex
algorithm
+ * perl-cpan/netaddr-ip: new spell, manages IPv4 and IPv6 addresses and
+ subnets

2015-04-17 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/net-daemon: new spell, Perl extension for portable daemons
diff --git a/perl-cpan/netaddr-ip/DEPENDS b/perl-cpan/netaddr-ip/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/netaddr-ip/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/netaddr-ip/DETAILS b/perl-cpan/netaddr-ip/DETAILS
new file mode 100755
index 0000000..a6ba2af
--- /dev/null
+++ b/perl-cpan/netaddr-ip/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=netaddr-ip
+ SPELLX=NetAddr-IP
+ VERSION=4.075
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/CPAN/authors/id/M/MI/MIKER/${SOURCE}
+
SOURCE_HASH=sha512:31c13a4d993689224e7219a4155a16cdeaade16e2003efdad8b45c99b97972b6ed761b522a47584c87f6264422b63a269607e6055d0da812b30ca6eb370c7c5c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ LICENSE=ART
+ WEB_SITE=http://search.cpan.org/dist/NetAddr-IP/
+ ENTERED=20150419
+ KEYWORDS="perl"
+ SHORT="manages IPv4 and IPv6 addresses and subnets"
+cat << EOF
+This module provides an object-oriented abstraction on top of IP addresses
or IP
+subnets that allows for easy manipulations.
+
+The internal representation of all IP objects is in 128 bit IPv6 notation.
+IPv4 and IPv6 objects may be freely mixed.
+EOF
diff --git a/perl-cpan/netaddr-ip/HISTORY b/perl-cpan/netaddr-ip/HISTORY
new file mode 100644
index 0000000..1d56f73
--- /dev/null
+++ b/perl-cpan/netaddr-ip/HISTORY
@@ -0,0 +1,2 @@
+2015-04-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 4.075



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (898f36e817636e3a959e64021a2637e1e77636c6), Vlad Glagolev, 04/19/2015

Archive powered by MHonArc 2.6.24.

Top of Page