Date: Fri, 14 Aug 2009 09:21:52 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile ports/converters/igbinary Makefile distinfo pkg-descr Message-ID: <200908140921.n7E9Lqsg047529@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908140921.n7E9Lqsg047529>