Date: Mon, 29 Jul 2013 20:21:09 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323911 - in head/net: . rubygem-network_interface Message-ID: <201307292021.r6TKL9Qa020793@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jul 29 20:21:09 2013 New Revision: 323911 URL: http://svnweb.freebsd.org/changeset/ports/323911 Log: New port: rubygem-network_interface This gem was originally added to the Metasploit Pcaprub gem. It's been spun out into its own gem for anyone who might want to programmatically get information on their network interfaces. WWW: https://github.com/rapid7/network_interface Added: head/net/rubygem-network_interface/ head/net/rubygem-network_interface/Makefile (contents, props changed) head/net/rubygem-network_interface/distinfo (contents, props changed) head/net/rubygem-network_interface/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Jul 29 20:20:56 2013 (r323910) +++ head/net/Makefile Mon Jul 29 20:21:09 2013 (r323911) @@ -1037,6 +1037,7 @@ SUBDIR += rubygem-macaddr SUBDIR += rubygem-net-ldap SUBDIR += rubygem-net-netrc + SUBDIR += rubygem-network_interface SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-open-uri-cached Added: head/net/rubygem-network_interface/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-network_interface/Makefile Mon Jul 29 20:21:09 2013 (r323911) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= network_interface +PORTVERSION= 0.0.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Get network interface information from Ruby + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include <bsd.port.mk> Added: head/net/rubygem-network_interface/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-network_interface/distinfo Mon Jul 29 20:21:09 2013 (r323911) @@ -0,0 +1,2 @@ +SHA256 (rubygem/network_interface-0.0.1.gem) = eaa48bd219fdcb9b6c66d44f1aa2b4e1c51385114400187d7fc087bf76602447 +SIZE (rubygem/network_interface-0.0.1.gem) = 15360 Added: head/net/rubygem-network_interface/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-network_interface/pkg-descr Mon Jul 29 20:21:09 2013 (r323911) @@ -0,0 +1,5 @@ +This gem was originally added to the Metasploit Pcaprub gem. It's been spun +out into its own gem for anyone who might want to programmatically get +information on their network interfaces. + +WWW: https://github.com/rapid7/network_interface
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307292021.r6TKL9Qa020793>