[101244] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sun Jan 6 19:03:11 PST 2013


Revision: 101244
          https://trac.macports.org/changeset/101244
Author:   ryandesign at macports.org
Date:     2013-01-06 19:03:11 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
php-libev: new port, version 20121228 (#37023)

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

Added: trunk/dports/php/php-libev/Portfile
===================================================================
--- trunk/dports/php/php-libev/Portfile	                        (rev 0)
+++ trunk/dports/php/php-libev/Portfile	2013-01-07 03:03:11 UTC (rev 101244)
@@ -0,0 +1,28 @@
+# -*- 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               github 1.0
+PortGroup               php 1.1
+
+github.setup            m4rw3r php-libev 582d000550f45d5fb45ab819d4e30f2e3a4f391e
+version                 20121228
+categories-append       devel
+platforms               darwin
+maintainers             ryandesign openmaintainer
+license                 BSD
+
+php.branches            5.3 5.4 5.5
+
+description             object-oriented binding to libev
+
+long_description        PHP extension providing an object-oriented binding to the libev event-loop library.
+
+checksums               rmd160  6afa40cee1fde64fdefb6be0d1104a1ddd9cf2dc \
+                        sha256  1f45558c49d2fd32c2a5f05b9945aff6a7b9dfec6ee291bbfbfc264c4c56a030
+
+use_parallel_build      yes
+
+if {${name} != ${subport}} {
+    depends_lib-append  port:libev
+}


Property changes on: trunk/dports/php/php-libev/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/20130106/4e3826ff/attachment.html>


More information about the macports-changes mailing list