From d3ee2bb642b8c27cc1f788b7a62c6f9d0bbe3d13 Mon Sep 17 00:00:00 2001 From: rodent Date: Sun, 18 May 2014 21:03:38 +0000 Subject: Import p5-Config-Simple-4.59 as sysutils/p5-Config-Simple. Reading and writing configuration files is one of the most frequent tasks of any software design. Config::Simple is the library that helps you with it. Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax automatically. Library supports parsing, updating and creating configuration files. --- sysutils/p5-Config-Simple/DESCR | 7 +++++++ sysutils/p5-Config-Simple/Makefile | 18 ++++++++++++++++++ sysutils/p5-Config-Simple/distinfo | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 sysutils/p5-Config-Simple/DESCR create mode 100644 sysutils/p5-Config-Simple/Makefile create mode 100644 sysutils/p5-Config-Simple/distinfo diff --git a/sysutils/p5-Config-Simple/DESCR b/sysutils/p5-Config-Simple/DESCR new file mode 100644 index 00000000000..e153def645e --- /dev/null +++ b/sysutils/p5-Config-Simple/DESCR @@ -0,0 +1,7 @@ +Reading and writing configuration files is one of the most frequent tasks of +any software design. Config::Simple is the library that helps you with it. + +Config::Simple is a class representing configuration file object. It supports +several configuration file syntax and tries to identify the file syntax +automatically. Library supports parsing, updating and creating configuration +files. diff --git a/sysutils/p5-Config-Simple/Makefile b/sysutils/p5-Config-Simple/Makefile new file mode 100644 index 00000000000..ae15a94a66c --- /dev/null +++ b/sysutils/p5-Config-Simple/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2014/05/18 21:03:38 rodent Exp $ +# + +DISTNAME= Config-Simple-4.59 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 sysutils +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SH/SHERZODR/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Config-Simple/ +COMMENT= Simple configuration file class +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Config/Simple/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/p5-Config-Simple/distinfo b/sysutils/p5-Config-Simple/distinfo new file mode 100644 index 00000000000..feb37b96929 --- /dev/null +++ b/sysutils/p5-Config-Simple/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/05/18 21:03:38 rodent Exp $ + +SHA1 (Config-Simple-4.59.tar.gz) = 4777200847a967d098f75ddf069f38e9ce8d38e1 +RMD160 (Config-Simple-4.59.tar.gz) = 9fbc852d32fbf49d0539135c253162afcebd91f5 +Size (Config-Simple-4.59.tar.gz) = 21010 bytes -- cgit v1.2.3