pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-net-dhcp Import net-dhcp as net/ruby-net-dhcp.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a12b1932a717
branches: trunk
changeset: 644922:a12b1932a717
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Mon Jan 19 20:37:07 2015 +0000
description:
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:
net/ruby-net-dhcp/DESCR | 4 ++++
net/ruby-net-dhcp/Makefile | 12 ++++++++++++
net/ruby-net-dhcp/PLIST | 24 ++++++++++++++++++++++++
net/ruby-net-dhcp/distinfo | 5 +++++
4 files changed, 45 insertions(+), 0 deletions(-)
diffs (61 lines):
diff -r 4a583b61b917 -r a12b1932a717 net/ruby-net-dhcp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-dhcp/DESCR Mon Jan 19 20:37:07 2015 +0000
@@ -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 -r 4a583b61b917 -r a12b1932a717 net/ruby-net-dhcp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-dhcp/Makefile Mon Jan 19 20:37:07 2015 +0000
@@ -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@localhost
+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 -r 4a583b61b917 -r a12b1932a717 net/ruby-net-dhcp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-dhcp/PLIST Mon Jan 19 20:37:07 2015 +0000
@@ -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 -r 4a583b61b917 -r a12b1932a717 net/ruby-net-dhcp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-dhcp/distinfo Mon Jan 19 20:37:07 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index