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:
parent
c12df4d38d
commit
9549c2a0e2
20
devel/p5-Config-Auto/Makefile
Normal file
20
devel/p5-Config-Auto/Makefile
Normal 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>
|
5
devel/p5-Config-Auto/distinfo
Normal file
5
devel/p5-Config-Auto/distinfo
Normal 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
|
5
devel/p5-Config-Auto/pkg/DESCR
Normal file
5
devel/p5-Config-Auto/pkg/DESCR
Normal 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.
|
3
devel/p5-Config-Auto/pkg/PLIST
Normal file
3
devel/p5-Config-Auto/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user