[77806] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed Apr 13 19:16:36 PDT 2011


Revision: 77806
          http://trac.macports.org/changeset/77806
Author:   ryandesign at macports.org
Date:     2011-04-13 19:16:36 -0700 (Wed, 13 Apr 2011)
Log Message:
-----------
php5-redis: new port, version 2.1.2; see #28945

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

Added: trunk/dports/php/php5-redis/Portfile
===================================================================
--- trunk/dports/php/php5-redis/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-redis/Portfile	2011-04-14 02:16:36 UTC (rev 77806)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               php5extension 1.0
+
+php5extension.setup     redis 2.1.2
+git.branch              35e6bc7
+categories-append       database
+platforms               darwin
+maintainers             ryandesign
+
+description             an API for communicating with a Redis database from PHP
+
+long_description        ${name} is ${description}.
+
+homepage                https://github.com/nicolasff/phpredis
+#master_sites            https://download.github.com/
+master_sites            https://github.com/nicolasff/phpredis/tarball/${version}?dummy=
+
+distname                nicolasff-phpredis-${version}-0-g${git.branch}
+worksrcdir              nicolasff-phpredis-${git.branch}
+
+checksums               sha1    793895c6d8b403681a7922b907c24ad2b0676ca9 \
+                        rmd160  0dfdbc91da643f99747d3c7e111bcb817aa256e7
+
+configure.args-append   --enable-redis
+
+use_parallel_build      yes
+
+livecheck.type          regex
+livecheck.url           https://github.com/nicolasff/phpredis/downloads
+livecheck.regex         {tarball/([0-9.]+)"}


Property changes on: trunk/dports/php/php5-redis/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/20110413/835b92d8/attachment.html>


More information about the macports-changes mailing list