[110328] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Thu Aug 29 17:28:34 PDT 2013


Revision: 110328
          https://trac.macports.org/changeset/110328
Author:   ryandesign at macports.org
Date:     2013-08-29 17:28:33 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
php-event: new port, version 1.7.5

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

Added: trunk/dports/php/php-event/Portfile
===================================================================
--- trunk/dports/php/php-event/Portfile	                        (rev 0)
+++ trunk/dports/php/php-event/Portfile	2013-08-30 00:28:33 UTC (rev 110328)
@@ -0,0 +1,31 @@
+# -*- 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               php 1.1
+
+name                    php-event
+version                 1.7.5
+categories-append       devel
+platforms               darwin
+maintainers             ryandesign openmaintainer
+license                 PHP-3.01
+
+php.branches            5.4 5.5
+php.pecl                yes
+
+description             efficiently schedule I/O, time and signal based events
+
+long_description        PECL extension to ${description} using libevent.
+
+checksums               rmd160  9ddf7647eb1436312c798d83468a6baa87959208 \
+                        sha256  7fbb8ec760d2310f657dfd7e642d8e593a5eae99912d7084717ebd0a18e375cc
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:libevent \
+                        port:openssl
+
+    configure.args-append \
+                        --with-event-libevent-dir=${prefix} \
+                        --with-openssl-dir=${prefix}
+}


Property changes on: trunk/dports/php/php-event/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/20130829/54f91364/attachment.html>


More information about the macports-changes mailing list