[60471] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Thu Nov 12 21:57:56 PST 2009


Revision: 60471
          http://trac.macports.org/changeset/60471
Author:   ryandesign at macports.org
Date:     2009-11-12 21:57:53 -0800 (Thu, 12 Nov 2009)
Log Message:
-----------
php5-solr: new port, version 0.9.6; see #22048

Added Paths:
-----------
    trunk/dports/php/php5-solr/
    trunk/dports/php/php5-solr/Portfile

Added: trunk/dports/php/php5-solr/Portfile
===================================================================
--- trunk/dports/php/php5-solr/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-solr/Portfile	2009-11-13 05:57:53 UTC (rev 60471)
@@ -0,0 +1,31 @@
+# -*- 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               php5extension 1.0
+
+php5extension.setup     solr 0.9.6 pecl
+
+categories-append       devel
+platforms               darwin
+maintainers             nomaintainer
+
+description             a PHP interface to Apache Solr
+
+long_description        ${name} is an extremely fast, light-weight, feature-rich \
+                        library that allows PHP developers to communicate easily \
+                        and efficiently with Apache Solr server instances.
+
+checksums               md5     38d55999225855e055723871fd896921 \
+                        sha1    53f0a37b796de3cdf337d54154469c72fd63a56b \
+                        rmd160  a547a804144ce565714c851993ac9f5fda7f765b
+
+depends_build-append    port:curl \
+                        port:libxml2
+
+configure.args-append   --with-curl=${prefix} \
+                        --with-libxml-dir=${prefix}
+
+use_parallel_build      yes
+
+livecheck.regex         {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}


Property changes on: trunk/dports/php/php5-solr/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091112/4520ed5b/attachment.html>


More information about the macports-changes mailing list