Skip to content

Instantly share code, notes, and snippets.

@bodgit
Created September 16, 2011 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodgit/1221901 to your computer and use it in GitHub Desktop.
Save bodgit/1221901 to your computer and use it in GitHub Desktop.
MacPorts Portfile for NetAddr Ruby Gem
# -*- 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