Port details |
- p5-Storable Persistency for perl data structures
- 3.25 devel
=224 3.25Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libiconv, gmake, gettext, m4, expat
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Storable
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
3.25 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 ) |
3.25 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 ) |
3.25 19 Sep 2021 02:27:50
    |
Wen Heping (wen)  |
devel/p5-Storable: Update to 3.25 |
3.15 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.15 24 Apr 2019 17:43:00
  |
sunpoet  |
Update to 3.15
Changes: https://metacpan.org/changes/distribution/Storable |
3.11 12 Sep 2018 22:56:43
  |
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 |
2.45_1 10 Sep 2018 11:17:00
  |
des  |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
2.45_1 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 |
2.45_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 ) |
2.45 27 Oct 2014 10:55:59
  |
bapt  |
Cleanup plist |
2.45 10 Jun 2014 12:14:14
  |
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 |
2.45 29 Jan 2014 10:57:07
  |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
2.45 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.45 08 Sep 2013 16:17:14
  |
tobez  |
Update to 2.45.
Changes: http://search.cpan.org/dist/Storable/ChangeLog |
2.39 05 Aug 2013 15:05:30
  |
az  |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
2.39 25 Jul 2013 17:57:04
  |
az  |
- Fix typo in sed |
2.39 25 Jul 2013 17:45:10
  |
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@) |
2.39 01 Nov 2012 11:32:01
  |
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 |
2.30_1 02 Sep 2011 15:08:32
 |
tobez  |
Fix erroneous plist from the previos commit, bump portrevision. |
2.30 02 Sep 2011 15:04:43
 |
tobez  |
Update to 2.30.
Changes: http://search.cpan.org/dist/Storable/ChangeLog |
2.25 27 Dec 2010 14:56:17
 |
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 |
2.21 10 Aug 2009 10:44:47
 |
tobez  |
Update to 2.21.
Changes: http://search.cpan.org/dist/Storable/ChangeLog |
2.20 05 Jun 2009 22:50:40
 |
pgollucci  |
- Update to 2.20
PR: ports/134824
Approved by: maintainer timeout (tobez; 15 days)
Submitted by: me |
2.18 23 May 2008 21:18:39
 |
olgeni  |
Hunt for typos in devel/p5-*. |
2.18 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) |
2.18 12 Dec 2007 09:55:16
 |
tobez  |
Update to 2.18.
Changes: http://search.cpan.org/src/AMS/Storable-2.18/ChangeLog |
2.16 10 Apr 2007 10:21:37
 |
tobez  |
Update to 2.16. |
2.15 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.15 11 Jun 2005 16:13:12
 |
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) |
2.15 24 May 2005 12:16:53
 |
tobez  |
Update to 2.15. |
2.13 13 Oct 2004 08:58:09
 |
tobez  |
Update to 2.13. |
2.12 03 Jun 2004 02:04:05
 |
ijliao  |
upgrade to 2.12
PR: 64311, 65810
Submitted by: Jim Shewmaker <jims@bluenotch.com> (64311), me (65810)
Approved by: maintainer timeout |
2.09 11 Feb 2004 09:32:31
 |
tobez  |
Update to 2.09.
Submitted by: mat |
2.08 14 Oct 2003 10:00:22
 |
mat  |
Update to 2.08
Remove unneeded dependency, fix WWW
Approved by: maintainer |
2.07 23 Jun 2003 01:15:37
 |
foxfair  |
Reviewed by: maintainer
Update to 2.07 |
2.06 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.06 27 Jan 2003 09:14:40
 |
tobez  |
Update to 2.06. |
2.05 28 Oct 2002 13:22:18
 |
tobez  |
Update to 2.05. |
2.04 12 Jun 2002 22:57:19
 |
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. |