diff options
author | markd <markd@pkgsrc.org> | 2009-07-23 09:07:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-07-23 09:07:11 +0000 |
commit | b1bf18bb584f6226e9537af0a19b935e7dda74e0 (patch) | |
tree | d67b4ecdd30ef62e421a906900b6eab4cae9d34f /sysutils | |
parent | f46bf63934b9241070bde20734473d341dbc6bdc (diff) | |
download | pkgsrc-b1bf18bb584f6226e9537af0a19b935e7dda74e0.tar.gz |
Update strigi to 0.6.4
- Path fixes to the build system the benefit of windows users (sengels)
- Clean up of class ArchiveReader
- Support for LZMA compressed streams in archives, notably .deb and .rpm
- Remove preceding ./ from file path in tar archives.
- Make parsing ar and deb files easier to abort: useful in e.g. Dolphin
- Better method of removing deleted file from the CLucene
- Do not tokenize the URL in the index to improve polling speed
- Fix the bz2 header check: more bz2 archives are recognized (pino)
- Fix infinite loop on parsing SGI image files
- Fix reading of zip files without central directory.
Add LICENSE.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/strigi/Makefile | 5 | ||||
-rw-r--r-- | sysutils/strigi/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/strigi/Makefile b/sysutils/strigi/Makefile index 93d6d39f550..97008544b75 100644 --- a/sysutils/strigi/Makefile +++ b/sysutils/strigi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2009/01/27 10:55:04 markd Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/23 09:07:11 markd Exp $ -DISTNAME= strigi-0.6.3 +DISTNAME= strigi-0.6.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strigi/} EXTRACT_SUFX= .tar.bz2 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= markd@NetBSD.org HOMEPAGE= http://strigi.sourceforge.net/ COMMENT= Small fast desktop searching program +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/sysutils/strigi/distinfo b/sysutils/strigi/distinfo index 9a6982f09ca..164931a8a33 100644 --- a/sysutils/strigi/distinfo +++ b/sysutils/strigi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/01/27 10:55:05 markd Exp $ +$NetBSD: distinfo,v 1.4 2009/07/23 09:07:11 markd Exp $ -SHA1 (strigi-0.6.3.tar.bz2) = 216bd3f3f9f9b3ef715703db54c94ca3677c4e6e -RMD160 (strigi-0.6.3.tar.bz2) = c368ac4c362859c1c830ffaab025fecd12a71660 -Size (strigi-0.6.3.tar.bz2) = 881044 bytes +SHA1 (strigi-0.6.4.tar.bz2) = e91f31cc59fdfc303b662a8af899efe1365643bf +RMD160 (strigi-0.6.4.tar.bz2) = 4b72de166b077778caa2b3ff31c2168a62155bd1 +Size (strigi-0.6.4.tar.bz2) = 895552 bytes SHA1 (patch-aa) = 96bf66b656731db79f0a52e90e294afef010b252 |