8137 FreshPorts -- java/jakarta-commons-httpclient
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
jakarta-commons-httpclient 3.1_1 java on this many watch lists=4 search for ports that depend on this port
A package implementing the client side of the HTTP standard
Maintained by: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Oct 2004 13:40:24
Also Listed In: www
License: AL2


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. java/jakarta-commons-logging
  2. java/jakarta-commons-codec
  3. java/openjdk6
  4. devel/apache-ant
Required To Run:
  1. java/jakarta-commons-logging
  2. java/jakarta-commons-codec
  3. java/openjdk6

This port is required by:

for Build for Run

To install the port: cd /usr/ports/java/jakarta-commons-httpclient/ && make install clean
To add the package: pkg_add -r jakarta-commons-httpclient


Configuration Options
     No options to configure

Master Sites:
  1. ftp://apache.rinet.ru/pub/mirror/apache.org/dist/httpcomponents/commons-httpclient/source/
  2. ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/httpcomponents/commons-httpclient/source/
  3. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  4. ftp://ftp.forthnet.gr/pub/www/apache/httpcomponents/commons-httpclient/source/
  5. ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/httpcomponents/commons-httpclient/source/
  6. ftp://ftp.rhnet.is/pub/apache/httpcomponents/commons-httpclient/source/
  7. ftp://ftp.sunet.se/pub/www/servers/apache/dist/httpcomponents/commons-httpclient/source/
  8. ftp://ftp.task.gda.pl/pub/www/apache/dist/httpcomponents/commons-httpclient/source/
  9. ftp://mir1.ovh.net/ftp.apache.org/dist/httpcomponents/commons-httpclient/source/
  10. ftp://sunsite.icm.edu.pl/pub/www/apache/dist/httpcomponents/commons-httpclient/source/
  11. ftp://xenia.sote.hu/pub/mirrors/www.apache.org/httpcomponents/commons-httpclient/source/
  12. http://archive.apache.org/dist/httpcomponents/commons-httpclient/source/
  13. http://ftp.twaren.net/Unix/Web/apache/httpcomponents/commons-httpclient/source/
  14. http://ring.nict.go.jp/archives/net/apache/httpcomponents/commons-httpclient/source/
  15. http://www.apache.org/dist/httpcomponents/commons-httpclient/source/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
12 Mar 2013 10:39:31
Original commit files touched by this commit  3.1_1
ale search for other commits by this committer
Revert last commits and restore previous working fix [1].
Switch to OptionsNG.

PR:		ports/176795 [1]
Submitted by:	Eric Krausser <eric@krausser-edv.de>
20 Feb 2013 09:24:49
Original commit files touched by this commit  3.1_1
ale search for other commits by this committer
Add also LC_ALL, to be sure.

Submitted by:	jkim
19 Feb 2013 11:59:41
Original commit files touched by this commit  3.1_1
ale search for other commits by this committer
Simplify.

Submitted by:	jkim
10 Dec 2012 13:18:29
Original commit files touched by this commit  3.1_1
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
25 Sep 2012 12:55:01
Original commit files touched by this commit  3.1_1
ale search for other commits by this committer
Fix sed substitution by forcing LANG=C.
13 Mar 2012 08:57:19
Original commit files touched by this commit  3.1_1
ale search for other commits by this committer
Fix build with OpenJDK7 and add LICENSE.

PR:             ports/165774
Submitted by:   Volodymyr Kostyrko <c.kworr@gmail.com>
Feature safe:   yes
24 Oct 2011 04:17:38
Original commit files touched by this commit  3.1_1
dougb search for other commits by this committer
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.
21 Jul 2011 05:03:02
Original commit files touched by this commit  3.1_1
linimon search for other commits by this committer
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
20 Mar 2011 12:54:45
Original commit files touched by this commit  3.1_1
miwi search for other commits by this committer
- Get Rid MD5 support
06 Jun 2008 13:38:51
Original commit files touched by this commit  3.1_1
edwin search for other commits by this committer
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)
27 Feb 2008 15:10:54
Original commit files touched by this commit  3.1
ehaupt search for other commits by this committer
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)
28 Oct 2007 08:05:22
Original commit files touched by this commit  3.1
ale search for other commits by this committer
Update to 3.1 release.
17 Jun 2007 12:14:21
Original commit files touched by this commit  3.0.1_1
ale search for other commits by this committer
Fix build.
19 May 2007 20:32:57
Original commit files touched by this commit  3.0.1_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
10 May 2006 15:19:33
Original commit files touched by this commit  3.0.1
ale search for other commits by this committer
Update to 3.0.1 release.
14 Feb 2006 13:56:39
Original commit files touched by this commit  3.0
ale search for other commits by this committer
Update to 3.0 final release.
22 Jan 2006 12:39:58
Original commit files touched by this commit  3.0.r4
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
03 Nov 2005 08:30:15
Original commit files touched by this commit  3.0.r4
ale search for other commits by this committer
Update to 3.0-rc4 release.
17 Oct 2004 13:32:17
Original commit files touched by this commit  2.0.2
ale search for other commits by this committer
Add jakarta-commons-httpclient 2.0.2, a package implementing the client
side of the HTTP standard.

Number of commits found: 19

2850
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 191
Deprecated 460
Ignore 565
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 52
Set to expire 445
Interactive 33
new 24 hours 7
new 48 hours11
new 7 days29
new fortnight85
new month179

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0