diff options
author | seb <seb@pkgsrc.org> | 2003-03-04 16:26:37 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-03-04 16:26:37 +0000 |
commit | cc90c727a2bb400e43dd518c618ef693b1f13686 (patch) | |
tree | 4c734889386c29ab6b379e95a9d92b2a5ab6ec0b /devel/p5-Config-General | |
parent | cbbf6d4f42f51ee4f8370197bd179e5c5a8ee049 (diff) | |
download | pkgsrc-cc90c727a2bb400e43dd518c618ef693b1f13686.tar.gz |
Initial import of p5-Config-General version 2.15 in to the NetBSD Packages
Collection.
Provided in PR pkg/20501 by Jonathan Perkin
<sketch at rd dot bbc dot co dot uk>.
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.
Diffstat (limited to 'devel/p5-Config-General')
-rw-r--r-- | devel/p5-Config-General/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-Config-General/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Config-General/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Config-General/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
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 |