Created
September 16, 2011 11:24
-
-
Save bodgit/1221901 to your computer and use it in GitHub Desktop.
MacPorts Portfile for NetAddr Ruby Gem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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 | |
# $Id$ | |
PortSystem 1.0 | |
PortGroup ruby 1.0 | |
ruby.setup netaddr 1.5.0 gem {} rubyforge_gem | |
categories-append net | |
platforms darwin | |
maintainers nomaintainer | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment