[78890] trunk/dports/php

singingwolfboy at macports.org singingwolfboy at macports.org
Wed May 25 10:44:09 PDT 2011


Revision: 78890
          http://trac.macports.org/changeset/78890
Author:   singingwolfboy at macports.org
Date:     2011-05-25 10:44:09 -0700 (Wed, 25 May 2011)
Log Message:
-----------
New port: php5-timer

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

Added: trunk/dports/php/php5-timer/Portfile
===================================================================
--- trunk/dports/php/php5-timer/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-timer/Portfile	2011-05-25 17:44:09 UTC (rev 78890)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+
+name                    php5-timer
+set cap_name            PHP_Timer
+version                 1.0.0
+categories              php devel
+maintainers             singingwolfboy openmaintainer
+supported_archs         noarch
+license                 BSD
+
+homepage                https://github.com/sebastianbergmann/php-timer
+master_sites            http://pear.phpunit.de/get/
+distname                ${cap_name}-${version}
+extract.suffix          .tgz
+platforms               darwin freebsd
+checksums               md5     aee6ce1de0a75bd0b914c7344a97113e \
+                        sha1    eb97174590cd111329a25fd0c70d377efe78783c \
+                        rmd160  8230246f7ad7162bc72a701964f2662b4e8bdb09
+description             utility class for timing in PHP
+long_description \
+    ${description}
+
+depends_lib             port:php5
+
+use_configure           no
+build                   {}
+destroot {
+    xinstall -d ${destroot}${prefix}/lib/php
+    file copy ${worksrcpath}/PHP ${destroot}${prefix}/lib/php/PHP
+}
+
+livecheck.type          regex
+livecheck.url           ${homepage}/downloads
+livecheck.regex         {/([0-9.]+)"}


Property changes on: trunk/dports/php/php5-timer/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110525/5f87a1ce/attachment.html>


More information about the macports-changes mailing list