Summary: | [NEW PORT] converters/igbinary: Replacement for the standard PHP serializer | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jaime Bozza <jbozza> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Jaime Bozza
2009-07-31 16:10:01 UTC
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" |