[62373] trunk/dports/devel

nox at macports.org nox at macports.org
Tue Jan 5 08:59:31 PST 2010


Revision: 62373
          http://trac.macports.org/changeset/62373
Author:   nox at macports.org
Date:     2010-01-05 08:59:29 -0800 (Tue, 05 Jan 2010)
Log Message:
-----------
Create new port clucene-devel

Added Paths:
-----------
    trunk/dports/devel/clucene-devel/
    trunk/dports/devel/clucene-devel/Portfile

Added: trunk/dports/devel/clucene-devel/Portfile
===================================================================
--- trunk/dports/devel/clucene-devel/Portfile	                        (rev 0)
+++ trunk/dports/devel/clucene-devel/Portfile	2010-01-05 16:59:29 UTC (rev 62373)
@@ -0,0 +1,47 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       archcheck 1.0
+PortGroup       cmake 1.0
+
+name            clucene-devel
+set my_name     clucene
+conflicts       clucene
+version         3025
+license         Apache-2 LGPL-2.1
+categories      devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     the open-source, C++ search engine
+
+long_description \
+    CLucene is a high-performance, scalable, cross platform, full-featured, \
+    open-source indexing and searching API. Specifically, CLucene is the guts \
+    of a search engine, the hard stuff. You write the easy stuff: the UI and \
+    the process of selecting and parsing your data files to pump them into the \
+    search engine yourself, and any specialized queries to pull it back for \
+    display or further processing.
+
+homepage        http://clucene.sourceforge.net/
+fetch.type      svn
+svn.url         https://clucene.svn.sourceforge.net/svnroot/clucene/branches/lucene2_3_2
+svn.revision    ${version}
+
+worksrcdir      [file tail ${svn.url}]
+
+post-patch {
+    reinplace \
+        s/(int32_t)(_LUCENE_CURRTHREADID)/(int64_t)(_LUCENE_CURRTHREADID)/ \
+        ${worksrcpath}/src/core/CLucene/index/IndexFileDeleter.cpp \
+        ${worksrcpath}/src/core/CLucene/index/IndexWriter.cpp
+}
+
+depends_lib     port:zlib
+
+archcheck.files lib/libz.dylib
+
+universal_variant no
+
+livecheck.type  regex
+livecheck.url   ${svn.url}
+livecheck.regex {Revision (\d+):}


Property changes on: trunk/dports/devel/clucene-devel/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/20100105/59b47313/attachment.html>


More information about the macports-changes mailing list