[48132] trunk/dports/devel
nox at macports.org
nox at macports.org
Sat Mar 14 23:06:05 PDT 2009
Revision: 48132
http://trac.macports.org/changeset/48132
Author: nox at macports.org
Date: 2009-03-14 23:06:05 -0700 (Sat, 14 Mar 2009)
Log Message:
-----------
php5-apc: New port.
Added Paths:
-----------
trunk/dports/devel/php5-apc/
trunk/dports/devel/php5-apc/Portfile
Added: trunk/dports/devel/php5-apc/Portfile
===================================================================
--- trunk/dports/devel/php5-apc/Portfile (rev 0)
+++ trunk/dports/devel/php5-apc/Portfile 2009-03-15 06:06:05 UTC (rev 48132)
@@ -0,0 +1,37 @@
+# -*- 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
+
+name php5-apc
+set my_name APC
+version 3.1.2
+categories devel php
+platforms darwin
+maintainers nox openmaintainer
+description Alternative PHP Cache
+
+long_description \
+ APC is a free, open, and robust framework for caching and \
+ optimizing PHP intermediate code.
+
+homepage http://pecl.php.net/package/APC
+master_sites http://pecl.php.net/get/
+distname ${my_name}-${version}
+extract.suffix .tgz
+
+checksums md5 0a18cf164b3e044e27edd4c1d8c3145c \
+ sha1 aebd866b06779814e9af5ae16948687347c50054 \
+ rmd160 0e2b044e37e161fa449d5d27a72181205adf7e18
+
+depends_lib port:php5
+
+pre-configure {
+ system "cd ${worksrcpath} && phpize"
+}
+
+use_parallel_build yes
+
+build.args EXTRA_INCLUDES=-I${prefix}/include
+
+destroot.destdir INSTALL_ROOT=${destroot}
Property changes on: trunk/dports/devel/php5-apc/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090314/3ec4ba1b/attachment.html>
More information about the macports-changes
mailing list