diff options
author | markd <markd@pkgsrc.org> | 2013-02-04 20:21:08 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-02-04 20:21:08 +0000 |
commit | dd8db9a51a0dc25714fb2a1d46343e8c56258287 (patch) | |
tree | 60d248742b2b934db5fa83deaa9c48e3a37946f7 /sysutils/strigi/PLIST | |
parent | b27bb0f1cbfdf36d1c9c91b574dd4981bd9dfef7 (diff) | |
download | pkgsrc-dd8db9a51a0dc25714fb2a1d46343e8c56258287.tar.gz |
Update to 0.7.7 - based on patches from Jaap Boender
0.7.7 (2011-12-07)
- Many nepomuk field name fixes
- More accurate file format check for tar files
- Better checking of bounds in OLE files.
- Increase performance of default file input stream.
- Check for surrogate pairs in UTF-8 strings.
- Improve ID3 analyzer: skip zero padding before mp3 stream to
handle typical LAME output, implement unsynchronization flag handling
- Properly finish child indexing in all analyzers.
0.7.6 (2011-07-26)
- Fix build with clucene 2.3
- Use the deprecated function av_metadata_get for libffmpeg
- Improved child indexing
- Convert the DateTime field in EXIF data to a time_t value.
- Move DigestEventAnalyzer to a plugin.
0.7.5
- Synchronize the modules. In 0.7.4, the modules were not synchronized.
0.7.4
- Disable building strigidaemon and strigiclient on windows
- Support more feature of Strigi Query in the CLucene backend.
- Fix premature EOF condition in PDF parser.
- Make discovering of invalid characters in checkHeader more compliant
to RFC822.
- Improvements to movie analysers that use ffmpeg.
- Fix a bug where width and height of certain JPG files are not shown.
- Fixes to libstreams to avoid crashes.
- Improved Nepomuk compliance.
- Faster reading of streams with SkippingFileInputStream and
MMapFileInputStream.
- Reorganize Strigi into smaller modules.
0.7.2
- Improve cpp analyzer speed and output
- Fix crash due to deep nesting of calls in pdf analyzer
- Fix iconv use on Mac OS X
0.7.1
- Support more fields from ODF documents
- Improved skipping behavior on streams for large files.
- Added album art support.
- Added support for ID3v1 tags.
- Added MP3 stream metadata extraction, UTF-16 support in tags.
- Extended the range of metadata extracted by ID3 analyzer.
- Added a FLAC audio file analyzer.
- Significantly unbreak the PDF analyzer.
- Fix scanning trees where permissions are insufficient to read some parts
- Check for multithreaded version of libxml2
- Require newer CLucene version (0.9.21)
0.7.0
- Change to Nepomuk ontologies
- Set file property for embedded ar streams. This fixes the opening
of these streams in archivereader.
- Instead of reading each .rdf file at once in memory and then parse
it, use the libxml2 I/O API to read chunks of the file when requested.
- The attribute value is not '\0' terminated but has a pointer to the
end of the string. In addition, string comparison was sped up by
first comparing the string length.
0.6.5
- Fix KDE bug 185551: Strigi now allows paths that start with protocol:/*
like 'file:///' or 'remote:/'
- Add a new function AnalysisResult::child(). This function allows an
AnalysisResult instance to access the last child it has had indexed.
This is needed for cases when a parent knows something about a child
which the child does not know. In such cases the parent can call
child()->addValue(...).
- Adjust to the new library naming scheme in iconv-1.12
- Implemented missing addTriplet method
- Rewrite the implementation of ArchiveReader. The new implementation
is more efficient in listing contents of directories. Now single
directory entries can be returned without the need for reading the
entire archive of which the directory is a part.
Diffstat (limited to 'sysutils/strigi/PLIST')
-rw-r--r-- | sysutils/strigi/PLIST | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/sysutils/strigi/PLIST b/sysutils/strigi/PLIST index 3306906df1e..6f66be44e4f 100644 --- a/sysutils/strigi/PLIST +++ b/sysutils/strigi/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:16:14 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2013/02/04 20:21:08 markd Exp $ bin/deepfind bin/deepgrep bin/luceneindexer +bin/rdfindexer bin/strigiclient bin/strigicmd bin/strigidaemon @@ -10,17 +11,23 @@ include/strigi/analysisresult.h include/strigi/analyzerconfiguration.h include/strigi/analyzerplugin.h include/strigi/archivereader.h +include/strigi/arinputstream.h include/strigi/asyncsocket.h include/strigi/asyncsocketclient.h include/strigi/bufferedstream.h +include/strigi/bz2inputstream.h include/strigi/classproperties.h include/strigi/clientinterface.h +include/strigi/cpioinputstream.h +include/strigi/dataeventinputstream.h include/strigi/diranalyzer.h include/strigi/encodinginputstream.h include/strigi/fieldproperties.h include/strigi/fieldpropertiesdb.h include/strigi/fieldtypes.h include/strigi/fileinputstream.h +include/strigi/filelister.h +include/strigi/gzipinputstream.h include/strigi/indexeddocument.h include/strigi/indexmanager.h include/strigi/indexplugin.h @@ -29,13 +36,20 @@ include/strigi/indexreader.h include/strigi/indexwriter.h include/strigi/inputstream.h include/strigi/inputstreamreader.h +include/strigi/kmpsearcher.h +include/strigi/lzmainputstream.h +include/strigi/mailinputstream.h +include/strigi/oleinputstream.h +include/strigi/processinputstream.h include/strigi/qtdbus/strigiasyncclient.h include/strigi/qtdbus/strigiclient.h include/strigi/qtdbus/strigidbus.h include/strigi/qtdbus/strigitypes.h include/strigi/query.h include/strigi/queryparser.h +include/strigi/rpminputstream.h include/strigi/sdfinputstream.h +include/strigi/socketclient.h include/strigi/streamanalyzer.h include/strigi/streamanalyzerfactory.h include/strigi/streambase.h @@ -45,6 +59,7 @@ include/strigi/streameventanalyzer.h include/strigi/streamlineanalyzer.h include/strigi/streamsaxanalyzer.h include/strigi/streamthroughanalyzer.h +include/strigi/strigi_thread.h include/strigi/strigiconfig.h include/strigi/strigihtmlgui.h include/strigi/stringstream.h @@ -52,17 +67,24 @@ include/strigi/stringterminatedsubstream.h include/strigi/subinputstream.h include/strigi/substreamprovider.h include/strigi/substreamproviderprovider.h +include/strigi/tarinputstream.h include/strigi/textutils.h include/strigi/variant.h +include/strigi/zipinputstream.h lib/libsearchclient.so lib/libsearchclient.so.0 lib/libsearchclient.so.${PKGVERSION} +lib/libsearchclient/LibSearchClientConfig.cmake lib/libstreamanalyzer.so lib/libstreamanalyzer.so.0 lib/libstreamanalyzer.so.${PKGVERSION} +lib/libstreamanalyzer/LibStreamAnalyzerConfig.cmake lib/libstreams.so lib/libstreams.so.0 lib/libstreams.so.${PKGVERSION} +lib/libstreams/LibStreamsConfig.cmake +lib/libstreams/LibStreamsTargets-noconfig.cmake +lib/libstreams/LibStreamsTargets.cmake lib/libstrigihtmlgui.so lib/libstrigihtmlgui.so.0 lib/libstrigihtmlgui.so.${PKGVERSION} @@ -72,6 +94,9 @@ lib/libstrigiqtdbusclient.so.${PKGVERSION} lib/pkgconfig/libstreamanalyzer.pc lib/pkgconfig/libstreams.pc lib/strigi/StrigiConfig.cmake +lib/strigi/strigiea_digest.so +lib/strigi/strigiea_jpeg.so +lib/strigi/strigiea_riff.so lib/strigi/strigiindex_clucene.so lib/strigi/strigila_cpp.so lib/strigi/strigila_deb.so @@ -90,6 +115,13 @@ lib/strigi/strigita_wav.so lib/strigi/strigita_xbm.so share/dbus-1/services/org.freedesktop.xesam.searcher.service share/dbus-1/services/vandenoever.strigi.service +share/strigi/fieldproperties/homeless.rdfs +share/strigi/fieldproperties/nao_data.rdfs +share/strigi/fieldproperties/ncal_data.rdfs +share/strigi/fieldproperties/nco_data.rdfs +share/strigi/fieldproperties/nexif_data.rdfs +share/strigi/fieldproperties/nfo_data.rdfs +share/strigi/fieldproperties/nid3_data.rdfs +share/strigi/fieldproperties/nie_data.rdfs +share/strigi/fieldproperties/nmo_data.rdfs share/strigi/fieldproperties/strigi.rdfs -share/strigi/fieldproperties/xesam-convenience.rdfs -share/strigi/fieldproperties/xesam.rdfs |