aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Std
Commit message (Collapse)AuthorAgeFilesLines
* support STAGEDIR.Vanilla I. Shu2013-10-282-3/+1
| | | | Notes: svn path=/head/; revision=331856
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Update to 0.901.Anton Berezin2013-09-112-4/+4
| | | | | | | | | Assign maintainership from ports@ to perl@. Changes: http://search.cpan.org/dist/Config-Std/Changes Notes: svn path=/head/; revision=326950
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Update to version 0.900Martin Wilke2013-05-152-13/+9
| | | | | | | | | | - Add License PR: 178581 Submitted by: Ports Fury Notes: svn path=/head/; revision=318225
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-151-6/+2
| | | | | | | | | Approved by: portmgr (implicit) Feature safe: yes Redports: ignore Notes: svn path=/head/; revision=305921
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Pass maintainership to submitterThomas Abthorpe2009-02-171-1/+1
| | | | | | | Submitted by: Cezary Morga via freebsd-ports@ Notes: svn path=/head/; revision=228531
* - simplify dependencyYen-Ming Lee2008-10-221-5/+9
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=221900
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-2/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* - Fix plistAndrew Pantyukhin2006-06-031-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=164307
* Add port devel/p5-Config-Std:Andrew Pantyukhin2006-05-304-0/+55
This module implements yet another damn configuration-file system. The configuration language is deliberately simple and limited, and the module works hard to preserve as much information (section order, comments, etc.) as possible when a configuration file is updated. See Chapter 19 of "Perl Best Practices" (O'Reilly, 2005) for the rationale for this approach. The configuration language is a slight extension of the Windows INI format. WWW: http://search.cpan.org/dist/Config-Std/ Approved by: krion (mentor) Notes: svn path=/head/; revision=163992