6b66 FreshPorts -- www/httpcore
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
httpcore 4.2.4 www on this many watch lists=0 search for ports that depend on this port
Java components implementing the base HTTP protocol
Maintained by: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Sep 2008 08:06:37
Also Listed In: java
License: AL2


The HttpCore components implement the most fundamental aspects of the HTTP
protocol. They are nonetheless sufficient to develop basic client-side and
server-side HTTP services with a minimal footprint and no external
dependencies.

The HttpCore base module contains the public API and the default
implementation based on the Java classic (blocking) I/O model. It requires
a Java 1.3 compatible runtime and has no dependency on any external libraries.

HttpCore NIO extensions contain optional components that leverage the event
driven, non-blocking I/O (NIO) model. HttpCore NIO extensions require a
Java 5.0 compatible runtime and the HttpCore base module. HttpCore NIO
extensions are intended for those usage scenarios where raw throughput is
less important than the ability to handle thousands of simultaneous HTTP
connections in a resource efficient manner.

WWW: http://hc.apache.org/httpcomponents-core/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Run:
  1. java/openjdk6

This port is required by:

for Run

To install the port: cd /usr/ports/www/httpcore/ && make install clean
To add the package: pkg_add -r httpcore


Configuration Options
     No options to configure

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

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 08:25:48
Original commit files touched by this commit  4.2.4
ale search for other commits by this committer
Update to 4.2.4 release.
10 Dec 2012 13:43:44
Original commit files touched by this commit  4.2.3
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
28 Nov 2012 15:18:41
Original commit files touched by this commit  4.2.3
ale search for other commits by this committer
Update to 4.2.3 release.

Feature safe:	yes
24 Sep 2012 14:57:01
Original commit files touched by this commit  4.2.2
ale search for other commits by this committer
Update to 4.2.2 release.
15 Jun 2012 14:28:39
Original commit files touched by this commit  4.2.1
ale search for other commits by this committer
Update to 4.2.1 release.
28 May 2012 13:48:00
Original commit files touched by this commit  4.2
ale search for other commits by this committer
Update to 4.2 release.
09 Jan 2012 15:55:38
Original commit files touched by this commit  4.1.4
ale search for other commits by this committer
Update to 4.1.4 release.
09 Jan 2012 15:41:08
Original commit files touched by this commit  4.1.3
tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
24 Oct 2011 04:17:38
Original commit files touched by this commit  4.1.3
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.
09 Aug 2011 11:55:34
Original commit files touched by this commit  4.1.3
ale search for other commits by this committer
Update to 4.1.3 release.
25 May 2011 15:58:10
Original commit files touched by this commit  4.1.1
ale search for other commits by this committer
Update to 4.1.1 release.
28 Jan 2011 11:58:57
Original commit files touched by this commit  4.1
ale search for other commits by this committer
Update to 4.1 release.

Feature safe:   yes
23 Jun 2009 05:47:08
Original commit files touched by this commit  4.0.1
ale search for other commits by this committer
Update to 4.0.1 release.
09 Apr 2009 07:49:19
Original commit files touched by this commit  4.0
ale search for other commits by this committer
Update to 4.0 final release.
20 Oct 2008 06:29:33
Original commit files touched by this commit  4.0.b3
ale search for other commits by this committer
Update to 4.0-beta3 release.
03 Sep 2008 08:06:18
Original commit files touched by this commit  4.0.b2
ale search for other commits by this committer
The HttpCore components implement the most fundamental aspects of the HTTP
protocol. They are nonetheless sufficient to develop basic client-side and
server-side HTTP services with a minimal footprint and no external
dependencies.

The HttpCore base module contains the public API and the default
implementation based on the Java classic (blocking) I/O model. It requires
a Java 1.3 compatible runtime and has no dependency on any external libraries.

HttpCore NIO extensions contain optional components that leverage the event
driven, non-blocking I/O (NIO) model. HttpCore NIO extensions require a
Java 5.0 compatible runtime and the HttpCore base module. HttpCore NIO
extensions are intended for those usage scenarios where raw throughput is
less important than the ability to handle thousands of simultaneous HTTP
connections in a resource efficient manner.

WWW: http://hc.apache.org/httpcomponents-core/

Number of commits found: 16

2841
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

6 vulnerabilities affecting 28 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 24517
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 29
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days30
new fortnight74
new month205

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