[111751] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Mon Sep 30 09:20:32 PDT 2013


Revision: 111751
          https://trac.macports.org/changeset/111751
Author:   ryandesign at macports.org
Date:     2013-09-30 09:20:32 -0700 (Mon, 30 Sep 2013)
Log Message:
-----------
php-amqp: new port, version 1.2.0 (#40633)

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

Added: trunk/dports/php/php-amqp/Portfile
===================================================================
--- trunk/dports/php/php-amqp/Portfile	                        (rev 0)
+++ trunk/dports/php/php-amqp/Portfile	2013-09-30 16:20:32 UTC (rev 111751)
@@ -0,0 +1,30 @@
+# -*- 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           php 1.1
+
+name                php-amqp
+version             1.2.0
+categories          php net
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             PHP-3.01
+
+php.branches        5.3 5.4 5.5
+php.pecl            yes
+
+description         AMPQ interface for PHP
+
+long_description    This extension can communicate with any AMQP spec 0-9-1 \
+                    compatible server, such as RabbitMQ, OpenAMQP and Qpid, \
+                    giving you the ability to create and delete exchanges \
+                    and queues, as well as publish to any exchange and \
+                    consume from any queue.
+
+checksums           rmd160  638ba1b1c3989e1b22328e9c9674f588a8e29646 \
+                    sha256  2f267f1ce6cc13b94ac6661c6427e1cce98f57fa9c394ad0e226e55294597732
+
+depends_lib-append  port:rabbitmq-c
+
+configure.args-append --with-amqp --with-librabbitmq-dir=${prefix}


Property changes on: trunk/dports/php/php-amqp/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/20130930/6d9b6230/attachment.html>


More information about the macports-changes mailing list