5ec8 FreshPorts -- devel/p5-Config-Objective
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-Objective 0.9.1_2 devel on this many watch lists=0 search for ports that depend on this port
Configuration data as perl objects
Maintained by: pirzyk@FreeBSD.org search for ports maintained by this maintainer
Port Added: 21 Aug 2004 13:07:20
Also Listed In: perl5
License: not specified in port


The Config::Objective module provides a mechanism for parsing config files
to manipulate configuration data.  Unlike most other config file modules,
which represent config data as simple variables, Config::Objective
represents config data as perl objects.  This allows for a much more
flexible configuration language, since new classes can be easily written
to add methods to the config syntax.

WWW: http://search.cpan.org/dist/Config-Objective/
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-Parse-Yapp
  2. devel/p5-ParseLex
  3. lang/perl5.8
Required To Run:
  1. devel/p5-Parse-Yapp
  2. devel/p5-ParseLex
  3. lang/perl5.8

This port is required by:

for Build for Run

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


Configuration Options
     No options to configure

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/ftp.funet.fi/pub/languages/perl/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: 12

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
30 Jun 2012 14:07:27
Original commit files touched by this commit  0.9.1_2
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
21 Jan 2012 17:40:15
Original commit files touched by this commit  0.9.1_2
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
17 Mar 2011 15:46:29
Original commit files touched by this commit  0.9.1_2
miwi search for other commits by this committer
- Update to maintainer mail adress
- While here drop md5 support

PR:             155576
Submitted by:   Jim Pirzyk <pirzyk@freebsd.org> (maintainer)
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.9.1_2
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 00:56:04
Original commit files touched by this commit  0.9.1_2
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
22 Jan 2006 08:30:12
Original commit files touched by this commit  0.9.1_2
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 01:48:34
Original commit files touched by this commit  0.9.1_2
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
21 Nov 2005 22:30:51
Original commit files touched by this commit  0.9.1_2
aaron search for other commits by this committer
- applied patch to remove several Perl warnings

PR: 89244
Submitted by: Jim Pirzyk
Approved by: tobez
21 Sep 2005 19:35:50
Original commit files touched by this commit  0.9.1_1
fenner search for other commits by this committer
search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.

This pass brought to you by loving, painstaking hand editing.
20 Jul 2005 01:25:05
Original commit files touched by this commit  0.9.1_1
leeym search for other commits by this committer
- allow more descriptive error messages

PR:             83395
Submitted by:   Jim Pirzyk <pirzyk@freebsd.org>
21 Aug 2004 13:08:22
Original commit files touched by this commit  0.9.1
sem search for other commits by this committer
Fix wrong maintainer e-mail
21 Aug 2004 13:04:39
Original commit files touched by this commit  0.9.1
sem search for other commits by this committer
The Config::Objective module provides a mechanism for parsing config files
to manipulate configuration data.

PR:             ports/62979
Submitted by:   Jim Pirzyk <pirzyk@freebsd.org>

Number of commits found: 12

2848
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
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
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24523
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 7
new 48 hours10
new 7 days28
new fortnight78
new month210

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