summaryrefslogtreecommitdiff
path: root/java/jakarta-commons-httpclient
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2019-12-30 09:15:29 +0000
committerAlex Dupre <ale@FreeBSD.org>2019-12-30 09:15:29 +0000
commit948a28f6b6f0d035c764e9e3d63f1c4a88f776b5 (patch)
tree1d63bbbaeb612909f6da0728bd54d8d719025329 /java/jakarta-commons-httpclient
parentdevel/catch: update to 2.11.1 (diff)
Rename my jakarta- ports to apache-
Diffstat (limited to 'java/jakarta-commons-httpclient')
-rw-r--r--java/jakarta-commons-httpclient/Makefile55
-rw-r--r--java/jakarta-commons-httpclient/distinfo2
-rw-r--r--java/jakarta-commons-httpclient/files/patch-build.xml18
-rw-r--r--java/jakarta-commons-httpclient/pkg-descr11
4 files changed, 0 insertions, 86 deletions
diff --git a/java/jakarta-commons-httpclient/Makefile b/java/jakarta-commons-httpclient/Makefile
deleted file mode 100644
index 2a63aeb6aaad..000000000000
--- a/java/jakarta-commons-httpclient/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= commons-httpclient
-DISTVERSION= 3.1
-PORTREVISION= 2
-CATEGORIES= java www
-MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/source
-PKGNAMEPREFIX= jakarta-
-DISTNAME= ${PORTNAME}-${DISTVERSION}-src
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= Package implementing the client side of the HTTP standard
-
-LICENSE= APACHE20
-
-BUILD_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging
-BUILD_DEPENDS+= ${JAVALIBDIR}/commons-codec.jar:java/jakarta-commons-codec
-RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging
-RUN_DEPENDS+= ${JAVALIBDIR}/commons-codec.jar:java/jakarta-commons-codec
-
-OPTIONS_DEFINE= DOCS
-
-USES+= cpe
-CPE_VENDOR= apache
-USE_JAVA= yes
-USE_ANT= yes
-MAKE_ENV= ANT_INCLUDE_SHARED_JARS=YES
-NO_ARCH= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
-ALL_TARGET= dist
-
-PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
-
-PORTDOCS= *
-
-post-patch:
- @${REINPLACE_CMD} 's/Ortwin Gl.*ck/Ortwin Glueck/' \
- ${WRKSRC}/src/java/org/apache/commons/httpclient/*.java \
- ${WRKSRC}/src/java/org/apache/commons/httpclient/*/*.java
-
-do-install:
- @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..."
- @${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}/
- @${ECHO_MSG} " [DONE]"
-
-do-install-DOCS-on:
- @${ECHO_MSG} -n ">> Installing documentation..."
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @cd ${WRKSRC}/dist/docs && ${FIND} api \
- | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1
- @${ECHO_MSG} " [DONE]"
-
-.include <bsd.port.mk>
diff --git a/java/jakarta-commons-httpclient/distinfo b/java/jakarta-commons-httpclient/distinfo
deleted file mode 100644
index d6a8d51ce9ab..000000000000
--- a/java/jakarta-commons-httpclient/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (commons-httpclient-3.1-src.tar.gz) = f9a496d3418b0e15894fb351652cd4fa5ca434ebfc3ce3bb8da40defd8b097f2
-SIZE (commons-httpclient-3.1-src.tar.gz) = 1882664
diff --git a/java/jakarta-commons-httpclient/files/patch-build.xml b/java/jakarta-commons-httpclient/files/patch-build.xml
deleted file mode 100644
index 98ba3dfbfef7..000000000000
--- a/java/jakarta-commons-httpclient/files/patch-build.xml
+++ /dev/null
@@ -1,18 +0,0 @@
---- build.xml.orig 2007-10-28 09:00:18.000000000 +0100
-+++ build.xml 2007-10-28 09:00:37.000000000 +0100
-@@ -184,13 +184,13 @@
- optimize ="${compile.optimize}">
- <classpath refid="compile.classpath"/>
- </javac>
-- <javac srcdir ="${source.home}/examples"
-+ <!--javac srcdir ="${source.home}/examples"
- destdir ="${build.home}/examples"
- debug ="${compile.debug}"
- deprecation ="${compile.deprecation}"
- optimize ="${compile.optimize}">
- <classpath refid="compile.classpath"/>
-- </javac>
-+ </javac-->
- </target>
-
- <target name="compile.tests" depends="compile"
diff --git a/java/jakarta-commons-httpclient/pkg-descr b/java/jakarta-commons-httpclient/pkg-descr
deleted file mode 100644
index e597cfa2b350..000000000000
--- a/java/jakarta-commons-httpclient/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-The Jakarta Commons HttpClient component provides an efficient, up-to-date,
-and feature-rich package implementing the client side of the most recent HTTP
-standards and recommendations.
-
-Designed for extension while providing robust support for the base HTTP
-protocol, the HttpClient component may be of interest to anyone building
-HTTP-aware client applications such as web browsers, web service clients,
-or systems that leverage or extend the HTTP protocol for distributed
-communication.
-
-WWW: http://jakarta.apache.org/commons/httpclient/