This perl module allows you to use generic config files in Perl applications.

Syntax of the configuration file(s) to read is fully configurable including
delimiters, maximum config size, ends of lines, and features include comments,
associative arrays, types of variables with coercion

WWW: http://search.cpan.org/dist/Parse-PlainConfig/

PR:		ports/152787
Submitted by:	Peter Vereshagin <peter@vereshagin.org>
This commit is contained in:
Wen Heping 2010-12-03 06:27:39 +00:00
parent c0520c3050
commit 21f9bde267
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265616
5 changed files with 39 additions and 0 deletions

View file

@ -2043,6 +2043,7 @@
SUBDIR += p5-Parse-Method-Signatures
SUBDIR += p5-Parse-PerlConfig
SUBDIR += p5-Parse-Pidl
SUBDIR += p5-Parse-PlainConfig
SUBDIR += p5-Parse-RecDescent
SUBDIR += p5-Parse-Yapp
SUBDIR += p5-ParseLex

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Parse-PlainConfig
# Date created: December 2nd 2010
# Whom: Peter Vereshagin <peter@vereshagin.org>
#
# $FreeBSD$
#
PORTNAME= Parse-PlainConfig
PORTVERSION= 2.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= peter@vereshagin.org
COMMENT= Perl5 module to use plain config files
RUN_DEPENDS= p5-Paranoid>0:${PORTSDIR}/devel/p5-Paranoid \
p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \
p5-Text-Tabs+Wrap>0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap
PERL_CONFIGURE= yes
MAN3= Parse::PlainConfig.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Parse-PlainConfig-2.06.tar.gz) = 1c9d48b8fe3d7fe8b570d0111b9cfb28c2c07e8136f557146b9b1503c06cf7b8
SIZE (Parse-PlainConfig-2.06.tar.gz) = 25487

View file

@ -0,0 +1,6 @@
This perl module allows you to use generic config files in Perl applications.
Syntax of the configuration file(s) to read is fully configurable including
delimiters, maximum config size, ends of lines, and features include comments,
associative arrays, types of variables with coercion
WWW: http://search.cpan.org/dist/Parse-PlainConfig/

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/Parse/PlainConfig.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/PlainConfig/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/PlainConfig
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse
@dirrmtry %%SITE_PERL%%/Parse