Bug 187622 - [NEW_PORT] net/p5-Net-DHCP-Watch: a module to help monitor remote DHCP servers
Summary: [NEW_PORT] net/p5-Net-DHCP-Watch: a module to help monitor remote DHCP servers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-15 21:50 UTC by Lawrence Chen
Modified: 2014-03-29 08:20 UTC (History)
0 users

See Also:


Attachments
p5-Net-DHCP-Watch.shar (2.43 KB, text/plain)
2014-03-15 21:50 UTC, Lawrence Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Chen 2014-03-15 21:50:01 UTC
	
	Net::DHCP::Watch is a module to help monitor remote DHCP servers.
	It opens an udp socket to send and receive responses to and from a
	DHCP server.  It store the last connection status information.

	This module can help to write some simple code to implement a
	reliable DHCP service over complex or simple networks.

	This is a dependency for Perl nagios plugin for checking DHCP servers,
	that I will be submitting.
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-03-29 08:11:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-29 08:17:57 UTC
Author: culot
Date: Sat Mar 29 08:17:53 2014
New Revision: 349485
URL: http://svnweb.freebsd.org/changeset/ports/349485
QAT: https://qat.redports.org/buildarchive/r349485/

Log:
  Net::DHCP::Watch is a module to help monitor remote DHCP servers.
  It opens an udp socket to send and receive responses to and from
  a DHCP server. It stores the last connection status information.
  
  This module can help to write some simple code to implement a
  reliable DHCP service over complex or simple networks.
  
  WWW: http://search.cpan.org/dist/Net-DHCP-Watch/
  
  PR:		ports/187622
  Submitted by: 	Lawrence "The Dreamer" Chen <beastie@tardisi.com>

Added:
  head/net/p5-Net-DHCP-Watch/
  head/net/p5-Net-DHCP-Watch/Makefile   (contents, props changed)
  head/net/p5-Net-DHCP-Watch/distinfo   (contents, props changed)
  head/net/p5-Net-DHCP-Watch/pkg-descr   (contents, props changed)
  head/net/p5-Net-DHCP-Watch/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat Mar 29 08:03:28 2014	(r349484)
+++ head/net/Makefile	Sat Mar 29 08:17:53 2014	(r349485)
@@ -560,6 +560,7 @@
     SUBDIR += p5-Net-Cassandra-Easy
     SUBDIR += p5-Net-DAV-Server
     SUBDIR += p5-Net-DHCP
+    SUBDIR += p5-Net-DHCP-Watch
     SUBDIR += p5-Net-DHCPClient
     SUBDIR += p5-Net-DLookup
     SUBDIR += p5-Net-Daemon

Added: head/net/p5-Net-DHCP-Watch/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-DHCP-Watch/Makefile	Sat Mar 29 08:17:53 2014	(r349485)
@@ -0,0 +1,19 @@
+# Created by: Lawrence Chen <beastie@tardisi.com>
+# $FreeBSD$
+
+PORTNAME=	Net-DHCP-Watch
+PORTVERSION=	2.03
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	beastie@tardisi.com
+COMMENT=	Class for monitoring a remote DHCPD server
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/net/p5-Net-DHCP-Watch/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-DHCP-Watch/distinfo	Sat Mar 29 08:17:53 2014	(r349485)
@@ -0,0 +1,2 @@
+SHA256 (Net-DHCP-Watch-2.03.tar.gz) = d4a33900ebefff21915ad958fb95fc0331d09505d4bcc144993c2adc8c0dd6b8
+SIZE (Net-DHCP-Watch-2.03.tar.gz) = 8502

Added: head/net/p5-Net-DHCP-Watch/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-DHCP-Watch/pkg-descr	Sat Mar 29 08:17:53 2014	(r349485)
@@ -0,0 +1,8 @@
+Net::DHCP::Watch is a module to help monitor remote DHCP servers.
+It opens an udp socket to send and receive responses to and from
+a DHCP server. It stores the last connection status information.
+
+This module can help to write some simple code to implement a
+reliable DHCP service over complex or simple networks.
+
+WWW: http://search.cpan.org/dist/Net-DHCP-Watch/

Added: head/net/p5-Net-DHCP-Watch/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-DHCP-Watch/pkg-plist	Sat Mar 29 08:17:53 2014	(r349485)
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/Net/DHCP/Watch.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP/Watch/.packlist
+%%PERL5_MAN3%%/Net::DHCP::Watch.3.gz
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP/Watch
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrmtry %%SITE_PERL%%/Net/DHCP
+@dirrmtry %%SITE_PERL%%/Net
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-03-29 08:18:24 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!