[58433] trunk/dports/textproc/sphinx/Portfile

snc at macports.org snc at macports.org
Mon Sep 28 11:18:10 PDT 2009


Revision: 58433
          http://trac.macports.org/changeset/58433
Author:   snc at macports.org
Date:     2009-09-28 11:18:09 -0700 (Mon, 28 Sep 2009)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    trunk/dports/textproc/sphinx/Portfile

Modified: trunk/dports/textproc/sphinx/Portfile
===================================================================
--- trunk/dports/textproc/sphinx/Portfile	2009-09-28 18:15:27 UTC (rev 58432)
+++ trunk/dports/textproc/sphinx/Portfile	2009-09-28 18:18:09 UTC (rev 58433)
@@ -3,31 +3,33 @@
 
 PortSystem 1.0
 
-name			sphinx
-version			0.9.8.1
-categories		textproc net
-maintainers		brett openmaintainer
+name			    sphinx
+version			    0.9.8.1
+categories		    textproc net
+maintainers		    brett openmaintainer
 
-platforms		darwin
-description		Sphinx is a full-text search engine
-long_description	\
-Sphinx is a full-text search engine, meant to provide fast, size-efficient and relevant \
-fulltext search functions to other applications. Sphinx was specially designed to integrate \
-well with SQL databases and scripting languages. Currently built-in data sources \
-support fetching data either via direct connection to MySQL, or from an XML pipe.
+platforms		    darwin
+description		    Sphinx is a full-text search engine
+long_description    Sphinx is a full-text search engine, meant to provide \
+                    fast, size-efficient and relevant fulltext search \
+                    functions to other applications. Sphinx was specially \
+                    designed to integrate well with SQL databases and \
+                    scripting languages. Currently built-in data sources \
+                    support fetching data either via direct connection to \
+                    MySQL, or from an XML pipe.
 
-homepage		http://www.sphinxsearch.com
+homepage		    http://www.sphinxsearch.com
 master_sites    	${homepage}/downloads/
 checksums       	sha1 eed4c6f5b314f965c19cca8aebd0b6d847cd35f9
 
-depends_lib		path:bin/mysql_config5:mysql5
-configure.args  --mandir=${prefix}/share/man \
-                --datadir=${prefix}/share/doc \
-                --sysconfdir=${prefix}/etc/sphinx \
-		--with-mysql-includes=${prefix}/include/mysql5/mysql \
-		--with-mysql-libs=${prefix}/lib/mysql5/mysql
+depends_lib		    path:bin/mysql_config5:mysql5
+configure.args      --mandir=${prefix}/share/man \
+                    --datadir=${prefix}/share/doc \
+                    --sysconfdir=${prefix}/etc/sphinx \
+		            --with-mysql-includes=${prefix}/include/mysql5/mysql \
+		            --with-mysql-libs=${prefix}/lib/mysql5/mysql
 
-test.run         yes
+test.run            yes
 
 variant postgres conflicts postgresql83 postgresql84 description {Enable PostgreSQL support for old PgSQL 8.2} {
     depends_lib-append      port:postgresql82
@@ -38,7 +40,7 @@
     configure.args-delete   --with-mysql-includes
 }
 
-variant postgresql83 conflicts postgresql postgresql84 description {Enable PostgreSQL support for newer PgSQL v8.3} {
+variant postgresql83 conflicts postgres postgresql84 description {Enable PostgreSQL support for newer PgSQL v8.3} {
     depends_lib-append      port:postgresql83
     depends_lib-delete      path:bin/mysql_config5:mysql5
     configure.args-append   --with-pgsql
@@ -47,7 +49,7 @@
     configure.args-delete   --with-mysql-includes
 }
 
-variant postgresql84 conflicts postgresql postgresql83 description {Enable PostgreSQL support for newer PgSQL v8.4} {
+variant postgresql84 conflicts postgres postgresql83 description {Enable PostgreSQL support for newer PgSQL v8.4} {
     depends_lib-append      port:postgresql84
     depends_lib-delete      path:bin/mysql_config5:mysql5
     configure.args-append   --with-pgsql
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090928/29d01c5f/attachment.html>


More information about the macports-changes mailing list