[80537] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Thu Jul 14 03:50:07 PDT 2011


Revision: 80537
          http://trac.macports.org/changeset/80537
Author:   ryandesign at macports.org
Date:     2011-07-14 03:50:07 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
php5-stomp: new port, version 1.0.3; see #30149

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

Added: trunk/dports/php/php5-stomp/Portfile
===================================================================
--- trunk/dports/php/php5-stomp/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-stomp/Portfile	2011-07-14 10:50:07 UTC (rev 80537)
@@ -0,0 +1,22 @@
+# -*- 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 stomp 1.0.3 pecl
+categories          php devel
+platforms           darwin
+maintainers         freebsd.org:miwi
+
+description         PECL extension of stomp client
+
+long_description    Allows php applications to communicate with any Stomp compliant Message \
+                    Brokers through easy object oriented and procedural interfaces.
+
+checksums           sha1    a9f1de0b3b3e060346a945f472064b4d7a16b1d4 \
+                    rmd160  3d87bd1f8cab129bd17c9dddc6c7997a5c83df64
+
+configure.args-append --enable-stomp
+
+use_parallel_build  yes


Property changes on: trunk/dports/php/php5-stomp/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/20110714/300aec53/attachment.html>


More information about the macports-changes mailing list