From owner-svn-ports-all@FreeBSD.ORG Sat Mar 29 08:17:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AB24ACA; Sat, 29 Mar 2014 08:17:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 178D62EF; Sat, 29 Mar 2014 08:17:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2T8Hs45060320; Sat, 29 Mar 2014 08:17:54 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2T8HsTx060315; Sat, 29 Mar 2014 08:17:54 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201403290817.s2T8HsTx060315@svn.freebsd.org> From: Frederic Culot Date: Sat, 29 Mar 2014 08:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349485 - in head/net: . p5-Net-DHCP-Watch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 08:17:55 -0000 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 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 +# $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 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