Commit graph

7 commits

Author SHA1 Message Date
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
adam
4606c07235 Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
jperkin
f9a0fe1e2f Include devel/boost-libs' buildlink3.mk, it sets GCC_REQD and we need to be
in sync with that, otherwise we may end up with two different libstdc++
runtimes.  Seen in Linux build.
2014-10-13 08:32:54 +00:00
jaapb
7938e04ade Updated package to version 2.3.3.4. This is an update of a very old
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.
2013-08-11 16:06:25 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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.
2009-03-20 19:23:50 +00:00
markd
3c8126a50c Import libclucene 0.9.21nb1 from pkgsrc-wip
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++.
2008-11-04 10:52:53 +00:00