Initial import of Config-Grammar-1.02.

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.
This commit is contained in:
bernd 2006-05-22 12:41:29 +00:00
parent 5d15343ad4
commit 6257b0bf0d
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/22 12:41:29 bernd Exp $
COMMENT= "grammar-based, user-friendly config parser"
DISTNAME= Config-Grammar-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Bernd Ahlers <bernd@openbsd.org>
# Same as perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Config-Grammar-1.02.tar.gz) = c20da0839f7700ec97a7c6cd02981083
RMD160 (Config-Grammar-1.02.tar.gz) = c3246466ea11e5ccb4524861d11f71d5694437ab
SHA1 (Config-Grammar-1.02.tar.gz) = e98a58faf54018a4d13f305de621fe24b0b8a665
SIZE (Config-Grammar-1.02.tar.gz) = 16301

View File

@ -0,0 +1,8 @@
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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/05/22 12:41:29 bernd Exp $
${P5SITE}/Config/
${P5SITE}/Config/Grammar.pm
@man man/man3p/Config::Grammar.3p