Update to 0.9.21b
Changes: fixes potential segfault when used in an multithreaded application Add LICENSE
This commit is contained in:
parent
b25620dee7
commit
f46bf63934
2 changed files with 9 additions and 10 deletions
|
@ -1,21 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/07/07 21:27:17 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/07/23 08:59:54 markd Exp $
|
||||
|
||||
DISTNAME= clucene-core-0.9.21
|
||||
PKGREVISION= 1
|
||||
DISTNAME= clucene-core-0.9.21b
|
||||
PKGNAME= lib${DISTNAME:S/-core-/-/}
|
||||
CATEGORIES= textproc
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clucene/}
|
||||
|
||||
MAINTAINER= mkirby@NetBSD.org
|
||||
HOMEPAGE= http://clucene.sourceforge.net/index.php/Main_Page
|
||||
COMMENT= Text search engine written in C++
|
||||
LICENSE= gnu-lgpl-v2.1 OR apache-2.0
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= gmake
|
||||
USE_TOOLS+= gmake
|
||||
USE_LANGUAGES= c c++
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/11/04 10:52:53 markd Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/07/23 08:59:54 markd Exp $
|
||||
|
||||
SHA1 (clucene-core-0.9.21.tar.gz) = edff080257a1453668f2733b70484d6a0d4fdce7
|
||||
RMD160 (clucene-core-0.9.21.tar.gz) = c3f303e29f6400d269e470479c793d77834bfce2
|
||||
Size (clucene-core-0.9.21.tar.gz) = 1878516 bytes
|
||||
SHA1 (clucene-core-0.9.21b.tar.gz) = aba21d626ba3e66a0cce162b205d97cbb2d666dd
|
||||
RMD160 (clucene-core-0.9.21b.tar.gz) = b7307b980da6219638f21a33f201b2b20b0d34bb
|
||||
Size (clucene-core-0.9.21b.tar.gz) = 1891099 bytes
|
||||
|
|
Loading…
Reference in a new issue