Revision
71053
Author
ryandesign@macports.org
Date
2010-08-30 15:35:14 -0700 (Mon, 30 Aug 2010)

Log Message

php5-igbinary: new port, version 1.0.2; see #26288

Added Paths

Diff

Added: trunk/dports/php/php5-igbinary/Portfile (0 => 71053)


--- trunk/dports/php/php5-igbinary/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-igbinary/Portfile	2010-08-30 22:35:14 UTC (rev 71053)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           php5extension 1.0
+
+php5extension.setup igbinary 1.0.2
+
+categories-append   net devel
+platforms           darwin freebsd openbsd
+maintainers         pixilla.com:brad
+
+description         PHP serializer.
+
+long_description    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.
+
+homepage            http://opensource.dynamoid.com/
+master_sites        ${homepage}
+
+checksums           sha1    a2032a81bf356134634ef312dbb74432c68a8682 \
+                    rmd160  61575b40c436dd64063925aeba1d7807d6c93b80
+
+test.run            yes
Property changes on: trunk/dports/php/php5-igbinary/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style