summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-01-19 20:37:07 +0000
committerfhajny <fhajny>2015-01-19 20:37:07 +0000
commitabe8a5045751a89cfab947fcd537e049626d9b98 (patch)
tree70963980df36568b320982f5dea75d414c819376 /net
parentc3fb461ebd8932749625693a6ebcaefa148d91ed (diff)
downloadpkgsrc-abe8a5045751a89cfab947fcd537e049626d9b98.tar.gz
Import net-dhcp as net/ruby-net-dhcp.
The aim of Net::DHCP is to provide a set of classes to low level handle the DHCP protocol (rfc2131, rfc2132, etc.). With Net::DHCP you will be able to craft custom DHCP packages and have access to all the fields defined for the protocol.
Diffstat (limited to 'net')
-rw-r--r--net/ruby-net-dhcp/DESCR4
-rw-r--r--net/ruby-net-dhcp/Makefile12
-rw-r--r--net/ruby-net-dhcp/PLIST24
-rw-r--r--net/ruby-net-dhcp/distinfo5
4 files changed, 45 insertions, 0 deletions
diff --git a/net/ruby-net-dhcp/DESCR b/net/ruby-net-dhcp/DESCR
new file mode 100644
index 00000000000..7f8c69e67e1
--- /dev/null
+++ b/net/ruby-net-dhcp/DESCR
@@ -0,0 +1,4 @@
+The aim of Net::DHCP is to provide a set of classes to low level handle
+the DHCP protocol (rfc2131, rfc2132, etc.). With Net::DHCP you will be
+able to craft custom DHCP packages and have access to all the fields
+defined for the protocol.
diff --git a/net/ruby-net-dhcp/Makefile b/net/ruby-net-dhcp/Makefile
new file mode 100644
index 00000000000..c09ce8b615e
--- /dev/null
+++ b/net/ruby-net-dhcp/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2015/01/19 20:37:07 fhajny Exp $
+
+DISTNAME= net-dhcp-1.3.2
+CATEGORIES= net
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://rubygems.org/gems/net-dhcp/
+COMMENT= Net::DHCP Library for ruby
+LICENSE= gnu-gpl-v3
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/ruby-net-dhcp/PLIST b/net/ruby-net-dhcp/PLIST
new file mode 100644
index 00000000000..acdf0753faf
--- /dev/null
+++ b/net/ruby-net-dhcp/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2015/01/19 20:37:07 fhajny Exp $
+bin/net-dhcp
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/README.etd.original
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/net-dhcp
+${GEM_LIBDIR}/lib/net-dhcp.rb
+${GEM_LIBDIR}/lib/net-dhcp/version.rb
+${GEM_LIBDIR}/lib/net/dhcp.rb
+${GEM_LIBDIR}/lib/net/dhcp/constants.rb
+${GEM_LIBDIR}/lib/net/dhcp/core.rb
+${GEM_LIBDIR}/lib/net/dhcp/options.rb
+${GEM_LIBDIR}/lib/net/dhcp/oui.txt
+${GEM_LIBDIR}/net-dhcp.gemspec
+${GEM_LIBDIR}/spec/net-dhcp_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/test/test_dhcp.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/net/ruby-net-dhcp/distinfo b/net/ruby-net-dhcp/distinfo
new file mode 100644
index 00000000000..2101ce81c79
--- /dev/null
+++ b/net/ruby-net-dhcp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/01/19 20:37:07 fhajny Exp $
+
+SHA1 (net-dhcp-1.3.2.gem) = ae4bac850422fb5343322460305d6b19b8eb8c2e
+RMD160 (net-dhcp-1.3.2.gem) = d349000914fcc2bafaee89f0340fb081d1995bbf
+Size (net-dhcp-1.3.2.gem) = 526336 bytes