1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

remove outdated solr3

solr3 was left while this apache solr continued to be updated to the
latest version (8 at the time of the commit) and the in between versions
have been removed from the ports tree.

Approved by:	Hung-Yi Chen <gaod@hychen.org> (maintainer by mail)
This commit is contained in:
Baptiste Daroussin 2019-07-13 04:33:47 +00:00
parent 509ee0490b
commit 21dc73dc83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506503
6 changed files with 1 additions and 66 deletions

1
MOVED
View File

@ -12845,3 +12845,4 @@ www/palemoon||2019-07-03|Not maintained and full of security holes
www/seamonkey||2019-07-03|2.49.* is not maintained upstream and full of security holes
www/tomcat8||2019-07-06|Has expired: EoL since 2018-06-30
devel/libevent-hiphop||2019-07-10|Has expired: Obsoleted with removal of lang/hiphop-php
textproc/apache-solr3|textproc/apache-solr|2019-07-12|Obsolete

View File

@ -43,7 +43,6 @@
SUBDIR += antiword
SUBDIR += apache-poi
SUBDIR += apache-solr
SUBDIR += apache-solr3
SUBDIR += apertium
SUBDIR += archmage
SUBDIR += artha

View File

@ -1,34 +0,0 @@
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= apache-solr
PORTVERSION= 3.6.2
CATEGORIES= textproc java
MASTER_SITES= APACHE/lucene/solr/${PORTVERSION}
PKGNAMESUFFIX= 3
MAINTAINER= gaod@hychen.org
COMMENT= High performance search server built using Lucene Java
LICENSE= APACHE20
CONFLICT= apache-solr-4.1.*
JAVA_VERSION= 1.6+
NO_BUILD= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
USE_JAVA= yes
PORTEXAMPLES= *
USES= cpe tar:tgz
CPE_PRODUCT= solr
CPE_VENDOR= apache
NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES
do-install:
cd ${WRKSRC}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${JAVAJARDIR}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "-not -empty"
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (apache-solr-3.6.2.tgz) = 537426dcbdd0dc82dd5bf16b48b6bcaf87cb4049c1245eea8dcb79eeaf3e7ac6
SIZE (apache-solr-3.6.2.tgz) = 87268464

View File

@ -1,7 +0,0 @@
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/

View File

@ -1,22 +0,0 @@
%%JAVAJARDIR%%/apache-solr-%%PORTVERSION%%.war
%%JAVAJARDIR%%/apache-solr-analysis-extras-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-cell-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-clustering-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-core-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-dataimporthandler-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-dataimporthandler-extras-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-langid-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-solrj-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-test-framework-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-uima-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/apache-solr-velocity-%%PORTVERSION%%.jar
%%JAVAJARDIR%%/solrj-lib/commons-codec-1.6.jar
%%JAVAJARDIR%%/solrj-lib/commons-httpclient-3.1.jar
%%JAVAJARDIR%%/solrj-lib/commons-io-2.1.jar
%%JAVAJARDIR%%/solrj-lib/geronimo-stax-api_1.0_spec-1.0.1.jar
%%JAVAJARDIR%%/solrj-lib/jcl-over-slf4j-1.6.1.jar
%%JAVAJARDIR%%/solrj-lib/slf4j-api-1.6.1.jar
%%JAVAJARDIR%%/solrj-lib/wstx-asl-3.2.7.jar
%%JAVAJARDIR%%/solrj-lib/optional/httpclient-4.1.3.jar
%%JAVAJARDIR%%/solrj-lib/optional/httpcore-4.1.4.jar
%%JAVAJARDIR%%/solrj-lib/optional/httpmime-4.1.3.jar