summaryrefslogtreecommitdiff
path: root/sysutils/strigi/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2009-01-09 22:22:04 +0000
committermarkd <markd@pkgsrc.org>2009-01-09 22:22:04 +0000
commit339227e37a097206960656d380a1b737d38f1434 (patch)
tree2edd367cde3a29bd936f54b0d3548568f060fc83 /sysutils/strigi/Makefile
parent4f764d34656503b00c6dc170e33b6d7a3f1c5081 (diff)
downloadpkgsrc-339227e37a097206960656d380a1b737d38f1434.tar.gz
Update strigi to 0.6.2
0.6.2 - Better support for nice IO priorities on Linux (Sebastian Trueg) - Compile with development version of CLucene (Ben van Klinken) - Explicitly use 'unsigned char' or 'signed char' instead of 'char' since 'char' can be either signed or unsigned on different processors. E.g. on ARM 'char' means 'unsigned char' and on i386 'char' means 'signed char'. This changes makes libstreamanalyzer 0.6.2 binary incompatible with versions < 0.6.0. (Jos van den OOever) - Many CMake cleanups (Alexander Neundorf) - 6.5x speedup of C++ comment analyzer (Jakub Stachowski) - Various stability fixes (Jos van den Oever, Sebastian Trueg) - Support for ePub format (Jakub Stachowski) - Handle RIFF file with unspecified size for the RIFF packet. (Jos van den Oever) 0.5.11 - Fix a bug that can cause a crash on an executable zip file. - Fix parsing of empty headers when CRLFCRLF is followed by a space. In other words, fix parsing of emails that have a space as the first character in the body. - Fix two broken (by design) throughanalyzers by replacing the with one eventanalyzer. - Updated xesam ontology to include proper ranges. This is necessary for the Nepomuk backend but does not change anything for clucene (were all is string anyway) - Make sure the app can handle environments where HOME is not defined. - Make the zip analyzer check more often if it should stop analyzing. - Fix wrong comparison when checking if we are finished yet. - Make the analyzer respect a configuration that only wants part of the stream to be analyzed. - Add an analyzer for Windows self-extracting zip archives. - Ask the analyzerconfiguration if we should continue and put a cap on the maximum length of stream we read - Log parse errors in the analysisresult.
Diffstat (limited to 'sysutils/strigi/Makefile')
-rw-r--r--sysutils/strigi/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/strigi/Makefile b/sysutils/strigi/Makefile
index ab6ce42a375..fd73e1bc0b4 100644
--- a/sysutils/strigi/Makefile
+++ b/sysutils/strigi/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/04 11:11:50 markd Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/09 22:22:04 markd Exp $
-DISTNAME= strigi-0.5.10
+DISTNAME= strigi-0.6.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strigi/}
EXTRACT_SUFX= .tar.bz2
@@ -15,6 +15,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config perl
USE_CMAKE= yes
+PKGCONFIG_OVERRIDE+= src/streamanalyzer/libstreamanalyzer.pc.cmake
+PKGCONFIG_OVERRIDE+= src/streams/libstreams.pc.cmake
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && exists(/usr/include/sys/pset.h)
RT_LIB_SCHED= -lrt