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)
This commit is contained in:
parent
dcf760c5b2
commit
719ca9da9a
3 changed files with 33 additions and 0 deletions
9
devel/p5-Config-Grammar/DESCR
Normal file
9
devel/p5-Config-Grammar/DESCR
Normal file
|
@ -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)
|
19
devel/p5-Config-Grammar/Makefile
Normal file
19
devel/p5-Config-Grammar/Makefile
Normal file
|
@ -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
|
||||
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"
|
5
devel/p5-Config-Grammar/distinfo
Normal file
5
devel/p5-Config-Grammar/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue