[78885] trunk/dports/php

singingwolfboy at macports.org singingwolfboy at macports.org
Wed May 25 10:39:45 PDT 2011


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

Added Paths:
-----------
    trunk/dports/php/php5-file-iterator/
    trunk/dports/php/php5-file-iterator/Portfile

Added: trunk/dports/php/php5-file-iterator/Portfile
===================================================================
--- trunk/dports/php/php5-file-iterator/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-file-iterator/Portfile	2011-05-25 17:39:44 UTC (rev 78885)
@@ -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-file-iterator
+set cap_name            File_Iterator
+version                 1.2.6
+categories              php devel
+maintainers             singingwolfboy openmaintainer
+supported_archs         noarch
+license                 BSD
+
+homepage                https://github.com/sebastianbergmann/php-file-iterator/
+master_sites            http://pear.phpunit.de/get/
+distname                ${cap_name}-${version}
+extract.suffix          .tgz
+platforms               darwin freebsd
+checksums               md5     71eff93348378cee84026976f945bff8 \
+                        sha1    93185f3f7e22c2897fdf694ace260c24035c8d3b \
+                        rmd160  78e4524424bd32e9f8b0e972ac9be2fdd7b0b859
+description             file iterator for PHP
+long_description \
+    ${description}
+
+depends_lib             port:php5
+
+use_configure           no
+build                   {}
+destroot {
+    xinstall -d ${destroot}${prefix}/lib/php
+    file copy ${worksrcpath}/File ${destroot}${prefix}/lib/php/File
+}
+
+livecheck.type          regex
+livecheck.url           ${homepage}/downloads
+livecheck.regex         {/([0-9.]+)"}


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


More information about the macports-changes mailing list