Initial import of ruby-netaddr as version 1.4.0 into the NetBSD
Packages Collection. NetAddr (formerly IPAdmin) is a Ruby package for working with network addresses. Includes: ability to subnet/supernet IPv4 and IPv6 space, create CIDR-based hierarchical trees, manipulate MAC addresses, and much more.
This commit is contained in:
parent
0f893f07af
commit
9a13d2d2dd
4 changed files with 45 additions and 0 deletions
4
net/ruby-netaddr/DESCR
Normal file
4
net/ruby-netaddr/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
NetAddr (formerly IPAdmin) is a Ruby package for working with
|
||||
network addresses. Includes: ability to subnet/supernet IPv4 and
|
||||
IPv6 space, create CIDR-based hierarchical trees, manipulate MAC
|
||||
addresses, and much more.
|
15
net/ruby-netaddr/Makefile
Normal file
15
net/ruby-netaddr/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/05/09 22:28:12 seb Exp $
|
||||
|
||||
DISTNAME= netaddr-1.4.0
|
||||
PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://netaddr.rubyforge.org/
|
||||
COMMENT= Ruby package for working with network addresses
|
||||
|
||||
GEM_BUILD= gemspec
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
21
net/ruby-netaddr/PLIST
Normal file
21
net/ruby-netaddr/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/09 22:28:12 seb Exp $
|
||||
${GEM_HOME}/cache/netaddr-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/Errors
|
||||
${GEM_LIBDIR}/README
|
||||
${GEM_LIBDIR}/changelog
|
||||
${GEM_LIBDIR}/lib/cidr.rb
|
||||
${GEM_LIBDIR}/lib/cidr_shortcuts.rb
|
||||
${GEM_LIBDIR}/lib/eui.rb
|
||||
${GEM_LIBDIR}/lib/ip_math.rb
|
||||
${GEM_LIBDIR}/lib/methods.rb
|
||||
${GEM_LIBDIR}/lib/netaddr.rb
|
||||
${GEM_LIBDIR}/lib/tree.rb
|
||||
${GEM_LIBDIR}/lib/validation_shortcuts.rb
|
||||
${GEM_LIBDIR}/tests/cidr_test.rb
|
||||
${GEM_LIBDIR}/tests/eui_test.rb
|
||||
${GEM_LIBDIR}/tests/methods_test.rb
|
||||
${GEM_LIBDIR}/tests/tree_test.rb
|
||||
${GEM_HOME}/specifications/netaddr-${PKGVERSION}.gemspec
|
||||
@dirrm ${GEM_LIBDIR}/tests
|
||||
@dirrm ${GEM_LIBDIR}/lib
|
||||
@dirrm ${GEM_LIBDIR}
|
5
net/ruby-netaddr/distinfo
Normal file
5
net/ruby-netaddr/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/05/09 22:28:12 seb Exp $
|
||||
|
||||
SHA1 (netaddr-1.4.0.gem) = cf1ead77e99ecdee39730a70bb028aea861c0bb1
|
||||
RMD160 (netaddr-1.4.0.gem) = 815ad39155a026e1b5dfb49c480912a538f4258f
|
||||
Size (netaddr-1.4.0.gem) = 39424 bytes
|
Loading…
Reference in a new issue