- Update to 2.9.4

PR:		ports/158415
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	Maintainer Timeout (Two Weeks)
This commit is contained in:
Beech Rintoul 2011-07-12 23:58:23 +00:00
parent 3a1f3ec4f9
commit 8b5bd8dd10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277618
2 changed files with 19 additions and 6 deletions

View file

@ -5,17 +5,19 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= lucene PORTNAME= lucene
PORTVERSION= 2.4.1 PORTVERSION= 2.9.4
CATEGORIES= textproc java devel CATEGORIES= textproc java devel
MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,lucene/java,} MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,lucene/java/$(PORTVERSION),}
DISTNAME= lucene-${PORTVERSION} DISTNAME= lucene-${PORTVERSION}
MAINTAINER= gerrit.beine@gmx.de MAINTAINER= gerrit.beine@gmx.de
COMMENT= A full-text search engine for Java COMMENT= A full-text search engine for Java
LICENSE= ASL
NO_BUILD= yes NO_BUILD= yes
USE_JAVA= yes USE_JAVA= yes
JAVA_VERSION= 1.5+ JAVA_VERSION= 1.4+
OPTIONS= DOCS "Install docs & examples" on \ OPTIONS= DOCS "Install docs & examples" on \
CONTRIB "Install contribs" off CONTRIB "Install contribs" off
@ -25,15 +27,21 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar
CONTRIBS= analyzers \ CONTRIBS= analyzers \
ant \ ant \
benchmark \ benchmark \
collation \
bdb \
bdb-je \
instantiated \ instantiated \
highlighter \ highlighter \
lucli \ lucli \
memory \ memory \
misc \ misc \
queries \ queries \
queryparser \
regex \ regex \
similarity \ remote \
smartcn \
snowball \ snowball \
spatial \
spellchecker \ spellchecker \
surround \ surround \
swing \ swing \
@ -62,6 +70,11 @@ DEMODIR= src/demo/org/apache/lucene/demo
do-install: do-install:
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-core-${PORTVERSION}.jar ${JAVAJARDIR} @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-core-${PORTVERSION}.jar ${JAVAJARDIR}
.if defined(WITH_CONTRIB) .if defined(WITH_CONTRIB)
${MV} ${WRKSRC}/contrib/analyzers/common/*.jar ${WRKSRC}/contrib/analyzers/
${RMDIR} ${WRKSRC}/contrib/analyzers/common
${MV} ${WRKSRC}/contrib/analyzers/smartcn/ ${WRKSRC}/contrib/
${MV} ${WRKSRC}/contrib/db/bdb/ ${WRKSRC}/contrib/bdb
${MV} ${WRKSRC}/contrib/db/bdb-je/ ${WRKSRC}/contrib/bdb-je
${INSTALL_DATA} \ ${INSTALL_DATA} \
${CONTRIBS:C,^(.*)$,${WRKSRC}/contrib/\1/${PORTNAME}-\1-${PORTVERSION}.jar,} \ ${CONTRIBS:C,^(.*)$,${WRKSRC}/contrib/\1/${PORTNAME}-\1-${PORTVERSION}.jar,} \
${JAVAJARDIR} ${JAVAJARDIR}

View file

@ -1,2 +1,2 @@
SHA256 (lucene-2.4.1.tar.gz) = 359657971d74b8ef7a31f6dc1a55abd0cde854d4a28351d4cbea2f21c7487087 SHA256 (lucene-2.9.4.tar.gz) = e04fb2aa72e828c2f1b9a80823edfd9935915e83b19a9f9d84ebe92ab2232b00
SIZE (lucene-2.4.1.tar.gz) = 8772527 SIZE (lucene-2.9.4.tar.gz) = 18096066