[91282] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed Mar 28 02:08:23 PDT 2012


Revision: 91282
          https://trac.macports.org/changeset/91282
Author:   ryandesign at macports.org
Date:     2012-03-28 02:08:22 -0700 (Wed, 28 Mar 2012)
Log Message:
-----------
php5-rrd: new port, version 1.0.5, based on old php5-rrdtool port; see #33356

Modified Paths:
--------------
    trunk/dports/php/php5-rrd/Portfile

Added Paths:
-----------
    trunk/dports/php/php5-rrd/

Modified: trunk/dports/php/php5-rrd/Portfile
===================================================================
--- trunk/dports/php/php5-rrdtool/Portfile	2012-03-28 08:56:23 UTC (rev 91281)
+++ trunk/dports/php/php5-rrd/Portfile	2012-03-28 09:08:22 UTC (rev 91282)
@@ -4,29 +4,21 @@
 PortSystem          1.0
 PortGroup           php5extension 1.0
 
-php5extension.setup rrdtool 1.0
-revision            6
+php5extension.setup rrd 1.0.5 pecl
 categories-append   net devel
 platforms           darwin
 maintainers         nomaintainer
+license             BSD
 
-description         PHP 5 glue for rrdtool
+description         PHP rrdtool extension
 
-long_description    ${description}
+long_description    ${name} is a procedural and simple object-oriented wrapper \
+                    for PHP for using rrdtool—data logging and graphing system \
+                    for time series data.
 
-homepage            http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.txt
+checksums           rmd160  66360a837a4c7a4343f43fb85945281fde19f5a0 \
+                    sha256  f336a0a56963e0c6a34e335401483f84adde4c09fd6fbe8fe1a4c74596dc4eab
 
-master_sites        http://oss.oetiker.ch/rrdtool/pub/contrib/
+depends_lib-append  port:rrdtool
 
-checksums           md5     c86a45cfc54517b9066c480bbc589d43
-
-distfiles           php_rrdtool.tar.gz
-
-depends_lib-append  port:rrdtool \
-                    port:re2c \
-                    port:libpng
-
-worksrcdir          rrdtool
-
-configure.cflags-append -DHAVE_RRD_12X
-configure.args      --with-rrdtool=${prefix}
+configure.args      --with-rrd=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120328/f79a623f/attachment.html>


More information about the macports-changes mailing list