Bug 152787 - New port: devel/p5-Parse-PlainConfig parser for plain-text configuration files
Summary: New port: devel/p5-Parse-PlainConfig parser for plain-text configuration files
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-02 17:40 UTC by Peter
Modified: 2010-12-03 06:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.44 KB, text/plain)
2010-12-02 17:40 UTC, Peter
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2010-12-02 17:40:11 UTC
Parse::PlainConfig allows you to use plain configuration files with many features like cusomization of the configuration syntax definition.

Fix: shar attached

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-02 17:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-03 06:27:45 UTC
wen         2010-12-03 06:27:39 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Parse-PlainConfig Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.4153    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/p5-Parse-PlainConfig/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Parse-PlainConfig/distinfo (new)
  1.1       +6 -0      ports/devel/p5-Parse-PlainConfig/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Parse-PlainConfig/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 Wen Heping freebsd_committer freebsd_triage 2010-12-03 06:28:57 UTC
State Changed
From-To: open->closed

New port added. Thanks!