[63655] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Thu Feb 11 15:16:40 PST 2010


Revision: 63655
          http://trac.macports.org/changeset/63655
Author:   ryandesign at macports.org
Date:     2010-02-11 15:16:39 -0800 (Thu, 11 Feb 2010)
Log Message:
-----------
php5-dbase: new port, unofficially version 5.3.1 to match the current version of php5; see #23669

Added Paths:
-----------
    trunk/dports/php/php5-dbase/
    trunk/dports/php/php5-dbase/Portfile

Added: trunk/dports/php/php5-dbase/Portfile
===================================================================
--- trunk/dports/php/php5-dbase/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-dbase/Portfile	2010-02-11 23:16:39 UTC (rev 63655)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               php5extension 1.0
+
+php5extension.setup     dbase 5.3.1 pecl
+categories-append       database
+platforms               darwin
+maintainers             ryandesign
+
+fetch.type              svn
+svn.url                 http://svn.php.net/repository/pecl/dbase/trunk
+svn.revision            r290341
+worksrcdir              trunk
+
+description             a PHP interface for accessing dBase databases
+
+long_description        ${description}
+
+livecheck.type          none


Property changes on: trunk/dports/php/php5-dbase/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/20100211/51ab14da/attachment.html>


More information about the macports-changes mailing list