[78905] trunk/dports/php

singingwolfboy at macports.org singingwolfboy at macports.org
Thu May 26 06:19:37 PDT 2011


Revision: 78905
          http://trac.macports.org/changeset/78905
Author:   singingwolfboy at macports.org
Date:     2011-05-26 06:19:34 -0700 (Thu, 26 May 2011)
Log Message:
-----------
New port: phpsh

Added Paths:
-----------
    trunk/dports/php/phpsh/
    trunk/dports/php/phpsh/Portfile

Added: trunk/dports/php/phpsh/Portfile
===================================================================
--- trunk/dports/php/phpsh/Portfile	                        (rev 0)
+++ trunk/dports/php/phpsh/Portfile	2011-05-26 13:19:34 UTC (rev 78905)
@@ -0,0 +1,34 @@
+# -*- 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               python27 1.0
+
+name                    phpsh
+set git_author          facebook
+version                 1.3
+categories              php devel
+maintainers             singingwolfboy openmaintainer
+supported_archs         noarch
+license                 BSD
+platforms               darwin freebsd
+
+homepage                http://www.phpsh.org
+fetch.type              git
+git.url                 https://github.com/${git_author}/${name}.git
+git.branch              1.3
+description             PHP read-eval-print-loop
+long_description \
+    phpsh is a read-eval-print-loop for PHP that features readline history, tab \
+    completion, and quick access to documentation. It was developed at Facebook \
+    and ironically, is written mostly in Python.
+
+depends_lib             port:php5 port:python27 \
+                        port:php5-posix port:php5-pcntl
+
+python.link_binaries_suffix
+post-destroot {
+    set mandir ${destroot}${prefix}/share/man/man1
+    xinstall -d ${mandir}
+    move ${destroot}${python.prefix}/man/man1/phpsh.1 ${mandir}
+}


Property changes on: trunk/dports/php/phpsh/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110526/1ec05747/attachment.html>


More information about the macports-changes mailing list