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.
This commit is contained in:
fhajny 2015-01-19 20:37:07 +00:00
parent a807ca1f5b
commit 276bc52376
4 changed files with 45 additions and 0 deletions

4
net/ruby-net-dhcp/DESCR Normal file
View file

@ -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.

View file

@ -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"

24
net/ruby-net-dhcp/PLIST Normal file
View file

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

View file

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