[116573] trunk/dports/devel

raimue at macports.org raimue at macports.org
Tue Jan 28 16:56:49 PST 2014


Revision: 116573
          https://trac.macports.org/changeset/116573
Author:   raimue at macports.org
Date:     2014-01-28 16:56:49 -0800 (Tue, 28 Jan 2014)
Log Message:
-----------
devel/LucenePlusPlus:
New port, a high-performance, full-featured text search engine for C++

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

Added: trunk/dports/devel/LucenePlusPlus/Portfile
===================================================================
--- trunk/dports/devel/LucenePlusPlus/Portfile	                        (rev 0)
+++ trunk/dports/devel/LucenePlusPlus/Portfile	2014-01-29 00:56:49 UTC (rev 116573)
@@ -0,0 +1,28 @@
+# -*- 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 github 1.0
+PortGroup cmake 1.0
+
+github.setup    luceneplusplus LucenePlusPlus 3.0.4 rel_
+categories      devel
+platforms       darwin
+maintainers     nomaintainer
+license         GPL-3+
+
+description     High-performance, full-featured text search engine for C++
+
+long_description \
+    Lucene++ is an up to date C++ port of the popular Java Lucene library, \
+    a high-performance, full-featured text search engine.
+
+checksums           rmd160  c6134e1b79ff038d79bb259e8880ef5eac4953ff \
+                    sha256  90dd039153acc444b224e0d230aec69ad1cd112071a10f9f25534a7f1196d922
+
+depends_lib-append  port:boost
+
+# Avoid case-insensitive name clash of ${prefix}/include/term.h from ncurses
+# with Term.h in this build by removing the default -I${prefix}/include argument.
+# The build system will pick up CPATH instead.
+configure.cppflags


Property changes on: trunk/dports/devel/LucenePlusPlus/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140128/0865b984/attachment.html>


More information about the macports-changes mailing list