svn commit: r323911 - in head/net: . rubygem-network_interface

Antoine Brodin antoine at FreeBSD.org
Mon Jul 29 20:21:10 UTC 2013


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 at 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


More information about the svn-ports-all mailing list