Port details |
- p5-Data-OptList Parse and validate simple name/value option pairs
- 0.114 devel =27 0.114Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2006-06-06 16:37:56
- Last Update: 2023-05-07 23:20:10
- Commit Hash: 88cb40a
- People watching this port, also watch:: expat, p5-Sub-Install, pcre, p5-Net-SSLeay, p5-Sub-Exporter
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Data-OptList
- Description:
- Hashes are great for storing named data, but if you want more than one entry
for a name, you have to use a list of pairs. Even then, this is really boring
to write:
@values = (
foo => undef,
bar => undef,
baz => undef,
xyz => { ... },
);
With Data::OptList, you can do this instead:
Data::OptList::mkopt([
qw(foo bar baz),
xyz => { ... },
]);
This works by assuming that any defined scalar is a name and any reference
following a name is its value.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-OptList>0:devel/p5-Data-OptList
- To install the port:
- cd /usr/ports/devel/p5-Data-OptList/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Data-OptList
- pkg install p5-Data-OptList
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Data-OptList
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1683499944
SHA256 (Data-OptList-0.114.tar.gz) = 9fd1093b917a21fb79ae1607db53d113b4e0ad8fe0ae776cb077a7e50044fdf3
SIZE (Data-OptList-0.114.tar.gz) = 19891
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-Params-Util>=0.14 : devel/p5-Params-Util
- p5-Sub-Install>=0.92 : devel/p5-Sub-Install
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Params-Util>=0.14 : devel/p5-Params-Util
- p5-Sub-Install>=0.92 : devel/p5-Sub-Install
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Class-Load
- devel/p5-Module-Build-Pluggable
- devel/p5-Moose
- devel/p5-Sub-Exporter
- devel/p5-Test-Moose-More
- devel/p5-syntax
- www/p5-Catalyst-Runtime
-
Deleted ports which required this port:
- for Run
-
- devel/p5-Class-Load
- devel/p5-Module-Build-Pluggable
- devel/p5-Moose
- devel/p5-Sub-Exporter
- devel/p5-Test-Moose-More
- devel/p5-syntax
- www/p5-Catalyst-Runtime
-
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-Data-OptList
- 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.114 07 May 2023 23:20:10 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-OptList: Update to 0.114
Changes: https://metacpan.org/dist/Data-OptList/changes |
0.113 30 Jan 2023 13:01:58 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-OptList: Update to 0.113
Changes: https://metacpan.org/dist/Data-OptList/changes |
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) |
0.112 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 ) |
0.112 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.112 06 Jul 2021 14:58:38 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-OptList: Update to 0.112
- Sort PLIST
Changes: https://metacpan.org/dist/Data-OptList/changes |
0.110 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.110 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) |
0.110 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.110 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.110 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.110 25 Mar 2016 20:02:52 |
sunpoet |
- Update to 0.110
- Add LICENSE_FILE
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Data-OptList/Changes |
0.109_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 ) |
0.109 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.109 31 Dec 2013 00:59:39 |
sunpoet |
- Update to 0.109
Changes: http://search.cpan.org/dist/Data-OptList/Changes |
0.108 29 Oct 2013 07:56:02 |
vanilla |
Support STAGEDIR. |
0.108 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.108 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.108 17 Jul 2013 08:10:38 |
culot |
- Update to 0.108
- Add LICENSE (Artistic 1 & GPL 1)
- Trim Makefile's header
Changes: http://search.cpan.org/dist/Data-OptList/Changes |
0.107 10 Jun 2012 18:42:48 |
swills |
- 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) |
0.107 08 May 2011 17:01:43 |
swills |
- Update to 0.107
Changes: http://search.cpan.org/dist/Data-OptList/Changes |
0.106 14 Feb 2010 23:29:33 |
tobez |
Update to 0.106.
Changes: http://search.cpan.org/dist/Data-OptList/Changes |
0.105 15 Jan 2010 02:20:31 |
wen |
- Update to 0.105 |
0.104 16 Aug 2009 09:22:05 |
linimon |
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.104 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) |
0.104 24 Jan 2009 10:32:10 |
lbr |
Update to 0.104 |
0.103_1 01 Dec 2008 22:40:02 |
leeym |
- update dependency and build on older perl
- bump PORTREVISION
PR: 128796
Submitted by: leeym
Approved by: maintainer timeout |
0.103 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.103 11 Dec 2007 20:50:28 |
lbr |
Update to 0.103 |
0.102 08 Sep 2007 00:56:04 |
linimon |
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 |
0.102 05 Jul 2007 07:01:16 |
lbr |
Update to 0.102 |
0.101 21 Jun 2006 20:56:57 |
lbr |
Update to 0.101
PR: 99105
Submitted by: aaron
Approved by: erwin (mentor, implicit) |
0.100 06 Jun 2006 07:27:09 |
lbr |
Add p5-Data-OptList 0.100, parse and validate simple name/value option
pairs. |