Port details |
- p5-Config-IniFiles Read .ini-style configuration files
- 3.000003_1 devel =24 3.000003_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2000-11-02 18:14:29
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-HTML-Tagset, p5-HTML-Parser, unzip, p5-DBI, libiconv
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Config-IniFiles
- Description:
- Config::IniFiles provides a way to have readable configuration files
outside your Perl script. The configuration can be safely reloaded upon
receipt of a signal. Configurations can be imported (inherited,
stacked,...), sections can be grouped, and settings can be accessed from
a tied hash.
USAGE
Get a new Config::IniFiles object with the *new* method:
$cfg = Config::IniFiles->new( -file => "/path/configfile.ini" );
$cfg = new Config::IniFiles -file => "/path/configfile.ini";
Optional named parameters may be specified after the configuration file
name. See the *new* in the METHODS section, below.
INI files consist of a number of sections, each preceded with the
section name in square brackets. Parameters are specified in each section
as Name=Value. Any spaces around the equals sign will be ignored, and the
value extends to the end of the line.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Config-IniFiles>0:devel/p5-Config-IniFiles
- To install the port:
- cd /usr/ports/devel/p5-Config-IniFiles/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Config-IniFiles
- pkg install p5-Config-IniFiles
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Config-IniFiles
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1589275623
SHA256 (Config-IniFiles-3.000003.tar.gz) = 3c457b65d98e5ff40bdb9cf814b0d5983eb0c53fb8696bda3ba035ad2acd6802
SIZE (Config-IniFiles-3.000003.tar.gz) = 70024
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-IO-Stringy>0 : devel/p5-IO-Stringy
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-IO-Stringy>0 : devel/p5-IO-Stringy
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- audio/p5-Audio-Scrobbler
- devel/p5-CPAN-YACSmoke
- devel/p5-Config-Auto
- devel/p5-Luka
- devel/p5-github_creator
- sysutils/sysgather
-
Deleted ports which required this port:
- for Run
-
- audio/p5-Audio-Scrobbler
- devel/p5-CPAN-YACSmoke
- devel/p5-Config-Auto
- devel/p5-Config-IniRegEx
- devel/p5-Luka
- devel/p5-github_creator
- mail/policyd2
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Config-IniFiles
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.000003_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.000003_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.000003_1 06 Sep 2021 21:13:27 |
Rene Ladan (rene) |
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. |
3.000003_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.000003_1 26 Jun 2020 11:55:23 |
sunpoet |
Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://metacpan.org/changes/distribution/IO-Stringy |
3.000003 12 May 2020 09:30:46 |
culot |
devel/p5-Config-IniFiles: update to 3.000003
Changes: https://metacpan.org/source/SHLOMIF/Config-IniFiles-3.000003/Changes |
3.000002 08 May 2019 09:10:11 |
culot |
devel/p5-Config-IniFiles: update to 3.000002
Changes: https://metacpan.org/source/SHLOMIF/Config-IniFiles-3.000002/Changes |
2.98 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
2.98 16 May 2018 18:46:32 |
culot |
- Update to 2.98
Changes: https://metacpan.org/changes/distribution/Config-IniFiles |
2.95 28 Mar 2018 11:32:51 |
culot |
- Update to 2.95
Changes: https://metacpan.org/changes/distribution/Config-IniFiles |
2.94 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.94 26 Jul 2017 18:14:42 |
culot |
- Update to 2.94
Changes: https://metacpan.org/changes/distribution/Config-IniFiles |
2.91 31 Dec 2016 19:51:34 |
adamw |
Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which only
affected 5.18 and lower. |
2.91 15 Jun 2016 09:18:22 |
culot |
- Update to 2.91
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Config-IniFiles |
2.88 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.88 21 Jul 2015 15:07:14 |
culot |
- Update to 2.88
- Remove obsolete dependence on List::MoreUtils
Changes: https://metacpan.org/changes/distribution/Config-IniFiles |
2.87 17 Jun 2015 06:27:28 |
culot |
- Update to 2.87
Changes: https://metacpan.org/changes/distribution/Config-IniFiles |
2.86 20 Apr 2015 11:57:48 |
culot |
- Update to 2.86
Changes: https://metacpan.org/changes/distribution/Config-IniFiles |
2.85 14 Apr 2015 07:47:13 |
culot |
- Update to 2.85
- Shorten COMMENT
- Update WWW link
Changes: https://metacpan.org/changes/distribution/Config-IniFiles |
2.83_1 11 Apr 2015 08:19:15 |
mat |
Needs Module::Build.
Sponsored by: Absolight |
2.83_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.83 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
2.83 28 Jan 2014 13:17:29 |
culot |
- Update to 2.83
Changes: http://search.cpan.org/dist/Config-IniFiles/Changes |
2.82 06 Jan 2014 18:07:56 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
2.82 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.82 09 Sep 2013 09:45:13 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
2.82 24 May 2013 08:09:37 |
culot |
- Update to 2.82
Changes: http://search.cpan.org/dist/Config-IniFiles/Changes |
2.80 15 May 2013 08:22:34 |
culot |
- Update to 2.80
Changes: http://search.cpan.org/dist/Config-IniFiles/Changes |
2.78 23 Oct 2012 07:42:47 |
culot |
- Update to 2.78
- Take maintainership
Changes: http://search.cpan.org/dist/Config-IniFiles/Changes
Feature safe: yes |
2.77 15 Oct 2012 16:21:12 |
tabthorpe |
- Reassign to the heap at maintainer's request
Approved by: portmgr (implicit)
Feature safe: yes
Redports: ignore |
2.77 23 Jun 2012 19:41:57 |
sunpoet |
- Update to 2.77
Changes: http://search.cpan.org/dist/Config-IniFiles/Changes
PR: ports/169315
Submitted by: sunpoet (myself)
Approved by: Cezary Morga <cm@therek.net> (maintainer) |
2.72 08 May 2012 05:38:53 |
sunpoet |
- Update to 2.72
- Add LICENSE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Config-IniFiles/Changes
PR: ports/167633
Submitted by: sunpoet (myself)
Approved by: Cezary Morga <cm@therek.net> (maintainer) |
2.71 03 May 2012 01:25:12 |
swills |
- Update to 2.71
PR: ports/167538
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
2.68 26 Jun 2011 15:31:03 |
sunpoet |
- Update to 2.68
Changes: http://search.cpan.org/dist/Config-IniFiles/Changes
PR: ports/158240
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: Cezary Morga <cm@therek.net> (maintainer) |
2.65 22 Dec 2010 23:25:11 |
pgollucci |
- Update to 2.65
- Remove MD5
PR: ports/153346
Submitted by: Cezary Morga <cm@therek.net> (maintainer)
Changes: http://search.cpan.org/dist/Config-IniFiles/Changes |
2.58 08 Jun 2010 22:20:12 |
pgollucci |
- Update to 2.58
PR: ports/147367
Approved by: cm@therek.net (maintainer)
Submitted by: myself (pgollucci@)
Changes: http:/search.cpan.org/dist/Config-IniFiles/Changes |
2.57 26 Apr 2010 23:12:04 |
sahil |
- Update to 2.57
- Changes: http://cpansearch.perl.org/src/SHLOMIF/Config-IniFiles-2.57/Changes
PR: ports/146004
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: Cezary Morga (maintainer), wxs@ (mentor) |
2.56 31 Jan 2010 01:05:18 |
pgollucci |
- Update to 2.56
PR: ports/142636
Submitted by: myself (pgollucci@)
Approved by: maintainer timeout (cm@therek.net; > 2 weeks) |
2.54 20 Nov 2009 18:55:43 |
miwi |
- Update to 2.54
PR: 140686
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: maintainer |
2.53 17 Nov 2009 09:16:07 |
leeym |
- update to 2.53
PR: 140629
Submitted by: leeym
Approved by: maintainer |
2.52 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
2.52 05 Jul 2009 23:12:33 |
wxs |
- Update to 2.52
PR: ports/136255
Submitted by: Cezary Morga <cm@therek.net> |
2.51 21 Jun 2009 19:17:01 |
pgollucci |
- Update to 2.51
PR: ports/135740
Approved by: maintainer
Submitted by: myself (pgollucci@) |
2.49 14 May 2009 20:47:26 |
leeym |
- Update to 2.49
PR: 134499
Submitted by: leeym
Approved by: maintainer |
2.48 23 Apr 2009 04:27:02 |
leeym |
- update to 2.48
PR: 133696
Submitted by: leeym
Approved by: maintainer |
2.47 19 Feb 2009 18:11:16 |
tabthorpe |
- Update to 2.47
PR: ports/131871
Submitted by: Cezary Morga <cm therek.net> (maintainer) |
2.39 17 Feb 2009 03:38:57 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: Cezary Morga via freebsd-ports@ |
2.39 23 May 2008 21:18:39 |
olgeni |
Hunt for typos in devel/p5-*. |
2.39 17 Apr 2008 14:30:31 |
araujo |
- 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) |
2.39 05 Apr 2006 05:46:33 |
linimon |
Reset jeremy@external.org who has not responded to email asking about
maintainer timeouts.
Hat: portmgr |
2.39 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.39 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.39 28 Jul 2005 17:53:46 |
leeym |
- Update to 2.39
PR: 83545
Submitted by: leeym
Approved by: maintainer timeout |
2.38 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.38 10 Jul 2003 11:00:00 |
erwin |
- update to 2.38
- add WWW
PR: 51839
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer timeout (> 3 weeks) |
2.27 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
09 Feb 2002 09:21:10 |
kevlo |
Update to vesion 2.27 |
10 May 2001 16:35:11 |
vanilla |
Upgrade to latest version: p5-Authen-PAM => 0.11
p5-Config-IniFiles => 2.19 p5-File-Tail => 0.98 p5-ParallelUA => 2.50
p5-dTemplate => 2.0 |
14 Apr 2001 23:31:53 |
steve |
Remove empty directories on uninstall. |
11 Jan 2001 15:57:37 |
kevlo |
Update to 2.14 |
24 Dec 2000 06:03:13 |
kevlo |
Upgrade to 2.13 |
03 Dec 2000 18:15:40 |
will |
Update p5-Config-IniFiles (was p5-IniConf, being removed) to 1.8. |
02 Nov 2000 21:14:29 |
asami |
Remove this port for now, it is an un-updated repo copy and I don't want it to
be tagged for the release. |