Commit graph

11 commits

Author SHA1 Message Date
Jung-uk Kim
f3abe75257 Revert r381307. The patch was invalid.
With hat:	office
2015-03-16 20:34:02 +00:00
Bartek Rutkowski
4418aa5f4d textproc/clucene: fix missing lib in patch
PR:		185567
Submitted by:	Olivier <bugs-freebsd@interfasys.ch>
2015-03-15 08:50:21 +00:00
Jung-uk Kim
0dac7c3390 Fix compiler warnings. Note some patches were obtained from LibreOffice. 2014-06-25 04:42:15 +00:00
Baptiste Daroussin
8cd2fbd90c Allow to build with clang and libc++ 2013-09-03 16:28:17 +00:00
Jung-uk Kim
7bf75e79aa Add "-lclucene-shared" to linker flags. This patch is known to fix build
issues with non-base compilers.

http://sourceforge.net/tracker/?func=detail&aid=3461512&group_id=80013&atid=558446

Prodded by:	avg
Feature safe:	yes
2013-04-16 19:02:54 +00:00
Jung-uk Kim
fa023c7e1a - Implement efficient BitSet::nextSetBit() to reduce diff against upstream.
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
2013-04-16 18:37:03 +00:00
Jung-uk Kim
9239f3f0ba Revert r315430. Accidentally committed to the wrong repository.
Pointyhat to:	jkim
2013-03-28 02:35:24 +00:00
Jung-uk Kim
3dc9002095 A minor style tweak. 2013-03-28 02:24:17 +00:00
Jung-uk Kim
e63f07fc4f Optimize the previous patch. No functional change. 2013-03-28 02:12:49 +00:00
Jung-uk Kim
31a4a592a1 - Fix a buffer overflow in highlighter. [1]
- 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]
2013-03-28 00:18:41 +00:00
Jung-uk Kim
5294672175 - Re-assign textproc/clucene maintainship to office@. [1]
- 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]
2013-01-28 22:25:05 +00:00