[108238] trunk/dports/php

sean at macports.org sean at macports.org
Tue Jul 16 17:46:24 PDT 2013


Revision: 108238
          https://trac.macports.org/changeset/108238
Author:   sean at macports.org
Date:     2013-07-16 17:46:23 -0700 (Tue, 16 Jul 2013)
Log Message:
-----------
php-text-template: add php port group and update to 1.1.4

Added Paths:
-----------
    trunk/dports/php/php-text-template/
    trunk/dports/php/php-text-template/Portfile

Removed Paths:
-------------
    trunk/dports/php/php5-text-template/

Added: trunk/dports/php/php-text-template/Portfile
===================================================================
--- trunk/dports/php/php-text-template/Portfile	                        (rev 0)
+++ trunk/dports/php/php-text-template/Portfile	2013-07-17 00:46:23 UTC (rev 108238)
@@ -0,0 +1,40 @@
+# -*- 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
+PortGroup               php 1.1
+
+name                    php-text-template
+set cap_name            Text_Template
+version                 1.1.4
+categories-append       devel
+maintainers             nomaintainer
+license                 BSD
+
+homepage                https://github.com/sebastianbergmann/php-text-template
+master_sites            http://pear.phpunit.de/get/
+distname                ${cap_name}-${version}
+extract.suffix          .tgz
+platforms               darwin freebsd
+checksums               rmd160  6a627a1cb7637d7921b3114baaece377b6b0483c \
+                        sha256  905e9ed8f26cbe41b3c6ab5d0a8f760aee83c5abbccba48d27aa2975decf937b
+description             simple template engine for PHP
+long_description \
+    ${description}
+
+php.branches            5.3 5.4 5.5
+
+php.build_dirs
+
+if {$name ne $subport} {
+    destroot {
+        xinstall -d ${destroot}${prefix}/lib/php
+        file copy ${worksrcpath}/Text ${destroot}${prefix}/lib/php/Text
+    }
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}/tags
+    livecheck.regex     {/([0-9.]+)"}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130716/cf330374/attachment-0001.html>


More information about the macports-changes mailing list