9fab FreshPorts -- devel/p5-Config-Any
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Config-Any 0.23_1 devel on this many watch lists=3 search for ports that depend on this port
Load class configuration data from a number of file formats
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Sep 2006 11:53:21
Also Listed In: perl5
License: not specified in port


Config::Any provides a facility for Perl applications and libraries to load
configuration data from multiple different file formats. It supports XML, YAML,
JSON, Apache-style configuration, Windows INI files, and even Perl code.

The rationale for this module is as follows: Perl programs are deployed on many
different platforms and integrated with many different systems.  Systems
administrators and end users may prefer different configuration formats than the
developers. The flexibility inherent in a multiple format configuration loader
allows different users to make different choices, without generating extra work
for the developers. As a developer you only need to learn a single interface to
be able to use the power of different configuration formats.

WWW: http://search.cpan.org/dist/Config-Any/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Config-General
  2. devel/p5-Config-Tiny
  3. converters/p5-JSON-XS
  4. textproc/p5-XML-Simple
  5. textproc/p5-YAML-LibYAML
  6. lang/perl5.12
Required To Run:
  1. devel/p5-Config-General
  2. devel/p5-Config-Tiny
  3. converters/p5-JSON-XS
  4. textproc/p5-XML-Simple
  5. textproc/p5-YAML-LibYAML
  6. lang/perl5.12

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-Config-Any/ && make install clean
To add the package: pkg_add -r p5-Config-Any


Configuration Options
===> The following configuration options are available for p5-Config-Any-0.23_1:
     INI=on: INI file/format/parser
     JSON=on: JSON file/format/parser
     XML=on: XML file/format/parser
     YAML=on: YAML file/format/parser
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Config/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Config/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Config/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Config/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Config/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Config/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Config/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Config/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Config/
  11. http://at.cpan.org/modules/by-module/Config/
  12. http://backpan.perl.org/modules/by-module/Config/
  13. http://cpan.nctu.edu.tw/modules/by-module/Config/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Config/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Config/
  16. http://www.cpan.dk/modules/by-module/Config/
  17. http://www.cpan.dk/modules/by-module/Config/

Number of commits found: 25

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
01 Feb 2013 21:00:58
Original commit files touched by this commit  0.23_1
sunpoet search for other commits by this committer
- Fix *_DEPENDS:
  - Add missing dependencies
  - version is already in core since Perl 5.9.0
- Add OPTIONS: INI, JSON, XML and YAML
- Bump PORTREVISION for dependency change
- Cleanup Makefile header
- Reformat pkg-descr
10 Jun 2012 18:42:48
Original commit files touched by this commit  0.23
swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
17 Sep 2011 06:49:29
Original commit files touched by this commit  0.23
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:       perl
19 Jul 2011 08:38:24
Original commit files touched by this commit  0.23
jadawin search for other commits by this committer
- Update to 0.23
- Changelog: http://cpansearch.perl.org/src/BRICAS/Config-Any-0.23/Changes
10 Jul 2011 21:47:22
Original commit files touched by this commit  0.22
bapt search for other commits by this committer
- update to 0.22
- changes: http://cpansearch.perl.org/src/BRICAS/Config-Any-0.22/Changes
31 May 2011 10:12:25
Original commit files touched by this commit  0.21
jadawin search for other commits by this committer
- Update to 0.21
- Changelog: http://cpansearch.perl.org/src/BRICAS/Config-Any-0.21/Changes
17 May 2011 11:05:02
Original commit files touched by this commit  0.20
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports.

Approved by:    erwin@ (portmgr)
11 Aug 2010 04:01:06
Original commit files touched by this commit  0.20
leeym search for other commits by this committer
- update to 0.20
15 Feb 2010 17:57:47
Original commit files touched by this commit  0.19
tobez search for other commits by this committer
Update to 0.19.

Changes:        http://search.cpan.org/dist/Config-Any/Changes
Feature safe:   yes
29 Jan 2010 03:01:29
Original commit files touched by this commit  0.18_1
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 16).

Approved by:    portmgr (itetcu)
18 Nov 2009 08:46:56
Original commit files touched by this commit  0.18
jadawin search for other commits by this committer
- Update to 0.18
- Changes: <http://cpansearch.perl.org/src/BRICAS/Config-Any-0.18/Changes>
16 Aug 2009 09:22:05
Original commit files touched by this commit  0.17
linimon search for other commits by this committer
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
07 Feb 2009 02:30:37
Original commit files touched by this commit  0.17
lbr search for other commits by this committer
Update to 0.17
17 Nov 2008 21:08:27
Original commit files touched by this commit  0.16
lbr search for other commits by this committer
Update to 0.16
14 Nov 2008 16:28:20
Original commit files touched by this commit  0.15
lbr search for other commits by this committer
Update to 0.15
07 Aug 2008 12:29:11
Original commit files touched by this commit  0.14
lbr search for other commits by this committer
Update to 0.14
06 Aug 2008 09:34:32
Original commit files touched by this commit  0.13
lbr search for other commits by this committer
Update to 0.13
08 Apr 2008 15:52:10
Original commit files touched by this commit  0.12
lbr search for other commits by this committer
Update to 0.12
30 Jan 2008 11:58:07
Original commit files touched by this commit  0.11
lbr search for other commits by this committer
Update to 0.11
12 Dec 2007 23:49:22
Original commit files touched by this commit  0.10
lbr search for other commits by this committer
Update to 0.10
08 Sep 2007 00:56:04
Original commit files touched by this commit  0.08
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
01 Sep 2007 20:21:21
Original commit files touched by this commit  0.08
lbr search for other commits by this committer
Fix dependency issue (thanks to linimon, ancient pointy-hat to me for not
having the dependency in place from the beginning...)
Use CPAN MASTER_SITE notation.
24 Aug 2007 05:44:19
Original commit files touched by this commit  0.08
lbr search for other commits by this committer
Update to 0.08
06 Mar 2007 21:12:18
Original commit files touched by this commit  0.07
lbr search for other commits by this committer
Update to 0.07 (pr was for 0.06, but it's a trivial patch)

PR:             109444
Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
03 Sep 2006 11:53:11
Original commit files touched by this commit  0.04
lbr search for other commits by this committer
New port: devel/p5-Config-Any, Load class configuration data from a number of
file formats

Number of commits found: 25

2839
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24531
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours9
new 7 days28
new fortnight60
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0