pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ruby-ipaddress Import net/ruby-ipaddress into pkgsrc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d928f67f2fd0
branches:  trunk
changeset: 635343:d928f67f2fd0
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jun 03 13:46:00 2014 +0000

description:
Import net/ruby-ipaddress into pkgsrc.

IPAddress is a Ruby library designed to make the use of IPv4 and IPv6
addresses simple, powerful and enjoyable. It provides a complete set
of methods to handle IP addresses for any need, from simple scripting
to full network design.

IPAddress is written with a full OO interface, and its code is easy to
read, maintain and extend. The documentation is full of examples, to
let you start being productive immediately.

diffstat:

 net/ruby-ipaddress/DESCR    |   8 ++++++++
 net/ruby-ipaddress/Makefile |  12 ++++++++++++
 net/ruby-ipaddress/PLIST    |  19 +++++++++++++++++++
 net/ruby-ipaddress/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 2983474a2a0b -r d928f67f2fd0 net/ruby-ipaddress/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-ipaddress/DESCR  Tue Jun 03 13:46:00 2014 +0000
@@ -0,0 +1,8 @@
+IPAddress is a Ruby library designed to make the use of IPv4 and IPv6
+addresses simple, powerful and enjoyable. It provides a complete set
+of methods to handle IP addresses for any need, from simple scripting
+to full network design.
+
+IPAddress is written with a full OO interface, and its code is easy to
+read, maintain and extend. The documentation is full of examples, to
+let you start being productive immediately.
diff -r 2983474a2a0b -r d928f67f2fd0 net/ruby-ipaddress/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-ipaddress/Makefile       Tue Jun 03 13:46:00 2014 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2014/06/03 13:46:00 jperkin Exp $
+
+DISTNAME=      ipaddress-0.8.0
+CATEGORIES=    net
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/bluemonk/ipaddress
+COMMENT=       Library to handle IP addresses in a modern and productive way
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2983474a2a0b -r d928f67f2fd0 net/ruby-ipaddress/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-ipaddress/PLIST  Tue Jun 03 13:46:00 2014 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/03 13:46:00 jperkin Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/CHANGELOG.rdoc
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/ipaddress.gemspec
+${GEM_LIBDIR}/lib/ipaddress.rb
+${GEM_LIBDIR}/lib/ipaddress/ipv4.rb
+${GEM_LIBDIR}/lib/ipaddress/ipv6.rb
+${GEM_LIBDIR}/lib/ipaddress/prefix.rb
+${GEM_LIBDIR}/test/ipaddress/ipv4_test.rb
+${GEM_LIBDIR}/test/ipaddress/ipv6_test.rb
+${GEM_LIBDIR}/test/ipaddress/prefix_test.rb
+${GEM_LIBDIR}/test/ipaddress_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 2983474a2a0b -r d928f67f2fd0 net/ruby-ipaddress/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-ipaddress/distinfo       Tue Jun 03 13:46:00 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/03 13:46:00 jperkin Exp $
+
+SHA1 (ipaddress-0.8.0.gem) = 9983abb9f35a8de6cff23c0870d732bba21130ca
+RMD160 (ipaddress-0.8.0.gem) = 6482a61f836f1564118d97d070b0549396d87163
+Size (ipaddress-0.8.0.gem) = 34816 bytes



Home | Main Index | Thread Index | Old Index