summaryrefslogtreecommitdiff
path: root/textproc/libclucene/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-04-30Recursive revbump from boost updateryoon1-2/+2
2017-01-01Revbump after boost updateadam1-2/+2
2016-10-07Revbump post boost updateadam1-2/+2
2015-04-17Revbump after updating devel/boost-libsadam1-2/+2
2014-11-07Revbump after updating boostadam1-1/+2
2014-10-13Include devel/boost-libs' buildlink3.mk, it sets GCC_REQD and we need to bejperkin1-1/+4
in sync with that, otherwise we may end up with two different libstdc++ runtimes. Seen in Linux build.
2013-08-11Updated package to version 2.3.3.4. This is an update of a very oldjaapb1-2/+2
version, so I'm not including the entire changelog here; see the package changelog for more details. The patch was originally submitted by Francois Tigeot as PR pkg/46156 - I've updated it since.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-11-04Import libclucene 0.9.21nb1 from pkgsrc-wipmarkd1-0/+19
CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API. It is written in C++. CLucene is a port of the very popular Java Lucene text search engine 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. CLucene aims to be a good alternative to Java Lucene when performance really matters or if you want to stick to good old C++.