Port details |
- httpcore Java components implementing the base HTTP protocol
- 4.4.13 www =2 4.4.13Version of this port present on the latest quarterly branch.
- Maintainer: ale@FreeBSD.org
- Port Added: 2008-09-03 08:06:37
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: APACHE20
- WWW:
- https://hc.apache.org/httpcomponents-core-4.4.x/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/httpcore/ && make install clean
- To add the package, run one of these commands:
- pkg install www/httpcore
- pkg install httpcore
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: httpcore
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1578990595
SHA256 (httpcomponents-core-4.4.13-bin.tar.gz) = 1ea3a6702d13dcd8fd2208283b43fe8a122ef6bf89f1c62cc50497ba27da9d2c
SIZE (httpcomponents-core-4.4.13-bin.tar.gz) = 1338404
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- commons-cli.jar : java/apache-commons-cli
- java : java/openjdk8
- This port is required by:
- for Run
-
- www/httpclient
- www/jmeter
Configuration Options:
- ===> The following configuration options are available for httpcore-4.4.13:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_httpcore
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.4.13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.4.13 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
4.4.13 29 Jun 2022 16:33:11 |
Po-Chuan Hsieh (sunpoet) |
www/httpcore: Fix WWW
Approved by: portmgr (blanket) |
4.4.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.13 14 Jan 2020 08:31:10 |
ale |
Update to 4.4.13 release. |
4.4.12 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 |
4.4.12 06 Oct 2019 21:37:58 |
antoine |
Fix dependencies |
4.4.12 30 Sep 2019 14:45:42 |
ale |
Update to 4.4.12 release. |
4.4.11 18 Jan 2019 14:00:40 |
ale |
Update to 4.4.11 release. |
4.4.10 24 Jul 2018 12:45:31 |
ale |
Update to 4.4.10 release. |
4.4.9 23 Jan 2018 14:41:26 |
ale |
Update to 4.4.9 release. |
4.4.8 23 Oct 2017 15:09:04 |
ale |
Update to 4.4.8 release. |
4.4.7 21 Sep 2017 08:30:58 |
ale |
Update to 4.4.7 release. |
4.3.3 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 |
4.3.3 30 Dec 2014 09:52:07 |
ale |
Update to 4.3.3 release. |
4.3.2 27 Feb 2014 13:19:50 |
ale |
Fix link. |
4.3.2 17 Feb 2014 13:24:44 |
ale |
Update to 4.3.2 release. |
4.3.1 01 Feb 2014 10:21:52 |
ale |
Update to 4.3.1 release and stagify (javadoc not in tarball anymore). |
4.3 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@) |
4.3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
4.3 12 Aug 2013 15:40:24 |
ale |
Update to 4.3 release. |
4.2.4 29 Mar 2013 08:25:48 |
ale |
Update to 4.2.4 release. |
4.2.3 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
4.2.3 28 Nov 2012 15:18:41 |
ale |
Update to 4.2.3 release.
Feature safe: yes |
4.2.2 24 Sep 2012 14:57:01 |
ale |
Update to 4.2.2 release. |
4.2.1 15 Jun 2012 14:28:39 |
ale |
Update to 4.2.1 release. |
4.2 28 May 2012 13:48:00 |
ale |
Update to 4.2 release. |
4.1.4 09 Jan 2012 15:55:38 |
ale |
Update to 4.1.4 release. |
4.1.3 09 Jan 2012 15:41:08 |
tabthorpe |
- 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 |
4.1.3 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. |
4.1.3 09 Aug 2011 11:55:34 |
ale |
Update to 4.1.3 release. |
4.1.1 25 May 2011 15:58:10 |
ale |
Update to 4.1.1 release. |
4.1 28 Jan 2011 11:58:57 |
ale |
Update to 4.1 release.
Feature safe: yes |
4.0.1 23 Jun 2009 05:47:08 |
ale |
Update to 4.0.1 release. |
4.0 09 Apr 2009 07:49:19 |
ale |
Update to 4.0 final release. |
4.0.b3 20 Oct 2008 06:29:33 |
ale |
Update to 4.0-beta3 release. |
4.0.b2 03 Sep 2008 08:06:18 |
ale |
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/ |