[94425] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Mon Jun 18 16:56:45 PDT 2012


Revision: 94425
          https://trac.macports.org/changeset/94425
Author:   ryandesign at macports.org
Date:     2012-06-18 16:56:45 -0700 (Mon, 18 Jun 2012)
Log Message:
-----------
php-svm: new port, version 0.1.6 (#34904)

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

Added: trunk/dports/php/php-svm/Portfile
===================================================================
--- trunk/dports/php/php-svm/Portfile	                        (rev 0)
+++ trunk/dports/php/php-svm/Portfile	2012-06-18 23:56:45 UTC (rev 94425)
@@ -0,0 +1,29 @@
+# -*- 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               php 1.1
+
+name                    php-svm
+version                 0.1.6
+categories-append       math
+platforms               darwin
+maintainers             ryandesign
+license                 BSD
+
+php.branches            5.3 5.4
+php.pecl                yes
+php.pecl.prerelease     yes
+
+description             PHP bindings for libsvm, a support vector machine implementation
+
+long_description        ${description}
+
+checksums               rmd160  03640c0a8ade422b94d967cc2fae4dc4250a3fe6 \
+                        sha256  fcff9000d787423aff05390f0fb7c3d0b13cb23b9b59b6637baed136f911ec0e
+
+if {${name} != ${subport}} {
+    depends_lib-append      port:libsvm
+    
+    configure.args-append   --with-svm=${prefix}
+}


Property changes on: trunk/dports/php/php-svm/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/20120618/55bab0db/attachment-0001.html>


More information about the macports-changes mailing list