ports/132665: [NEW PORT] textproc/apache-solr: High performance search server built using Lucene Java

Gea-Suan Lin gslin at gslin.org
Sun Mar 15 17:10:03 UTC 2009


>Number:         132665
>Category:       ports
>Synopsis:       [NEW PORT] textproc/apache-solr: High performance search server built using Lucene Java
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 15 17:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gslin 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009
>Description:
Solr is an open source enterprise search server based on the Lucene
Java search library, with XML/HTTP and JSON APIs, hit highlighting,
faceted search, caching, replication, a web administration interface
and many more features. It runs in a Java servlet container such as
Tomcat. 

WWW:	http://lucene.apache.org/solr/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- apache-solr-1.3.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	apache-solr
#	apache-solr/pkg-descr
#	apache-solr/Makefile
#	apache-solr/pkg-plist
#	apache-solr/distinfo
#
echo c - apache-solr
mkdir -p apache-solr > /dev/null 2>&1
echo x - apache-solr/pkg-descr
sed 's/^X//' >apache-solr/pkg-descr << '59a2e85b2866eb27e94f37cc71fbe85a'
XSolr is an open source enterprise search server based on the Lucene
XJava search library, with XML/HTTP and JSON APIs, hit highlighting,
Xfaceted search, caching, replication, a web administration interface
Xand many more features. It runs in a Java servlet container such as
XTomcat. 
X
XWWW:	http://lucene.apache.org/solr/
59a2e85b2866eb27e94f37cc71fbe85a
echo x - apache-solr/Makefile
sed 's/^X//' >apache-solr/Makefile << '88603158d8306ff11f352bcc60a74c37'
X# New ports collection makefile for:	apache-solr
X# Date created:		2009-03-15
X# Whom:			Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	apache-solr
XPORTVERSION=	1.3.0
XCATEGORIES=	textproc java
XMASTER_SITES=	${MASTER_SITE_APACHE:S,%SUBDIR%,lucene/solr/${PORTVERSION},}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	High performance search server built using Lucene Java
X
XNO_BUILD=	yes
XUSE_JAVA=	yes
XJAVA_VERSION=	1.5+
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	${CP} -R ${WRKSRC}/dist/ ${JAVAJARDIR}
X.if !defined(NOPORTEXAMPLES)
X	${MKDIR} ${EXAMPLESDIR}
X	${CP} -R ${WRKSRC}/example/ ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.post.mk>
88603158d8306ff11f352bcc60a74c37
echo x - apache-solr/pkg-plist
sed 's/^X//' >apache-solr/pkg-plist << '552472f08e3ca8d6ab97a3beabd7df0f'
X at comment $FreeBSD$
X%%JAVAJARDIR%%/apache-solr-1.3.0.war
X%%JAVAJARDIR%%/apache-solr-common-1.3.0.jar
X%%JAVAJARDIR%%/apache-solr-core-1.3.0.jar
X%%JAVAJARDIR%%/apache-solr-dataimporthandler-1.3.0.jar
X%%JAVAJARDIR%%/apache-solr-solrj-1.3.0.jar
X%%JAVAJARDIR%%/solrj-lib/commons-codec-1.3.jar
X%%JAVAJARDIR%%/solrj-lib/commons-httpclient-3.1.jar
X%%JAVAJARDIR%%/solrj-lib/commons-io-1.3.1.jar
X%%JAVAJARDIR%%/solrj-lib/commons-logging-1.0.4.jar
X%%JAVAJARDIR%%/solrj-lib/geronimo-stax-api_1.0_spec-1.0.1.jar
X%%JAVAJARDIR%%/solrj-lib/stax-utils.jar
X%%JAVAJARDIR%%/solrj-lib/wstx-asl-3.2.7.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/jetty.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/webdefault.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/README.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/hsqldb.zip
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/admin-extra.html
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/db-data-config.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/elevate.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/protwords.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/schema.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/scripts.conf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/solrconfig.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/stopwords.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/synonyms.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/xslt/example.xsl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/xslt/example_atom.xsl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/xslt/example_rss.xsl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/db/conf/xslt/luke.xsl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/rss/conf/admin-extra.html
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/rss/conf/elevate.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/rss/conf/protwords.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/rss/conf/rss-data-config.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/rss/conf/schema.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/rss/conf/scripts.conf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/rss/conf/solrconfig.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/rss/conf/stopwords.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/rss/conf/synonyms.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-DIH/solr/solr.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampleAnalysis/mem.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampleAnalysis/post.sh
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampleAnalysis/small.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/books.csv
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/hd.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/ipod_other.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/ipod_video.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/mem.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/monitor.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/monitor2.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/mp500.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/post.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/post.sh
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/sd500.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/solr.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/spellchecker.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/test_utf8.sh
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/utf8-example.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exampledocs/vidcard.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lib/jetty-6.1.3.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lib/jetty-util-6.1.3.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lib/jsp-2.1/ant-1.6.5.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lib/jsp-2.1/core-3.1.1.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lib/jsp-2.1/jsp-2.1.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lib/jsp-2.1/jsp-api-2.1.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lib/servlet-api-2.5-6.1.3.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multicore/README.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multicore/core0/conf/schema.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multicore/core0/conf/solrconfig.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multicore/core1/conf/schema.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multicore/core1/conf/solrconfig.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multicore/exampledocs/ipod_other.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multicore/exampledocs/ipod_video.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multicore/solr.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/README.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/abc
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/abo
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/backup
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/backupcleaner
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/commit
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/optimize
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/readercycle
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/rsyncd-disable
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/rsyncd-enable
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/rsyncd-start
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/rsyncd-stop
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/scripts-util
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/snapcleaner
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/snapinstaller
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/snappuller
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/snappuller-disable
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/snappuller-enable
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/bin/snapshooter
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/admin-extra.html
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/elevate.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/protwords.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/schema.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/scripts.conf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/solrconfig.xml
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/spellings.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/stopwords.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/synonyms.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/xslt/example.xsl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/xslt/example_atom.xsl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/xslt/example_rss.xsl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solr/conf/xslt/luke.xsl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/start.jar
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webapps/solr.war
X at dirrmtry %%JAVAJARDIR%%/solrj-lib
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/work
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/webapps
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/solr/conf/xslt
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/solr/conf
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/solr/bin
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/solr
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/multicore/exampledocs
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/multicore/core1/conf
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/multicore/core1
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/multicore/core0/conf
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/multicore/core0
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/multicore
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/logs
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/lib/jsp-2.1
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/lib
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/exampledocs
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/exampleAnalysis
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/example-DIH/solr/rss/conf
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/example-DIH/solr/rss
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/example-DIH/solr/db/lib
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/example-DIH/solr/db/conf/xslt
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/example-DIH/solr/db/conf
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/example-DIH/solr/db
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/example-DIH/solr
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/example-DIH
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr/etc
X%%PORTEXAMPLES%%@dirrm share/examples/apache-solr
552472f08e3ca8d6ab97a3beabd7df0f
echo x - apache-solr/distinfo
sed 's/^X//' >apache-solr/distinfo << '581bf6426cee161c48ba28f33c5dce68'
XMD5 (apache-solr-1.3.0.tgz) = 23774b077598c6440d69016fed5cc810
XSHA256 (apache-solr-1.3.0.tgz) = d3fac9e563deb618c8ca0b126964ebde6a946570c33b9b7e6d12f9ce5b348739
XSIZE (apache-solr-1.3.0.tgz) = 21662661
581bf6426cee161c48ba28f33c5dce68
exit
--- apache-solr-1.3.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list