Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. WWW: http://opensource.dynamoid.com/ Updated from ports/135289 to fix build/run problems. Fix: Patch attached with submission follows:
State Changed From-To: open->feedback Hi, Build still failed, http://nopaste.unixfreunde.de/2527
Forgot to force build of session extension. Patch attached: diff -ru igbinary.orig/Makefile igbinary/Makefile --- igbinary.orig/Makefile 2009-08-13 21:39:19.000000000 -0500 +++ igbinary/Makefile 2009-08-13 21:38:00.000000000 -0500 @@ -14,6 +14,7 @@ COMMENT= Replacement for the standard PHP serializer USE_PHP= session +USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes
State Changed From-To: feedback->closed New port added, with minor changes. Thanks!
miwi 2009-08-14 09:21:52 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/igbinary Makefile distinfo pkg-descr Log: Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. WWW: http://opensource.dynamoid.com/ PR: ports/137308 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.161 +1 -0 ports/converters/Makefile 1.1 +21 -0 ports/converters/igbinary/Makefile (new) 1.1 +3 -0 ports/converters/igbinary/distinfo (new) 1.1 +7 -0 ports/converters/igbinary/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"