[48452] trunk/dports/www

nox at macports.org nox at macports.org
Sun Mar 22 10:43:34 PDT 2009


Revision: 48452
          http://trac.macports.org/changeset/48452
Author:   nox at macports.org
Date:     2009-03-22 10:43:34 -0700 (Sun, 22 Mar 2009)
Log Message:
-----------
php5-http: New port.

Added Paths:
-----------
    trunk/dports/www/php5-http/
    trunk/dports/www/php5-http/Portfile

Added: trunk/dports/www/php5-http/Portfile
===================================================================
--- trunk/dports/www/php5-http/Portfile	                        (rev 0)
+++ trunk/dports/www/php5-http/Portfile	2009-03-22 17:43:34 UTC (rev 48452)
@@ -0,0 +1,47 @@
+# -*- 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
+
+name            php5-http
+set my_name     pecl_http
+version         1.6.3
+categories      www php
+platforms       darwin
+maintainers     nox openmaintainer
+description     Extended HTTP Support
+
+long_description \
+    This HTTP extension aims to provide a convenient and powerful \
+    set of functionality for one of PHPs major applications. \
+    It eases handling of HTTP urls, dates, redirects, headers and \
+    messages, provides means for negotiation of clients preferred \
+    language and charset, as well as a convenient way to send any \
+    arbitrary data with caching and resuming capabilities. \
+    It provides powerful request functionality, if built with CURL \
+    support. Parallel requests are available for PHP 5 and greater.
+
+homepage        http://pecl.php.net/package/${my_name}
+master_sites    http://pecl.php.net/get/
+distname        ${my_name}-${version}
+extract.suffix  .tgz
+
+checksums       md5     988d2c81147e10c97887bd481d5f8655 \
+                sha1    df4aae8aed39b9e0604b083e1789eda43091e2b2 \
+                rmd160  06975c840ca83705dee64a0b083f168a066d6978
+
+depends_lib     path:bin/phpize:php5 \
+                port:curl \
+                port:zlib
+
+configure.args  --with-http-curl-requests=${prefix} \
+                --with-http-zlib-compression=${prefix} \
+                --without-http-curl-libevent
+
+pre-configure {
+    system "cd ${worksrcpath} && phpize"
+}
+
+use_parallel_build  yes
+
+destroot.destdir    INSTALL_ROOT=${destroot}


Property changes on: trunk/dports/www/php5-http/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/20090322/6e0f708a/attachment.html>


More information about the macports-changes mailing list