[78887] trunk/dports/php

singingwolfboy at macports.org singingwolfboy at macports.org
Wed May 25 10:40:41 PDT 2011


Revision: 78887
          http://trac.macports.org/changeset/78887
Author:   singingwolfboy at macports.org
Date:     2011-05-25 10:40:41 -0700 (Wed, 25 May 2011)
Log Message:
-----------
New port: php5-text-template

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

Added: trunk/dports/php/php5-text-template/Portfile
===================================================================
--- trunk/dports/php/php5-text-template/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-text-template/Portfile	2011-05-25 17:40:41 UTC (rev 78887)
@@ -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-text-template
+set cap_name            Text_Template
+version                 1.1.0
+categories              php devel
+maintainers             singingwolfboy openmaintainer
+supported_archs         noarch
+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               md5     2ae956193c84c3e5b543b8bab992c0f1 \
+                        sha1    2f733232070bce28beb9c644a743f2ad30a00ce9 \
+                        rmd160  e472afa06ad1abbac3cb2ae93564496a651dd285
+description             simple template engine for PHP
+long_description \
+    ${description}
+
+depends_lib             port:php5
+
+use_configure           no
+build                   {}
+destroot {
+    xinstall -d ${destroot}${prefix}/lib/php
+    file copy ${worksrcpath}/Text ${destroot}${prefix}/lib/php/Text
+}
+
+livecheck.type          regex
+livecheck.url           ${homepage}/downloads
+livecheck.regex         {/([0-9.]+)"}


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


More information about the macports-changes mailing list