Tue Mar 27 20:09:45 2012 UTC ()
Initial import of p5-Net-DHCP-0.67. Packaged by Edgar Fuß in PR 45723.

Represents a DHCP packet as specified in RFC 1533, RFC 2132.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-20120327


(wiz)
diff -r0 -r1.1.1.1 pkgsrc/net/p5-Net-DHCP/distinfo
diff -r0 -r1.1.1.1 pkgsrc/net/p5-Net-DHCP/Makefile
diff -r0 -r1.1.1.1 pkgsrc/net/p5-Net-DHCP/DESCR
diff -r0 -r1.1.1.1 pkgsrc/net/p5-Net-DHCP/PLIST

File Added: pkgsrc/net/p5-Net-DHCP/distinfo
$NetBSD: distinfo,v 1.1.1.1 2012/03/27 20:09:44 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

File Added: pkgsrc/net/p5-Net-DHCP/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/03/27 20:09:44 wiz Exp $
#

DISTNAME=	Net-DHCP-0.67
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	net perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Net/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Net-DHCP/
COMMENT=	Object methods to create a DHCP packet
LICENSE=	${PERL5_LICENSE}

PKG_DESTDIR_SUPPORT=	user-destdir

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

REPLACE_PERL+=	${EGFILES}

post-install:
.for i in ${EGFILES}
	${INSTALL_SCRIPT} ${WRKSRC}/${i} ${DESTDIR:Q}${PREFIX:Q}/${EGSUBDIR}
.endfor

PERL5_PACKLIST=		auto/Net/DHCP/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/net/p5-Net-DHCP/DESCR
Represents a DHCP packet as specified in RFC 1533, RFC 2132.

File Added: pkgsrc/net/p5-Net-DHCP/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/27 20:09:44 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/lease_query.pl
share/examples/p5-Net-DHCP/send_packet.pl