[27432] trunk/dports/textproc
source_changes at macosforge.org
source_changes at macosforge.org
Fri Aug 3 13:18:56 PDT 2007
Revision: 27432
http://trac.macosforge.org/projects/macports/changeset/27432
Author: brett at macports.org
Date: 2007-08-03 13:18:55 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
Initial sphinx port
Added Paths:
-----------
trunk/dports/textproc/sphinx/
trunk/dports/textproc/sphinx/Portfile
Added: trunk/dports/textproc/sphinx/Portfile
===================================================================
--- trunk/dports/textproc/sphinx/Portfile (rev 0)
+++ trunk/dports/textproc/sphinx/Portfile 2007-08-03 20:18:55 UTC (rev 27432)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+
+name sphinx
+version 0.9.7
+categories textproc net
+maintainers brett at macports.org
+
+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
+master_sites ${homepage}/downloads/
+distfiles sphinx-${version}.tar.gz
+checksums sha1 30d13e7a63ed28282b49b5db364c48811d9c4b47
+
+configure.args --mandir=${prefix}/share/man \
+ --datadir=${prefix}/share/doc
+
+test.run yes
+
+variant postgres {
+ depends_lib-append port:postgresql82
+ configure.args-append --with-pgsql
+ configure.args-append --with-pgsql-includes=${prefix}/include/postgresql82
+ configure.args-append --with-pgsql-libs=${prefix}/lib/postgresql82
+}
Property changes on: trunk/dports/textproc/sphinx/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070803/31966f1f/attachment.html
More information about the macports-changes
mailing list