mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
987 B
Tcl
22 lines
987 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup netaddr 1.5.0 gem {} rubygems
|
|
categories-append net
|
|
license {Ruby GPL-2}
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers bodgit-n-scarper.com:matt openmaintainer
|
|
description Ruby package for working with network addresses
|
|
long_description \
|
|
NetAddr (formerly IPAdmin) is a 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.
|
|
|
|
checksums md5 484de4eb10ab991e5c9f1fff1df13b5d \
|
|
sha1 d8c11f3509273ed62e497e84099fd6069b64fccb \
|
|
rmd160 0edc1cb72b82e627633fbcd3f91f6ee90be8a04e
|