Port details |
- p5-Storable Persistency for perl data structures
- 3.25 devel
=225 3.25Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - 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.
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- 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
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/git.png) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/codeberg.svg) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 6aa6183b45f6228d3bb5d5ecc5d924509c57e06b commit hash: 6aa6183b45f6228d3bb5d5ecc5d924509c57e06b](/images/git.png) ![commit hash: 6aa6183b45f6228d3bb5d5ecc5d924509c57e06b commit hash: 6aa6183b45f6228d3bb5d5ecc5d924509c57e06b](/images/codeberg.svg) ![commit hash: 6aa6183b45f6228d3bb5d5ecc5d924509c57e06b commit hash: 6aa6183b45f6228d3bb5d5ecc5d924509c57e06b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Wen Heping (wen) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/p5-Storable: Update to 3.25 |
3.15 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
3.15 24 Apr 2019 17:43:00
![Revision:499887 Revision:499887](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.15
Changes: https://metacpan.org/changes/distribution/Storable |
3.11 12 Sep 2018 22:56:43
![Revision:479644 Revision:479644](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:479390 Revision:479390](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
des ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
2.45_1 27 May 2018 20:15:20
![Revision:470993 Revision:470993](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:373448 Revision:373448](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:371547 Revision:371547](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
2.45 10 Jun 2014 12:14:14
![Revision:357300 Revision:357300](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:341711 Revision:341711](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- add stage support
Approved by: portmgr (blanket infrastructure) |
2.45 20 Sep 2013 17:13:47
![Revision:327724 Revision:327724](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:326754 Revision:326754](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.45.
Changes: http://search.cpan.org/dist/Storable/ChangeLog |
2.39 05 Aug 2013 15:05:30
![Revision:324276 Revision:324276](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
2.39 25 Jul 2013 17:57:04
![Revision:323657 Revision:323657](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix typo in sed |
2.39 25 Jul 2013 17:45:10
![Revision:323655 Revision:323655](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![Revision:306795 Revision:306795](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix erroneous plist from the previos commit, bump portrevision. |
2.30 02 Sep 2011 15:04:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.30.
Changes: http://search.cpan.org/dist/Storable/ChangeLog |
2.25 27 Dec 2010 14:56:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.21.
Changes: http://search.cpan.org/dist/Storable/ChangeLog |
2.20 05 Jun 2009 22:50:40
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![files touched by this commit files touched by this commit](/images/logs.gif) |
olgeni ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Hunt for typos in devel/p5-*. |
2.18 17 Apr 2008 14:30:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
araujo ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.18.
Changes: http://search.cpan.org/src/AMS/Storable-2.18/ChangeLog |
2.16 10 Apr 2007 10:21:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.16. |
2.15 22 Jan 2006 08:30:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
2.15 11 Jun 2005 16:13:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
skv ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
* 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
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.15. |
2.13 13 Oct 2004 08:58:09
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.13. |
2.12 03 Jun 2004 02:04:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
ijliao ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.09.
Submitted by: mat |
2.08 14 Oct 2003 10:00:22
![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.08
Remove unneeded dependency, fix WWW
Approved by: maintainer |
2.07 23 Jun 2003 01:15:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
foxfair ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reviewed by: maintainer
Update to 2.07 |
2.06 07 Mar 2003 06:01:16
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.06. |
2.05 28 Oct 2002 13:22:18
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.05. |
2.04 12 Jun 2002 22:57:19
![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.04. |
06 Dec 2001 20:27:22
![commit hash: fp1.21705@dev.null.freshports.org commit hash: fp1.21705@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.21705@dev.null.freshports.org commit hash: fp1.21705@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.21705@dev.null.freshports.org commit hash: fp1.21705@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.0.14. Reformat pkg-descr; add WWW. |
29 Aug 2001 19:03:12
![commit hash: fp1.18088@dev.null.freshports.org commit hash: fp1.18088@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.18088@dev.null.freshports.org commit hash: fp1.18088@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.18088@dev.null.freshports.org commit hash: fp1.18088@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update devel/p5-Storable to 1.0.13. |
14 Aug 2001 16:32:57
![commit hash: fp1.17250@dev.null.freshports.org commit hash: fp1.17250@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.17250@dev.null.freshports.org commit hash: fp1.17250@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.17250@dev.null.freshports.org commit hash: fp1.17250@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobez ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: fp1.11957@dev.null.freshports.org commit hash: fp1.11957@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.11957@dev.null.freshports.org commit hash: fp1.11957@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.11957@dev.null.freshports.org commit hash: fp1.11957@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 1.0.11. |
01 Mar 2001 06:39:18
![commit hash: fp1.10151@dev.null.freshports.org commit hash: fp1.10151@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.10151@dev.null.freshports.org commit hash: fp1.10151@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.10151@dev.null.freshports.org commit hash: fp1.10151@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove do-configure section, use PERL_CONFIGURE now. |
19 Feb 2001 03:04:56
![commit hash: fp1.9724@dev.null.freshports.org commit hash: fp1.9724@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.9724@dev.null.freshports.org commit hash: fp1.9724@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.9724@dev.null.freshports.org commit hash: fp1.9724@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kevlo ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to version 1.0.10 |
08 Jan 2001 22:23:27
![commit hash: fp1.8238@dev.null.freshports.org commit hash: fp1.8238@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.8238@dev.null.freshports.org commit hash: fp1.8238@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.8238@dev.null.freshports.org commit hash: fp1.8238@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade p5-HTML-Parser => 3.15 p5-Net-Daemon => 0.34 p5-Storable =>
1.0.7 |
24 Nov 2000 13:37:05
![commit hash: fp1.6676@dev.null.freshports.org commit hash: fp1.6676@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.6676@dev.null.freshports.org commit hash: fp1.6676@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.6676@dev.null.freshports.org commit hash: fp1.6676@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 1.0.6. |
29 Oct 2000 08:20:43
![commit hash: fp1.5644@dev.null.freshports.org commit hash: fp1.5644@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5644@dev.null.freshports.org commit hash: fp1.5644@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5644@dev.null.freshports.org commit hash: fp1.5644@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 1.05. |
23 Oct 2000 22:03:12
![commit hash: fp1.5413@dev.null.freshports.org commit hash: fp1.5413@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5413@dev.null.freshports.org commit hash: fp1.5413@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5413@dev.null.freshports.org commit hash: fp1.5413@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
will ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
13 Oct 2000 03:03:53
![commit hash: fp1.5018@dev.null.freshports.org commit hash: fp1.5018@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.5018@dev.null.freshports.org commit hash: fp1.5018@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.5018@dev.null.freshports.org commit hash: fp1.5018@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 1.0.3. |
08 Oct 2000 02:10:04
![commit hash: fp1.4741@dev.null.freshports.org commit hash: fp1.4741@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.4741@dev.null.freshports.org commit hash: fp1.4741@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.4741@dev.null.freshports.org commit hash: fp1.4741@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
asami ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert category devel to new layout. |
24 Sep 2000 06:08:40
![commit hash: fp1.4291@dev.null.freshports.org commit hash: fp1.4291@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.4291@dev.null.freshports.org commit hash: fp1.4291@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.4291@dev.null.freshports.org commit hash: fp1.4291@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 1.0. |
05 Sep 2000 02:31:12
![commit hash: fp1.3548@dev.null.freshports.org commit hash: fp1.3548@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.3548@dev.null.freshports.org commit hash: fp1.3548@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.3548@dev.null.freshports.org commit hash: fp1.3548@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
steve ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to version 0.7.4. |
17 Jun 2000 03:37:15
![commit hash: fp1.1031@dev.null.freshports.org commit hash: fp1.1031@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.1031@dev.null.freshports.org commit hash: fp1.1031@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.1031@dev.null.freshports.org commit hash: fp1.1031@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
will ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |