67f0 FreshPorts -- devel/p5-Data-OptList
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-Data-OptList 0.107 devel on this many watch lists=12 search for ports that depend on this port
Parse and validate simple name/value option pairs
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Jun 2006 16:37:56
Also Listed In: perl5
License: not specified in port


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.

WWW: http://search.cpan.org/dist/Data-OptList/
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-Params-Util
  2. devel/p5-Sub-Install
  3. lang/perl5.8
Required To Run:
  1. devel/p5-Params-Util
  2. devel/p5-Sub-Install
  3. lang/perl5.8

This port is required by:

for Build for Run

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


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/Data/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Data/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Data/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Data/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Data/
  11. http://at.cpan.org/modules/by-module/Data/
  12. http://backpan.perl.org/modules/by-module/Data/
  13. http://cpan.nctu.edu.tw/modules/by-module/Data/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Data/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Data/
  16. http://www.cpan.dk/modules/by-module/Data/
  17. http://www.cpan.dk/modules/by-module/Data/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 Jun 2012 18:42:48
Original commit files touched by this commit  0.107
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)
08 May 2011 17:01:43
Original commit files touched by this commit  0.107
swills search for other commits by this committer
- Update to 0.107

Changes:        http://search.cpan.org/dist/Data-OptList/Changes
14 Feb 2010 23:29:33
Original commit files touched by this commit  0.106
tobez search for other commits by this committer
Update to 0.106.

Changes:        http://search.cpan.org/dist/Data-OptList/Changes
15 Jan 2010 02:20:31
Original commit files touched by this commit  0.105
wen search for other commits by this committer
- Update to 0.105
16 Aug 2009 09:22:05
Original commit files touched by this commit  0.104
linimon search for other commits by this committer
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
22 Jul 2009 16:27:08
Original commit files touched by this commit  0.104
pgollucci search for other commits by this committer
- 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)
24 Jan 2009 10:32:10
Original commit files touched by this commit  0.104
lbr search for other commits by this committer
Update to 0.104
01 Dec 2008 22:40:02
Original commit files touched by this commit  0.103_1
leeym search for other commits by this committer
- update dependency and build on older perl
- bump PORTREVISION

PR:             128796
Submitted by:   leeym
Approved by:    maintainer timeout
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.103
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)
11 Dec 2007 20:50:28
Original commit files touched by this commit  0.103
lbr search for other commits by this committer
Update to 0.103
08 Sep 2007 00:56:04
Original commit files touched by this commit  0.102
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
05 Jul 2007 07:01:16
Original commit files touched by this commit  0.102
lbr search for other commits by this committer
Update to 0.102
21 Jun 2006 20:56:57
Original commit files touched by this commit  0.101
lbr search for other commits by this committer
Update to 0.101

PR:             99105
Submitted by:   aaron
Approved by:    erwin (mentor, implicit)
06 Jun 2006 07:27:09
Original commit files touched by this commit  0.100
lbr search for other commits by this committer
Add p5-Data-OptList 0.100, parse and validate simple name/value option
pairs.

Number of commits found: 14

283f
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 24528
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 hours8
new 7 days25
new fortnight58
new month215

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