Bug 131155 - [NEW PORT] devel/p5-Config-IniRegEx: Ini workaround, regex search for parameters and sections
Summary: [NEW PORT] devel/p5-Config-IniRegEx: Ini workaround, regex search for paramet...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 12:00 UTC by Murilo Opsfelder Araújo
Modified: 2009-02-02 17:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.43 KB, text/plain)
2009-01-30 12:00 UTC, Murilo Opsfelder Araújo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Murilo Opsfelder Araújo 2009-01-30 12:00:16 UTC
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:
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2009-02-02 17:21:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-02 17:23:16 UTC
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"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2009-02-02 17:24:16 UTC
State Changed
From-To: open->closed

New port added. Thanks!