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
This commit is contained in:
parent
b9d2535959
commit
92f32ce697
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323911
4 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
17
net/rubygem-network_interface/Makefile
Normal file
17
net/rubygem-network_interface/Makefile
Normal file
|
@ -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>
|
2
net/rubygem-network_interface/distinfo
Normal file
2
net/rubygem-network_interface/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/network_interface-0.0.1.gem) = eaa48bd219fdcb9b6c66d44f1aa2b4e1c51385114400187d7fc087bf76602447
|
||||
SIZE (rubygem/network_interface-0.0.1.gem) = 15360
|
5
net/rubygem-network_interface/pkg-descr
Normal file
5
net/rubygem-network_interface/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue