FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 9:45 PM BST
Port details
p5-Storable 2.30_1 devel on this many watch lists=254 search for ports that depend on this port
Persistency for perl data structures
Maintained by: tobez@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: perl5
License: not specified in port


The Storable package brings you persistency for your perl data
structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything
that can be conveniently stored to disk and retrieved at a later time.

It can be used in the regular procedural way by calling store with a
reference to the object to store, and providing a file name. The routine
returns undef for I/O problems or other internal error, a true value
otherwise.  Serious errors are propagated as a die exception.

To retrieve data stored to disk, you use retrieve with a file name, and
the objects stored into that file are recreated into memory for you, and
a reference to the root object is returned. In case an I/O error
occurred while reading, undef is returned instead. Other serious errors
are propagated via die.

WWW: http://search.cpan.org/dist/Storable/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8

Required by:
for Build

for Run

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Storable/
http://www.cpan.dk/modules/by-module/Storable/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Storable/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Storable/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Storable/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Storable/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Storable/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Storable/
http://at.cpan.org/modules/by-module/Storable/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Storable/
http://backpan.perl.org/modules/by-module/Storable/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Storable/
http://cpan.nctu.edu.tw/modules/by-module/Storable/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 36

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 Sep 2011 15:08:32
Original commit files touched by this commit  2.30_1
tobez search for other commits by this committer
Fix erroneous plist from the previos commit, bump portrevision.
02 Sep 2011 15:04:43
Original commit files touched by this commit  2.30
tobez search for other commits by this committer
Update to 2.30.

Changes:        http://search.cpan.org/dist/Storable/ChangeLog
27 Dec 2010 14:56:17
Original commit files touched by this commit  2.25
pgollucci search for other commits by this committer
- Update to 2.25
- Remove MD5

PR:             ports/153072
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (tobez ; 15 days)
Changes:        http://search.cpan.org/dist/Storable/Changes
10 Aug 2009 10:44:47
Original commit files touched by this commit  2.21
tobez search for other commits by this committer
Update to 2.21.

Changes:        http://search.cpan.org/dist/Storable/ChangeLog
05 Jun 2009 22:50:40
Original commit files touched by this commit  2.20
pgollucci search for other commits by this committer
- Update to 2.20

PR:             ports/134824
Approved by:    maintainer timeout (tobez; 15 days)
Submitted by:   me
23 May 2008 21:18:39
Original commit files touched by this commit  2.18
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
17 Apr 2008 14:30:31
Original commit files touched by this commit  2.18
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)
12 Dec 2007 09:55:16
Original commit files touched by this commit  2.18
tobez search for other commits by this committer
Update to 2.18.
Changes: http://search.cpan.org/src/AMS/Storable-2.18/ChangeLog
10 Apr 2007 10:21:37
Original commit files touched by this commit  2.16
tobez search for other commits by this committer
Update to 2.16.
22 Jan 2006 08:30:12
Original commit files touched by this commit  2.15
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
11 Jun 2005 16:13:12
Original commit files touched by this commit  2.15
skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
24 May 2005 12:16:53
Original commit files touched by this commit  2.15
tobez search for other commits by this committer
Update to 2.15.
13 Oct 2004 08:58:09
Original commit files touched by this commit  2.13
tobez search for other commits by this committer
Update to 2.13.
03 Jun 2004 02:04:05
Original commit files touched by this commit  2.12
ijliao search for other commits by this committer
upgrade to 2.12

PR:             64311, 65810
Submitted by:   Jim Shewmaker <jims@bluenotch.com> (64311), me (65810)
Approved by:    maintainer timeout
11 Feb 2004 09:32:31
Original commit files touched by this commit  2.09
tobez search for other commits by this committer
Update to 2.09.

Submitted by:   mat
14 Oct 2003 10:00:22
Original commit files touched by this commit  2.08
mat search for other commits by this committer
Update to 2.08
Remove unneeded dependency, fix WWW

Approved by:    maintainer
23 Jun 2003 01:15:37
Original commit files touched by this commit  2.07
foxfair search for other commits by this committer
Reviewed by:    maintainer
Update to 2.07
07 Mar 2003 06:01:16
Original commit files touched by this commit  2.06
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
27 Jan 2003 09:14:40
Original commit files touched by this commit  2.06
tobez search for other commits by this committer
Update to 2.06.
28 Oct 2002 13:22:18
Original commit files touched by this commit  2.05
tobez search for other commits by this committer
Update to 2.05.
12 Jun 2002 22:57:19
Original commit files touched by this commit  2.04
tobez search for other commits by this committer
Update to 2.04.
06 Dec 2001 20:27:22
files touched by this commit
tobez search for other commits by this committer
Update to 1.0.14.  Reformat pkg-descr; add WWW.    
29 Aug 2001 19:03:12
files touched by this commit
tobez search for other commits by this committer
Update devel/p5-Storable to 1.0.13.    
14 Aug 2001 16:32:57
files touched by this commit
tobez search for other commits by this committer
Upgrade devel/p5-Storable to 1.0.12.   Make the port to create and install the
manpage.   Assume maintainership.    
02 Apr 2001 15:27:35
files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.0.11.    
01 Mar 2001 06:39:18
files touched by this commit
vanilla search for other commits by this committer
Remove do-configure section, use PERL_CONFIGURE now.    
19 Feb 2001 03:04:56
files touched by this commit
kevlo search for other commits by this committer
Upgrade to version 1.0.10    
08 Jan 2001 22:23:27
files touched by this commit
vanilla search for other commits by this committer
Upgrade p5-HTML-Parser => 3.15   	p5-Net-Daemon  => 0.34   	p5-Storable    =>
1.0.7    
24 Nov 2000 13:37:05
files touched by this commit
kuriyama search for other commits by this committer
Upgrade to 1.0.6.    
29 Oct 2000 08:20:43
files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.05.    
23 Oct 2000 22:03:12
files touched by this commit
will search for other commits by this committer
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.    
13 Oct 2000 03:03:53
files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.0.3.    
08 Oct 2000 02:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
24 Sep 2000 06:08:40
files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.0.    
05 Sep 2000 02:31:12
files touched by this commit
steve search for other commits by this committer
Update to version 0.7.4.    
17 Jun 2000 03:37:15
files touched by this commit
will search for other commits by this committer
Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.   Add
some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many  
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode  
and p5-WWW-Search to respect CC/CFLAGS.    

Number of commits found: 36

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.212 seconds.