Port details |
- p5-ConfigReader Perl5 module to read directives from a configuration file
- 0.5_2 devel =5 0.5_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: p5-Net-SSLeay, unzip, p5-libwww, p5-Digest-MD5, p5-Storable
- Also Listed In: perl5
- License: not specified in port
- Description:
- The ConfigReader library is a set of classes which reads
directives from a configuration file. The library is
completely object oriented, and it is envisioned that
parsers for new styles of configuration files can be
easily added.
ConfigReader::Spec encapsulates a specification for
configuration directives. You can specify which
directives can be in the configuration file, aliases for
the directive, whether the directive is required or has a
default value, and how to parse the directive value.
Here's an example of how one directive might be specified:
required $spec 'HomePage', 'new URI::URL';
This defines a required directive called 'HomePage'. To
parse the value from the configuration file, the
URI::URL::new() method will be called with the string
value as its argument.
use 'perldoc ConfigReader' for more information.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-ConfigReader>0:devel/p5-ConfigReader
- To install the port:
- cd /usr/ports/devel/p5-ConfigReader/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-ConfigReader
- pkg install p5-ConfigReader
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-ConfigReader
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ConfigReader-0.5.tar.gz) = bf1d4d3af02255f77c0ce96865e6fcb96e258f5ae4eaa28fc27c920f3d3de71f
SIZE (ConfigReader-0.5.tar.gz) = 17592
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-ConfigReader
- 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 |
0.5_2 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 ) |
0.5_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5_2 11 May 2015 12:04:19 |
mat |
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight |
0.5_2 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 ) |
0.5_1 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.5_1 28 Oct 2013 13:46:26 |
vanilla |
support STAGEDIR. |
0.5_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.5_1 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.5_1 15 Oct 2012 16:21:12 |
tabthorpe |
- Reassign to the heap at maintainer's request
Approved by: portmgr (implicit)
Feature safe: yes
Redports: ignore |
0.5_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.5_1 24 Feb 2009 13:29:22 |
skv |
Use variables SITE_PERL and SITE_PERL_REL where appropriate. |
0.5_1 17 Feb 2009 03:38:57 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: Cezary Morga via freebsd-ports@ |
0.5_1 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) |
0.5_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.5_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.5_1 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.5_1 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
13 Mar 2001 20:58:09 |
andreas |
- bumped PORTREVISION because this perl module didn't work - fix installation
path of this perl module because this command failed: perl
-M'ConfigReader::DirectiveStyle' -e 1 ConfigReader files have to be put
under lib/perl5/site_perl/%%PERL_VER%%/ instead of
lib/perl5/site_perl/ - now my new port FlowScan finds the
ConfigReader::DirectiveStyle PM. "configure:1271: checking for
ConfigReader::DirectiveStyle" |
23 Oct 2000 22:03:12 |
will |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |