From 6db4268147364004257301f92d0bb432ca459b85 Mon Sep 17 00:00:00 2001 From: seb Date: Fri, 7 Nov 2008 22:20:11 +0000 Subject: Initial import of p5-Text-DHCPLeases version 0.7 in the NetBSD Packages Collection. The Perl 5 module Text::DHCPLeases provides an object-oriented interface to ISC DHCPD leases files. The goal is to objectify all declarations, as defined by the ISC dhcpd package man pages. This interface is useful for analyzing, reporting, converting lease files, or as a tool for other applications that need to import dhcpd lease data structures. --- textproc/p5-Text-DHCPLeases/DESCR | 6 ++++++ textproc/p5-Text-DHCPLeases/Makefile | 20 ++++++++++++++++++++ textproc/p5-Text-DHCPLeases/distinfo | 5 +++++ 3 files changed, 31 insertions(+) create mode 100644 textproc/p5-Text-DHCPLeases/DESCR create mode 100644 textproc/p5-Text-DHCPLeases/Makefile create mode 100644 textproc/p5-Text-DHCPLeases/distinfo (limited to 'textproc/p5-Text-DHCPLeases') diff --git a/textproc/p5-Text-DHCPLeases/DESCR b/textproc/p5-Text-DHCPLeases/DESCR new file mode 100644 index 00000000000..a46a0acbee3 --- /dev/null +++ b/textproc/p5-Text-DHCPLeases/DESCR @@ -0,0 +1,6 @@ +The Perl 5 module Text::DHCPLeases provides an object-oriented +interface to ISC DHCPD leases files. The goal is to objectify all +declarations, as defined by the ISC dhcpd package man pages. This +interface is useful for analyzing, reporting, converting lease +files, or as a tool for other applications that need to import dhcpd +lease data structures. diff --git a/textproc/p5-Text-DHCPLeases/Makefile b/textproc/p5-Text-DHCPLeases/Makefile new file mode 100644 index 00000000000..7af2e2294d9 --- /dev/null +++ b/textproc/p5-Text-DHCPLeases/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/07 22:20:11 seb Exp $ + +DISTNAME= Text-DHCPLeases-v0.7 +PKGNAME= p5-Text-DHCPLeases-0.7 +CATEGORIES= textproc net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-DHCPLeases/ +COMMENT= Perl 5 module to parse DHCP leases file from ISC dhcpd + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_MODULE_TYPE= Module::Build + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Text/DHCPLeases/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-DHCPLeases/distinfo b/textproc/p5-Text-DHCPLeases/distinfo new file mode 100644 index 00000000000..ae702c8b11c --- /dev/null +++ b/textproc/p5-Text-DHCPLeases/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/07 22:20:11 seb Exp $ + +SHA1 (Text-DHCPLeases-v0.7.tar.gz) = 79b8d77f0f16936d01b2eb97ce223701c1774aa0 +RMD160 (Text-DHCPLeases-v0.7.tar.gz) = 390d224fb979488729280c81b934449ac5264855 +Size (Text-DHCPLeases-v0.7.tar.gz) = 7880 bytes -- cgit v1.2.3