From cc90c727a2bb400e43dd518c618ef693b1f13686 Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 4 Mar 2003 16:26:37 +0000 Subject: Initial import of p5-Config-General version 2.15 in to the NetBSD Packages Collection. Provided in PR pkg/20501 by Jonathan Perkin . Config::General opens a config file and parses it's contents for you. After parsing the module returns a hash structure which contains the representation of the config file. The format of config files supported by Config::General is inspired by the well known apache config format, in fact, this module is 100% read-compatible to apache configs, but you can also just use simple name/value pairs in your config files. --- devel/p5-Config-General/DESCR | 8 ++++++++ devel/p5-Config-General/Makefile | 18 ++++++++++++++++++ devel/p5-Config-General/PLIST | 1 + devel/p5-Config-General/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 devel/p5-Config-General/DESCR create mode 100644 devel/p5-Config-General/Makefile create mode 100644 devel/p5-Config-General/PLIST create mode 100644 devel/p5-Config-General/distinfo (limited to 'devel/p5-Config-General') diff --git a/devel/p5-Config-General/DESCR b/devel/p5-Config-General/DESCR new file mode 100644 index 00000000000..97c67aaa341 --- /dev/null +++ b/devel/p5-Config-General/DESCR @@ -0,0 +1,8 @@ +Config::General opens a config file and parses it's contents for +you. After parsing the module returns a hash structure which contains +the representation of the config file. + +The format of config files supported by Config::General is inspired +by the well known apache config format, in fact, this module is +100% read-compatible to apache configs, but you can also just use +simple name/value pairs in your config files. diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile new file mode 100644 index 00000000000..b9e61593035 --- /dev/null +++ b/devel/p5-Config-General/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 16:26:37 seb Exp $ +# + +DISTNAME= Config-General-2.15 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5cfg +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} + +MAINTAINER= sketch@rd.bbc.co.uk +HOMEPAGE= http://www.daemon.de/config-general/ +COMMENT= Perl Generic Config module + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Config/General/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Config-General/PLIST b/devel/p5-Config-General/PLIST new file mode 100644 index 00000000000..822d23628f9 --- /dev/null +++ b/devel/p5-Config-General/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/04 16:26:37 seb Exp $ diff --git a/devel/p5-Config-General/distinfo b/devel/p5-Config-General/distinfo new file mode 100644 index 00000000000..14fdda0244e --- /dev/null +++ b/devel/p5-Config-General/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/04 16:26:37 seb Exp $ + +SHA1 (Config-General-2.15.tar.gz) = f4ca3e455374937d5a18e974e81bb025f7b79d04 +Size (Config-General-2.15.tar.gz) = 32447 bytes -- cgit v1.2.3