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>
This commit is contained in:
parent
5a41ecb7b8
commit
f9d587d1c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349485
@ -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
|
||||
|
19
net/p5-Net-DHCP-Watch/Makefile
Normal file
19
net/p5-Net-DHCP-Watch/Makefile
Normal file
@ -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>
|
2
net/p5-Net-DHCP-Watch/distinfo
Normal file
2
net/p5-Net-DHCP-Watch/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-DHCP-Watch-2.03.tar.gz) = d4a33900ebefff21915ad958fb95fc0331d09505d4bcc144993c2adc8c0dd6b8
|
||||
SIZE (Net-DHCP-Watch-2.03.tar.gz) = 8502
|
8
net/p5-Net-DHCP-Watch/pkg-descr
Normal file
8
net/p5-Net-DHCP-Watch/pkg-descr
Normal file
@ -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/
|
8
net/p5-Net-DHCP-Watch/pkg-plist
Normal file
8
net/p5-Net-DHCP-Watch/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user