summaryrefslogtreecommitdiff
path: root/net/p5-Net-DHCP
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-03-08 12:34:08 +0000
committerwiz <wiz@pkgsrc.org>2013-03-08 12:34:08 +0000
commit3ece3c367f855f2fef26934cbdf1aa9eba5df090 (patch)
treebd7c62a0ab9f81b6f6cb175361c1a93b7a2e4a88 /net/p5-Net-DHCP
parent9cbf5d39fa6295c71060cdf58929077b3d5ae021 (diff)
downloadpkgsrc-3ece3c367f855f2fef26934cbdf1aa9eba5df090.tar.gz
Update to 0.693 (let's call it 0.69.3):
0.693 2012-10-16 - Changes kindly sent in my Alexander Clouter - Allows static routes to be included in dhcp packets - (no tests yet) 0.692 2012-09-05 - Minor typo in pod 0.691 2012-08-24 - Updated changelog for Kawlitee 0.69 2012-06-06 - Added 'use warnings' to improve Kwalitee - Now uses dist::zilla 0.685 2012-05-21 - Removed file 0.684 2012-05-21 - Changed to using Dist::Zilla. 0.683 2012-01-21 - Still chasing the Build requires issue. 0.682 2012-01-21 - Minor update to tests sent in from Gregory Herrmann via RT#74187. Thanks for that! - Updated pod to complete coverage 0.681 2012-01-16 - Forgot to update MANIFEST file... woops. Also some po updates. 0.68 2012-01-14 - Added Net/DHCP.pm stub. 0.67_2 2011-04-18 - Updated pod. Please be awair that i have added the word "CableLabs" to to pod. This 05-be of concern to Debian. Im not sure how their licensing works exactly vs CableLabs copyrights. Im reasonably certain its aok. - Minor changes for RT#73972 - Improvements to tests 0.67_1 2010-12-16 - Warning: the declaration of DHO_NIS_DOMAIN was overlapping for options 40 options 64. Therefore, options 64 and 65 where renamed DHO_NISV3_SERVER and DHO_NISV3_DOMAIN to remove this overlap and remain consistent. - Constants.pm. Added a vast number of option codes from the IANA listing. - Added updated DHCP message codes, added Netware IP Codes. Tests were added for coverage of constants. - Packet.pm. Changed a whole bunch of stuff. Including removing some then then else orgies, tidying up lots of warnings. - Tests. I'd added a bunch more tests :) - Rearranged the test suite. Added lots of tests.
Diffstat (limited to 'net/p5-Net-DHCP')
-rw-r--r--net/p5-Net-DHCP/Makefile23
-rw-r--r--net/p5-Net-DHCP/PLIST5
-rw-r--r--net/p5-Net-DHCP/distinfo8
3 files changed, 25 insertions, 11 deletions
diff --git a/net/p5-Net-DHCP/Makefile b/net/p5-Net-DHCP/Makefile
index 7ae0143deb7..cc4c576bf81 100644
--- a/net/p5-Net-DHCP/Makefile
+++ b/net/p5-Net-DHCP/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/10/23 17:18:47 asau Exp $
+# $NetBSD: Makefile,v 1.4 2013/03/08 12:34:08 wiz Exp $
#
-DISTNAME= Net-DHCP-0.67
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+DISTNAME= Net-DHCP-0.693
+PKGNAME= p5-${DISTNAME:S/693/69.3/}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -15,10 +14,22 @@ LICENSE= ${PERL5_LICENSE}
EGSUBDIR= share/examples/p5-Net-DHCP
INSTALLATION_DIRS+= ${EGSUBDIR}
-EGFILES= examples/dhcp_sniffer.pl examples/dhcpd.pl examples/dhcpd_test.pl
-EGFILES+= examples/lease_query.pl examples/send_packet.pl
+EGFILES= examples/dhcp_sniffer.pl
+EGFILES+= examples/dhcpd.pl
+EGFILES+= examples/dhcpd_test.pl
+EGFILES+= examples/dumpianatoxml.pl
+EGFILES+= examples/l2tp-dhcp-inform
+EGFILES+= examples/lease_query.pl
+EGFILES+= examples/list_dho.pl
+EGFILES+= examples/send_packet.pl
+
+PERL5_REQD+= 5.8.0
+PERL5_MODULE_TYPE= Module::Build
REPLACE_PERL+= ${EGFILES}
+# has /bin/false as shebang argument
+CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.16.0/Net/DHCP/Constants.pm
+CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/5.16.0/Net/DHCP/Packet.pm
post-install:
.for i in ${EGFILES}
diff --git a/net/p5-Net-DHCP/PLIST b/net/p5-Net-DHCP/PLIST
index 7f68bffca1c..51e14ff9bc3 100644
--- a/net/p5-Net-DHCP/PLIST
+++ b/net/p5-Net-DHCP/PLIST
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/27 20:09:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/03/08 12:34:08 wiz Exp $
share/examples/p5-Net-DHCP/dhcp_sniffer.pl
share/examples/p5-Net-DHCP/dhcpd.pl
share/examples/p5-Net-DHCP/dhcpd_test.pl
+share/examples/p5-Net-DHCP/dumpianatoxml.pl
+share/examples/p5-Net-DHCP/l2tp-dhcp-inform
share/examples/p5-Net-DHCP/lease_query.pl
+share/examples/p5-Net-DHCP/list_dho.pl
share/examples/p5-Net-DHCP/send_packet.pl
diff --git a/net/p5-Net-DHCP/distinfo b/net/p5-Net-DHCP/distinfo
index 4af36843207..05c101923de 100644
--- a/net/p5-Net-DHCP/distinfo
+++ b/net/p5-Net-DHCP/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/03/27 20:09:44 wiz Exp $
+$NetBSD: distinfo,v 1.2 2013/03/08 12:34:08 wiz Exp $
-SHA1 (Net-DHCP-0.67.tar.gz) = 1513e3a336d7a15ea135a63b6df4984980e84fbc
-RMD160 (Net-DHCP-0.67.tar.gz) = 96581cbbdb06ce747cc193d7d26054a2c9c3e3da
-Size (Net-DHCP-0.67.tar.gz) = 21692 bytes
+SHA1 (Net-DHCP-0.693.tar.gz) = d80efc9555945f08aac2b24a62d04b0e0f48f3a9
+RMD160 (Net-DHCP-0.693.tar.gz) = 26663177fe274c9e0f9f4e48dd58ce35acc4d33a
+Size (Net-DHCP-0.693.tar.gz) = 45450 bytes