summaryrefslogtreecommitdiff
path: root/net/gift-openft/PLIST
diff options
context:
space:
mode:
authorwiz <wiz>2007-01-25 23:32:27 +0000
committerwiz <wiz>2007-01-25 23:32:27 +0000
commit198c42b325663740f7087e42858cd221cdd113e3 (patch)
tree3f21d8e274f2d0a46c1c76c96920d5199f1ba5d4 /net/gift-openft/PLIST
parentda28f5833324af103da88644321235ab1a80d982 (diff)
downloadpkgsrc-198c42b325663740f7087e42858cd221cdd113e3.tar.gz
Update to 0.2.1.6:
OpenFT 0.2.1.6: * Fixed a bug where full parents could trigger an assertion failure. * Index tokens database by array index instead of by pointer (should improve space efficiency, especially on 64-bit platforms). * Clean up the database properly. Not only does this avoid leaving huge temporary files lying around, but potentially allows the db to be shutdown and restarted at will. * Avoid unaligned memory accesses, which cause problems on some RISC platforms. * Don't die on malformed URLs. OpenFT 0.2.1.5: * Major search database rethink: shares are keyed by host plus a unique identifier instead of by hash. Hopefully this will improve space efficiency (and reduce I/O), and also eliminate the (non-)handling of duplicate hashes that existed previously. * New tokenization API. * Removed support for hidden searches due to new improved hashing algorithm. * New searching functionality: exclusion tokens and quoted queries. * Moved local shares into search database. This should reduce CPU usage with a large number of shares. * Improved documentation about search node configuration. * Fixed two bugs in stats initialization. * Added Bloom filter support, which is currently unused but may eventually be used to optimize query routing. * Temporarily backed out of cleaning up the database environment on exit, because it would try to sync the entire database to disk. This will be fixed properly later when individual children are tracked within ft_search_db.c. * Implemented automatic compressed stream handling for unbounded data (currently search queries and forwarded search results). This reduces bandwidth usage significantly, sometimes by as much as 50%. * Increased maximum packet size, although this is currently unused for compatibility reasons. OpenFT 0.2.1.4: * Fixed a signedness bug that could cause problems with non-ASCII characters on some platforms. * Fixed a packet handling bug that could cause an infinite loop. * Minor networking tweaks. * Fixed clipping of the nodes cache.
Diffstat (limited to 'net/gift-openft/PLIST')
-rw-r--r--net/gift-openft/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gift-openft/PLIST b/net/gift-openft/PLIST
index 0457b14f440..3f078ca0746 100644
--- a/net/gift-openft/PLIST
+++ b/net/gift-openft/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:47 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/01/25 23:33:05 wiz Exp $
lib/giFT/libOpenFT.la
share/giFT/OpenFT/OpenFT.conf.template
share/giFT/OpenFT/nodes
@dirrm share/giFT/OpenFT
+@unexec ${RMDIR} %D/lib/giFT 2>/dev/null || ${TRUE}