pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-Grammar Import p5-Config-Grammar versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49ce3c8270bf
branches:  trunk
changeset: 598974:49ce3c8270bf
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Thu Feb 02 18:50:08 2012 +0000

description:
Import p5-Config-Grammar version 1.10, needed by the upcoming smokeping
update.

Config::Grammar is a Perl module to parse configuration files by
following a grammar, which specifies how the configuration file should
look like. The configuration files are nice to work with for humans
and the error messages are helpful because it tells right away that
for example you are setting a variable which isn't defined.

Config::Grammar supports many advanced features, that you can read
about in its documentation (type 'man Config::Grammar' or 'perldoc
lib/Config/Grammar.pm' in this directory)

diffstat:

 devel/p5-Config-Grammar/DESCR    |   9 +++++++++
 devel/p5-Config-Grammar/Makefile |  19 +++++++++++++++++++
 devel/p5-Config-Grammar/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 6793f40a8141 -r 49ce3c8270bf devel/p5-Config-Grammar/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Grammar/DESCR     Thu Feb 02 18:50:08 2012 +0000
@@ -0,0 +1,9 @@
+Config::Grammar is a Perl module to parse configuration files by
+following a grammar, which specifies how the configuration file should
+look like. The configuration files are nice to work with for humans
+and the error messages are helpful because it tells right away that
+for example you are setting a variable which isn't defined.
+
+Config::Grammar supports many advanced features, that you can read
+about in its documentation (type 'man Config::Grammar' or 'perldoc
+lib/Config/Grammar.pm' in this directory)
diff -r 6793f40a8141 -r 49ce3c8270bf devel/p5-Config-Grammar/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Grammar/Makefile  Thu Feb 02 18:50:08 2012 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/02/02 18:50:08 bouyer Exp $
+
+DISTNAME=      Config-Grammar-1.10
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Config/}
+
+MAINTAINER=    bouyer%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Config-Grammar/
+COMMENT=       A grammar-based, user-friendly config parser
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Config/Grammar/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6793f40a8141 -r 49ce3c8270bf devel/p5-Config-Grammar/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Config-Grammar/distinfo  Thu Feb 02 18:50:08 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/02/02 18:50:08 bouyer Exp $
+
+SHA1 (Config-Grammar-1.10.tar.gz) = ad4db9c19dec9c5b6ac4557f68da027e13a33eca
+RMD160 (Config-Grammar-1.10.tar.gz) = 46f53869135c991183d4ce12a3a6f7b08ab40b7c
+Size (Config-Grammar-1.10.tar.gz) = 17877 bytes



Home | Main Index | Thread Index | Old Index