[127039] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sun Oct 19 13:37:32 PDT 2014


Revision: 127039
          https://trac.macports.org/changeset/127039
Author:   ryandesign at macports.org
Date:     2014-10-19 13:37:32 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
php-Judy: new port, version 1.0.2 (#45438)

Added Paths:
-----------
    trunk/dports/php/php-Judy/
    trunk/dports/php/php-Judy/Portfile

Added: trunk/dports/php/php-Judy/Portfile
===================================================================
--- trunk/dports/php/php-Judy/Portfile	                        (rev 0)
+++ trunk/dports/php/php-Judy/Portfile	2014-10-19 20:37:32 UTC (rev 127039)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               php 1.1
+
+name                    php-Judy
+version                 1.0.2
+categories              php
+platforms               darwin
+maintainers             ryandesign openmaintainer
+license                 PHP-3.01
+
+php.branches            5.3 5.4 5.5 5.6
+php.pecl                yes
+
+description             sparse dynamic arrays
+
+long_description        PHP Judy implements sparse dynamic arrays (a.k.a Judy \
+                        arrays). A Judy array consumes memory only when it is \
+                        populated, yet can grow to take advantage of all \
+                        available memory if desired. Judy’s key benefits are \
+                        scalability, high performance, and memory efficiency.
+
+checksums               rmd160  4d84af4caff979dc34f3e7e7ca4998daa62ea30a \
+                        sha256  6b913af2c44ac84a2224fecf8a81ddcb0c753252cafd153cb0e9d7c33a333118
+
+depends_lib-append      port:judy
+
+configure.args-append   --with-judy=${prefix}
+
+use_parallel_build      yes


Property changes on: trunk/dports/php/php-Judy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/663bf600/attachment.html>


More information about the macports-changes mailing list