import p5-Config-Auto

This module was written after having to write Yet Another Config File
Parser for some variety of colon-separated config.  Config::Auto can
examine a config file to automatically determine what format it's in.
The module understands colon separated, space separated, equals
separated, XML, Perl code, and Windows INI formats.

from Mikolaj Kuchars
This commit is contained in:
simon 2009-02-04 08:37:06 +00:00
parent c12df4d38d
commit 9549c2a0e2
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/04 08:37:06 simon Exp $
COMMENT = magical config file parser
MODULES = cpan
DISTNAME = Config-Auto-0.20
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-Config-IniFiles \
::devel/p5-YAML
REGRESS_DEPENDS = ::devel/p5-Test-Pod
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Config-Auto-0.20.tar.gz) = +twRuPkIs9J4KEnF4iMlhQ==
RMD160 (Config-Auto-0.20.tar.gz) = vW9m1RaCFxwOBWqVKyZGx3ZOlYU=
SHA1 (Config-Auto-0.20.tar.gz) = 7xPCoBdVoaUvoGadtcOB1GUUJ/4=
SHA256 (Config-Auto-0.20.tar.gz) = ISBL5Qy1JrS8O32b3IsujsnenT76apbctjN1TZXRkBs=
SIZE (Config-Auto-0.20.tar.gz) = 9862

View File

@ -0,0 +1,5 @@
This module was written after having to write Yet Another Config File
Parser for some variety of colon-separated config. Config::Auto can
examine a config file to automatically determine what format it's in.
The module understands colon separated, space separated, equals
separated, XML, Perl code, and Windows INI formats.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/02/04 08:37:06 simon Exp $
${P5SITE}/Config/Auto.pm
@man man/man3p/Config::Auto.3p