aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/clucene
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Add "-lclucene-shared" to linker flags. This patch is known to fix buildjkim2013-04-171-0/+10
| | | | | | | | | issues with non-base compilers. http://sourceforge.net/tracker/?func=detail&aid=3461512&group_id=80013&atid=558446 Prodded by: avg Feature safe: yes
* - Implement efficient BitSet::nextSetBit() to reduce diff against upstream.jkim2013-04-177-1/+206
| | | | | | | | | | | | | | | | | | | | http://clucene.git.sourceforge.net/git/gitweb.cgi?p=clucene/clucene;a=commitdiff;h=17e53d7 - Fix a buffer overflow in CJKAnalyzer. Somehow the upstream missed this in 2.3.3.4 branch. http://clucene.svn.sourceforge.net/viewvc/clucene?view=revision&revision=2630 - Fix potential memory leaks in libstemmer. Merged from Snowball changes. http://svn.tartarus.org/snowball/trunk/snowball/libstemmer/libstemmer_c.in?r1=409&r2=520&view=patch - Implement SnowballAnalyzer::reusableTokenStream(). [1] Also, this patch fixes memory leaks found by the submitter. Submitted by: Kishore Ramareddy (kishore at niksun dot com) (initial version) [1] Feature safe: yes
* Revert r315430. Accidentally committed to the wrong repository.jkim2013-03-281-4/+3
| | | | Pointyhat to: jkim
* A minor style tweak.jkim2013-03-281-3/+4
|
* Optimize the previous patch. No functional change.jkim2013-03-281-4/+19
|
* - Fix a buffer overflow in highlighter. [1]jkim2013-03-2812-7/+214
| | | | | | | | | - Apply upstream patches to plug a memory leak, etc. - Move CLuceneConfig.cmake to DATADIR as other ports do. - Fix several problems found by Clang and make it build cleanly. Submitted by: Kishore Ramareddy (kishore at niksun dot com) (initial version) [1]
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* - Re-assign textproc/clucene maintainship to office@. [1]jkim2013-01-2910-99/+465
| | | | | | | | | | | | | | | | | | | - Update textproc/clucene to 2.3.3.4. Note this version is required by recent LibreOffice. - Remove textproc/clucene-contrib because it is now integrated into textproc/clucene. [2] - Mark textproc/p5-Lucene as broken. There is no dependent port and it was only written for obsolete Lucene 0.9.x API. [3] - Update deskutils/kdepim4 and deskutils/strigi to build with the new CLucene port. [4] - Update misc/bibletime and misc/sword to use new CLucene 2.3.x API. [5] Approved by: clsung (maintainer timeout) [1] Approved by: tj (maintainer) [2] Approved by: perl [3] Approved by: kde [4] Approved by: tabthorpe (maintainer timeout) [5] Obtained from: The SWORD Project [5]
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with T,U,V
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Remove conditional checks for FreeBSD 5.x and olderwxs2009-01-071-4/+0
| | | | Approved by: pav
* - Update to 0.9.21clsung2008-08-272-4/+4
|
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Update to 0.9.20clsung2007-08-222-4/+4
| | | | | PR: ports/115693 Submitted by: tabthorpe
* - Update to 0.9.19clsung2007-07-303-8/+7
| | | | | PR: ports/114911 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
* - Update to 0.9.16aclsung2006-12-093-17/+14
| | | | | PR: ports/106480 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
* - bump PORTREVISIONclsung2006-10-051-0/+1
| | | | | | | to chase http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/103731 PR: ports/103984 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
* - set variable WITH_ASCII_SUPPORT to configure ASCII support.clsung2006-09-281-1/+4
| | | | | | | | Otherwise compile plain, out of the box. - this configuration makes clucene play nicely with the upcoming update of misc/bibletime. PR: ports/103731 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
* - CLucene is a C++ port of Lucene: the high-performance,clsung2006-08-104-0/+188
full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++.