Port details |
- p5-Storable Persistency for perl data structures
- 3.25 devel
=227 3.25Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: unknown
- Last Update: 2021-09-19 02:27:50
- Commit Hash: 6aa6183
- People watching this port, also watch:: libiconv, gmake, gettext, m4, expat
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- 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: https://metacpan.org/release/Storable
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Storable>0:devel/p5-Storable
- To install the port:
- cd /usr/ports/devel/p5-Storable/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Storable
- pkg install p5-Storable
- PKGNAME: p5-Storable
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1632016523
SHA256 (Storable-3.25.tar.gz) = e1e96b24a076792fde52154789fe4b76034b9ad39c8a1a819ead77d50d5f1817
SIZE (Storable-3.25.tar.gz) = 251331
- 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
- This port is required by:
- for Build
-
- databases/p5-Redis-JobQueue
-
Deleted ports which required this port:
- for Run
-
- databases/p5-Redis-JobQueue
-
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-Storable
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Sep 2021 02:27:50 3.25
|
Wen Heping (wen)  |
devel/p5-Storable: Update to 3.25 |
06 Apr 2021 14:31:07 3.15
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Apr 2019 17:43:00
3.15
|
sunpoet  |
Update to 3.15
Changes: https://metacpan.org/changes/distribution/Storable |
12 Sep 2018 22:56:43
3.11
|
sunpoet  |
Update to 3.11
- Add LICENSE
- Remove unnecessary INSTALLDIRS patch (done by USES=perl5)
- Strip shared library
Changes: https://metacpan.org/changes/distribution/Storable |
10 Sep 2018 11:17:00
2.45_1
|
des  |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
27 May 2018 20:15:20
2.45_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
26 Nov 2014 13:08:38
2.45_1
|
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 ) |
27 Oct 2014 10:55:59
2.45
|
bapt  |
Cleanup plist |
10 Jun 2014 12:14:14
2.45
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
29 Jan 2014 10:57:07
2.45
|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 17:13:47
2.45
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
08 Sep 2013 16:17:14
2.45
|
tobez  |
Update to 2.45.
Changes: http://search.cpan.org/dist/Storable/ChangeLog |
05 Aug 2013 15:05:30
2.39
|
az  |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
25 Jul 2013 17:57:04
2.39
|
az  |
- Fix typo in sed |
25 Jul 2013 17:45:10
2.39
|
az  |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
01 Nov 2012 11:32:01
2.39
|
tobez  |
- Update to 2.39
- Convert to the new header format
Changes: http://cpansearch.perl.org/src/AMS/Storable-2.39/ChangeLog
Feature safe: yes |
02 Sep 2011 15:08:32
2.30_1
|
tobez  |
Fix erroneous plist from the previos commit, bump portrevision. |
02 Sep 2011 15:04:43
2.30
|
tobez  |
Update to 2.30.
Changes: http://search.cpan.org/dist/Storable/ChangeLog |
27 Dec 2010 14:56:17
2.25
|
pgollucci  |
- 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
2.21
|
tobez  |
Update to 2.21.
Changes: http://search.cpan.org/dist/Storable/ChangeLog |
05 Jun 2009 22:50:40
2.20
|
pgollucci  |
- Update to 2.20
PR: ports/134824
Approved by: maintainer timeout (tobez; 15 days)
Submitted by: me |
23 May 2008 21:18:39
2.18
|
olgeni  |
Hunt for typos in devel/p5-*. |
17 Apr 2008 14:30:31
2.18
|
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) |
12 Dec 2007 09:55:16
2.18
|
tobez  |
Update to 2.18.
Changes: http://search.cpan.org/src/AMS/Storable-2.18/ChangeLog |
10 Apr 2007 10:21:37
2.16
|
tobez  |
Update to 2.16. |
22 Jan 2006 08:30:12
2.15
|
edwin  |
SHA256ify
Approved by: krion@ |
11 Jun 2005 16:13:12
2.15
|
skv  |
* 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
2.15
|
tobez  |
Update to 2.15. |
13 Oct 2004 08:58:09
2.13
|
tobez  |
Update to 2.13. |
03 Jun 2004 02:04:05
2.12
|
ijliao  |
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
2.09
|
tobez  |
Update to 2.09.
Submitted by: mat |
14 Oct 2003 10:00:22
2.08
|
mat  |
Update to 2.08
Remove unneeded dependency, fix WWW
Approved by: maintainer |
23 Jun 2003 01:15:37
2.07
|
foxfair  |
Reviewed by: maintainer
Update to 2.07 |
07 Mar 2003 06:01:16
2.06
|
ade  |
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
2.06
|
tobez  |
Update to 2.06. |
28 Oct 2002 13:22:18
2.05
|
tobez  |
Update to 2.05. |
12 Jun 2002 22:57:19
2.04
|
tobez  |
Update to 2.04. |
06 Dec 2001 20:27:22 
|
tobez  |
Update to 1.0.14. Reformat pkg-descr; add WWW. |
29 Aug 2001 19:03:12 
|
tobez  |
Update devel/p5-Storable to 1.0.13. |
14 Aug 2001 16:32:57 
|
tobez  |
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 
|
vanilla  |
Upgrade to 1.0.11. |
01 Mar 2001 06:39:18 
|
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
19 Feb 2001 03:04:56 
|
kevlo  |
Upgrade to version 1.0.10 |
08 Jan 2001 22:23:27 
|
vanilla  |
Upgrade p5-HTML-Parser => 3.15 p5-Net-Daemon => 0.34 p5-Storable =>
1.0.7 |
24 Nov 2000 13:37:05 
|
kuriyama  |
Upgrade to 1.0.6. |
29 Oct 2000 08:20:43 
|
vanilla  |
Upgrade to 1.05. |
23 Oct 2000 22:03:12 
|
will  |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
13 Oct 2000 03:03:53 
|
vanilla  |
Upgrade to 1.0.3. |
08 Oct 2000 02:10:04 
|
asami  |
Convert category devel to new layout. |
24 Sep 2000 06:08:40 
|
vanilla  |
Upgrade to 1.0. |
05 Sep 2000 02:31:12 
|
steve  |
Update to version 0.7.4. |
17 Jun 2000 03:37:15 
|
will  |
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. |