Using this module it does the ini configuration file parsing, with an addon facility of regex kind of search. This module aims out doing a regex search for Sections, and Parameters of the Ini configuration file. It does the Perl regex matching, nothing external. So whoever knows the Perl basic regex can use this feature. WWW: http://search.cpan.org/dist/Config-IniRegEx/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->garga I'll take it.
garga 2009-02-02 17:22:57 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Config-IniRegEx Makefile distinfo pkg-descr pkg-plist Log: Using this module it does the ini configuration file parsing, with an addon facility of regex kind of search. This module aims out doing a regex search for Sections, and Parameters of the Ini configuration file. It does the Perl regex matching, nothing external. So whoever knows the Perl basic regex can use this feature. WWW: http://search.cpan.org/dist/Config-IniRegEx/ PR: ports/131155 Submitted by: Murilo Opsfelder <mopsfelder at gmail.com> Revision Changes Path 1.3350 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/p5-Config-IniRegEx/Makefile (new) 1.1 +3 -0 ports/devel/p5-Config-IniRegEx/distinfo (new) 1.1 +8 -0 ports/devel/p5-Config-IniRegEx/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Config-IniRegEx/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!