[79013] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Sun May 29 22:40:29 PDT 2011


Revision: 79013
          http://trac.macports.org/changeset/79013
Author:   ryandesign at macports.org
Date:     2011-05-29 22:40:28 -0700 (Sun, 29 May 2011)
Log Message:
-----------
phpstylist: new port, version 1.0; see #29638

Added Paths:
-----------
    trunk/dports/lang/phpstylist/
    trunk/dports/lang/phpstylist/Portfile
    trunk/dports/lang/phpstylist/files/
    trunk/dports/lang/phpstylist/files/patch-phpStylist.php.diff

Added: trunk/dports/lang/phpstylist/Portfile
===================================================================
--- trunk/dports/lang/phpstylist/Portfile	                        (rev 0)
+++ trunk/dports/lang/phpstylist/Portfile	2011-05-30 05:40:28 UTC (rev 79013)
@@ -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                phpstylist
+version             1.0
+categories          lang devel
+platforms           darwin
+maintainers         strasweb.fr:rudloff openmaintainer
+license             RPL-1.1
+supported_archs     noarch
+
+description         PHP indenter
+
+long_description    Format, clean-up, beautify and standardize your php code with a comprehensive set of 34 options.
+
+homepage            http://sourceforge.net/projects/phpstylist/
+master_sites        sourceforge
+master_sites.mirror_subdir  phpstylist
+distfiles           phpStylist-${version}.zip
+use_zip             yes
+
+checksums           sha1    a2eb56b0166c4075572664cdcad8957973f08725 \
+                    rmd160  c9fec853c35f7e5a2993a27bcea88040b80f2814
+
+extract.mkdir       yes
+
+patchfiles          patch-phpStylist.php.diff
+
+use_configure no
+
+build {}
+
+destroot {
+    xinstall ${worksrcpath}/phpStylist.php ${destroot}${prefix}/bin/phpstylist
+}


Property changes on: trunk/dports/lang/phpstylist/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/lang/phpstylist/files/patch-phpStylist.php.diff
===================================================================
--- trunk/dports/lang/phpstylist/files/patch-phpStylist.php.diff	                        (rev 0)
+++ trunk/dports/lang/phpstylist/files/patch-phpStylist.php.diff	2011-05-30 05:40:28 UTC (rev 79013)
@@ -0,0 +1,8 @@
+--- phpStylist_old.php	2007-07-07 01:03:34.000000000 +0200
++++ phpStylist.php	2011-05-30 00:14:25.000000000 +0200
+@@ -1,3 +1,5 @@
++#! /usr/bin/php
++
+ <?php
+ /*****************************************************************************
+  * The contents of this file are subject to the RECIPROCAL PUBLIC LICENSE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110529/2d4b428c/attachment.html>


More information about the macports-changes mailing list