Port details |
- jakarta-commons-httpclient Package implementing the client side of the HTTP standard
- 3.1_2 java
=3 3.1_2Version of this port present on the latest quarterly branch.
- Maintainer: ale@FreeBSD.org
- Port Added: 2004-10-17 13:40:24
- Last Update: 2019-12-30 09:15:29
- SVN Revision: 521475
- People watching this port, also watch:: screen, libao, python, font-misc-meltho, desktop-file-utils
- Also Listed In: www
- License: APACHE20
- WWW:
- http://jakarta.apache.org/commons/httpclient/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jakarta-commons-httpclient>0:java/jakarta-commons-httpclient
- No installation instructions:
- This port has been deleted.
- PKGNAME: jakarta-commons-httpclient
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (commons-httpclient-3.1-src.tar.gz) = f9a496d3418b0e15894fb351652cd4fa5ca434ebfc3ce3bb8da40defd8b097f2
SIZE (commons-httpclient-3.1-src.tar.gz) = 1882664
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- commons-logging.jar : java/apache-commons-logging
- commons-codec.jar : java/jakarta-commons-codec
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- commons-logging.jar : java/apache-commons-logging
- commons-codec.jar : java/jakarta-commons-codec
- java : java/openjdk8
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for jakarta-commons-httpclient-3.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1_2 30 Dec 2019 09:15:29 |
ale |
Rename my jakarta- ports to apache- |
3.1_2 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
3.1_2 06 Oct 2019 19:08:14 |
pfg |
rename most cases of jakarta- to apache-
The Apache Softare Foundation used to maintain an umbrella project named
Jakarta but it was retired on 2011. This name now conflicts with the new
name for Java EE under the Eclipse Foundation.
Rename most of the packages to be more consistent. Some other packages remain
but they will require intervention by their corresponding maintainers.
Approved by: thierry (mentor), makc
Differential Revision: https://reviews.freebsd.org/D21902 |
3.1_1 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.1_1 13 Jan 2017 16:54:56 |
mat |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight |
3.1_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
3.1_1 08 Dec 2015 18:58:15 |
amdmi3 |
- Add NO_ARCH
- Switch to options helpers
Approved by: portmgr blanket |
3.1_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.1_1 09 Apr 2015 21:03:56 |
robak |
java/jakarta-commons-httpclient: add CPE information
- Maintainer's timeout (ale@FreeBSD.org)
PR: 198970
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
3.1_1 05 Jul 2014 19:27:04 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
3.1_1 12 May 2014 15:51:11 |
ale |
Stagify. |
3.1_1 21 Feb 2014 13:37:41 |
ehaupt |
Remove trailing whitespaces from category java |
3.1_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.1_1 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
3.1_1 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
3.1_1 12 Mar 2013 10:39:31 |
ale |
Revert last commits and restore previous working fix [1].
Switch to OptionsNG.
PR: ports/176795 [1]
Submitted by: Eric Krausser <eric@krausser-edv.de> |
3.1_1 20 Feb 2013 09:24:49 |
ale |
Add also LC_ALL, to be sure.
Submitted by: jkim |
3.1_1 19 Feb 2013 11:59:41 |
ale |
Simplify.
Submitted by: jkim |
3.1_1 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
3.1_1 25 Sep 2012 12:55:01 |
ale |
Fix sed substitution by forcing LANG=C. |
3.1_1 13 Mar 2012 08:57:19 |
ale |
Fix build with OpenJDK7 and add LICENSE.
PR: ports/165774
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
Feature safe: yes |
3.1_1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
3.1_1 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
3.1_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.1_1 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.1 27 Feb 2008 15:10:54 |
ehaupt |
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon) |
3.1 28 Oct 2007 08:05:22 |
ale |
Update to 3.1 release. |
3.0.1_1 17 Jun 2007 12:14:21 |
ale |
Fix build. |
3.0.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.0.1 10 May 2006 15:19:33 |
ale |
Update to 3.0.1 release. |
3.0 14 Feb 2006 13:56:39 |
ale |
Update to 3.0 final release. |
3.0.r4 22 Jan 2006 12:39:58 |
edwin |
SHA256ify
Approved by: krion@ |
3.0.r4 03 Nov 2005 08:30:15 |
ale |
Update to 3.0-rc4 release. |
2.0.2 17 Oct 2004 13:32:17 |
ale |
Add jakarta-commons-httpclient 2.0.2, a package implementing the client
side of the HTTP standard. |