Port details |
- p5-PHP-Serialization Converting the output of PHP serialize() into the Perl
- 0.34_1 devel
=1 0.34_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2007-02-24 18:25:32
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: monit, font-misc-meltho, xclock, p5-Net-Domain-TLD
- Also Listed In: perl5
- License: not specified in port
- Description:
- Provides a simple, quick means of serializing perl memory structures
(including object data!) into a format that PHP can deserialize() and
access, and vice versa.
NOTE: Converts PHP arrays into Perl Arrays when the PHP array used
exclusively numeric indexes, and into Perl Hashes then the PHP array
did not.
WWW: https://metacpan.org/release/PHP-Serialization
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-PHP-Serialization>0:devel/p5-PHP-Serialization
- To install the port:
- cd /usr/ports/devel/p5-PHP-Serialization/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-PHP-Serialization
- pkg install p5-PHP-Serialization
- PKGNAME: p5-PHP-Serialization
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (PHP-Serialization-0.34.tar.gz) = b912d426e9aeba5491a5e502e7c5c039c5daa575428ac9bdc82afff39ec6f07a
SIZE (PHP-Serialization-0.34.tar.gz) = 7600
- 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
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-PHP-Serialization
- 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 |
06 Apr 2021 14:31:07 0.34_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.34_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
19 May 2016 10:21:25
0.34_1
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
14 May 2015 10:15:09
0.34_1
|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.34_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
0.34
|
bapt  |
Cleanup plist |
31 Oct 2013 06:20:33
0.34
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 17:13:47
0.34
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
29 Aug 2013 04:08:54
0.34
|
sunpoet  |
- Use single space after WWW: |
02 Aug 2013 18:52:11
0.34
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
17 May 2011 11:05:02
0.34
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
24 Sep 2010 02:03:44
0.34
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
19 Mar 2010 09:37:47
0.34
|
tobez  |
Update to 0.34.
Changes: http://search.cpan.org/dist/PHP-Serialization/Changes |
22 Jul 2009 16:27:08
0.33
|
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
15 Jul 2009 11:14:06
0.33
|
tobez  |
Update to 0.33.
Changes: http://search.cpan.org/dist/PHP-Serialization/Changes |
24 Jun 2009 05:38:10
0.32
|
pgollucci  |
- Update to 0.32 |
30 Apr 2009 15:36:24
0.31
|
leeym  |
- update to 0.31 |
15 Feb 2009 19:49:15
0.30
|
miwi  |
- Update to 0.30
- Pass maintainership to perl
PR: 131700
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
08 Sep 2007 00:59:21
0.27
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
24 Feb 2007 18:25:13
0.27
|
clsung  |
Add p5-PHP-Serialization 0.27, converting the output of PHP serialize()
into the Perl.
PR: ports/109452
Submitted by: Gea-Suan Lin <gslin at gslin.org> |