pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ruby-network_interface net/ruby-netwo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/945799f0c4de
branches:  trunk
changeset: 307212:945799f0c4de
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed May 02 18:16:25 2018 +0000
description:
net/ruby-network_interface: Import version 0.0.2

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.

diffstat:

 net/ruby-network_interface/DESCR    |   3 +++
 net/ruby-network_interface/Makefile |  12 ++++++++++++
 net/ruby-network_interface/PLIST    |  23 +++++++++++++++++++++++
 net/ruby-network_interface/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 90b9f96f4d8e -r 945799f0c4de net/ruby-network_interface/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-network_interface/DESCR  Wed May 02 18:16:25 2018 +0000
@@ -0,0 +1,3 @@
+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.
diff -r 90b9f96f4d8e -r 945799f0c4de net/ruby-network_interface/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-network_interface/Makefile       Wed May 02 18:16:25 2018 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2018/05/02 18:16:25 minskim Exp $
+
+DISTNAME=      network_interface-0.0.2
+CATEGORIES=    net
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/network_interface
+COMMENT=       Tool to get information on network interfaces
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 90b9f96f4d8e -r 945799f0c4de net/ruby-network_interface/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-network_interface/PLIST  Wed May 02 18:16:25 2018 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/02 18:16:25 minskim Exp $
+bin/list_interfaces.rb
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/network_interface_ext.${RUBY_DLEXT}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.lock
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/list_interfaces.rb
+${GEM_LIBDIR}/ext/network_interface_ext/extconf.rb
+${GEM_LIBDIR}/ext/network_interface_ext/netifaces.c
+${GEM_LIBDIR}/ext/network_interface_ext/netifaces.h
+${GEM_LIBDIR}/lib/network_interface.rb
+${GEM_LIBDIR}/lib/network_interface/version.rb
+${GEM_LIBDIR}/lib/network_interface_ext.${RUBY_DLEXT}
+${GEM_LIBDIR}/network_interface.gemspec
+${GEM_LIBDIR}/spec/netiface_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
diff -r 90b9f96f4d8e -r 945799f0c4de net/ruby-network_interface/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-network_interface/distinfo       Wed May 02 18:16:25 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/02 18:16:25 minskim Exp $
+
+SHA1 (network_interface-0.0.2.gem) = 9492d607d88b1340576b5aa4da9a35b107b28381
+RMD160 (network_interface-0.0.2.gem) = c07f50edb9dfcdd2de63b4a5026ea2b3d966bff7
+SHA512 (network_interface-0.0.2.gem) = 8850325e7e0c5ab51b060270220099c2c00cf7031083a511ae9f8dd6d1b9219b37169fa7620e9648eb071784a840e14ce965f8d1cf5d475ff82691bfba25a202
+Size (network_interface-0.0.2.gem) = 16896 bytes



Home | Main Index | Thread Index | Old Index