[114446] trunk/dports/php
ryandesign at macports.org
ryandesign at macports.org
Sun Dec 8 14:20:00 PST 2013
Revision: 114446
https://trac.macports.org/changeset/114446
Author: ryandesign at macports.org
Date: 2013-12-08 14:20:00 -0800 (Sun, 08 Dec 2013)
Log Message:
-----------
php-phalcon: new port, version 1.2.4 (#41727)
Added Paths:
-----------
trunk/dports/php/php-phalcon/
trunk/dports/php/php-phalcon/Portfile
Added: trunk/dports/php/php-phalcon/Portfile
===================================================================
--- trunk/dports/php/php-phalcon/Portfile (rev 0)
+++ trunk/dports/php/php-phalcon/Portfile 2013-12-08 22:20:00 UTC (rev 114446)
@@ -0,0 +1,50 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+PortGroup php 1.1
+
+github.setup phalcon cphalcon 1.2.4 v
+name php-phalcon
+platforms darwin
+maintainers ryandesign openmaintainer
+license BSD
+
+php.branches 5.3 5.4 5.5
+
+description full stack PHP framework written as an extension
+
+long_description Phalcon is an open source, full stack framework for \
+ PHP 5 written as a C extension, optimized for high \
+ performance. Phalcon is a loosely coupled set of PHP \
+ classes, allowing you to use its objects as glue \
+ components based on the needs of your application. \
+ Phalcon is not only about performance\; the goal is \
+ to make it robust, rich in features and easy to use!
+
+homepage http://www.phalconphp.com/
+
+checksums rmd160 b0c8c48adc0c149eccde4ea453f476a5d9062f2c \
+ sha256 4c4a922506f56225d5ffd00963bc3da4fd6785c2b1fcc0a31daf01538b1b5b9f
+
+if {${name} ne ${subport}} {
+ # The build/install script makes all sorts of assumptions I don't like
+ # so I'm ignoring it.
+
+ # Ugh... separate 32-bit and 64-bit source trees.
+ # Setting worksrcdir makes the github portgroup unhappy
+ # and the php portgroup doesn't support setting configure.dir
+ # so we set php.build_dirs instead.
+ if {[string match *64 ${build_arch}]} {
+ php.build_dirs ${worksrcpath}/build/64bits
+ } else {
+ php.build_dirs ${worksrcpath}/build/32bits
+ }
+
+ # Separate source trees means using the muniversal portgroup
+ # but it doesn't get along with the php portgroup.
+ universal_variant no
+
+ configure.args --enable-phalcon
+}
Property changes on: trunk/dports/php/php-phalcon/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131208/fadb4327/attachment.html>
More information about the macports-changes
mailing list