Port details |
- p5-FreezeThaw Module for converting Perl structures to strings and back
- 0.5001 devel =38 0.5001Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: libiconv, p5-URI, unzip, m4, p5-libwww
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Converts data to/from stringified form, appropriate for
saving-to/reading-from permanent storage.
Deals with objects, circular lists, repeated appearance of
the same refence. Does not deal with overloaded stringify
operator yet.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-FreezeThaw>0:devel/p5-FreezeThaw
- To install the port:
- cd /usr/ports/devel/p5-FreezeThaw/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-FreezeThaw
- pkg install p5-FreezeThaw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-FreezeThaw
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (FreezeThaw-0.5001.tar.gz) = 3c5e08329106f9cee3ab444b81331c5935f83084a151d88505e7a465da540f41
SIZE (FreezeThaw-0.5001.tar.gz) = 11800
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-MLDBM
- devel/p5-Algorithm-Accounting
- devel/p5-iCal-Parser
- devel/svk
- security/p5-Crypt-Simple
- for Run
-
- databases/p5-MLDBM
- devel/p5-Algorithm-Accounting
- devel/p5-iCal-Parser
- devel/svk
- security/p5-Crypt-Simple
Configuration Options:
- No options to configure
- Options name:
- devel_p5-FreezeThaw
- 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 |
0.5001 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 ) |
0.5001 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5001 27 Jan 2018 10:24:13 |
sunpoet |
Use real PORTVERSION and update dependent port
- Add LICENSE
- Add NO_ARCH
- Sort PLIST |
0.50.01_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 ) |
0.50.01 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.50.01 29 Oct 2013 12:52:07 |
vanilla |
Support STAGEDIR. |
0.50.01 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.50.01 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.50.01 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
0.50.01 17 May 2011 11:05:02 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
0.50.01 06 Apr 2010 10:43:27 |
tobez |
Update to 0.50(.)01.
Changes: http://search.cpan.org/dist/FreezeThaw/Changes |
0.50 08 Mar 2010 14:10:14 |
tobez |
Update to 0.50.
Changes: http://search.cpan.org/dist/FreezeThaw/Changes |
0.45 13 Dec 2009 18:07:49 |
pgollucci |
- Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them. |
0.45 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
0.45 10 Apr 2009 06:18:40 |
pgollucci |
- Update to 0.45
Changes: http://cpansearch.perl.org/src/ILYAZ/FreezeThaw-0.45/Changes |
0.43 31 Jul 2008 18:32:51 |
pgollucci |
- Take Maintainer of the remaining unmaintained www/rt* dependencies
Approved by: araujo (mentor) |
0.43 23 May 2008 21:18:39 |
olgeni |
Hunt for typos in devel/p5-*. |
0.43 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) |
0.43 25 Jun 2006 15:29:12 |
clsung |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@
PR: ports/98755
Submitted by: rafan (the fresh committer) |
0.43 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.43 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.43 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.43 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
0.43 18 May 2002 06:36:20 |
pat |
Update to 0.43
PR: 38177
Submitted by: David Lay <dave@staff.netc.net.au> |
10 May 2001 02:20:55 |
vanilla |
Upgrade |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
23 Oct 2000 22:03:12 |
will |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |