Port details |
- httpasyncclient Java components implementing an asynchronous HTTP client
- 4.1.5 www =2 4.1.5Version of this port present on the latest quarterly branch.
- Maintainer: ale@FreeBSD.org
- Port Added: 2014-02-28 13:13:29
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- 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-asyncclient-4.1.x/
- Description:
- Asynch HttpClient is a HTTP/1.1 compliant HTTP agent implementation based
on HttpCore NIO and HttpClient components. It is a complementary module
to Apache HttpClient intended for special cases where ability to handle a
great number of concurrent connections is more important than performance
in terms of a raw data throughput.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- httpasyncclient>0:www/httpasyncclient
- To install the port:
- cd /usr/ports/www/httpasyncclient/ && make install clean
- To add the package, run one of these commands:
- pkg install www/httpasyncclient
- pkg install httpasyncclient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: httpasyncclient
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1643621110
SHA256 (httpcomponents-asyncclient-4.1.5-bin.tar.gz) = 09564c129b2557003ae376426c2da25f2e114d722a628a0ededf60cbaecdcfa6
SIZE (httpcomponents-asyncclient-4.1.5-bin.tar.gz) = 2325426
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:
-
- httpclient.jar : www/httpclient
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for httpasyncclient-4.1.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_httpasyncclient
- USES:
- cpe java
- 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 |
4.1.5 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
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.1.5 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.1.5 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.1.5 29 Jun 2022 16:33:10 |
Po-Chuan Hsieh (sunpoet) |
www/httpasyncclient: Fix WWW
Approved by: portmgr (blanket) |
4.1.5 31 Jan 2022 12:22:47 |
Alex Dupre (ale) |
www/httpasyncclient: update to 4.1.5 release |
4.1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.4 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.1.4 24 Jul 2018 12:46:13 |
ale |
Update to 4.1.4 release. |
4.1.3 21 Sep 2017 08:31:29 |
ale |
Update to 4.1.3 release. |
4.0.2 13 Jan 2017 16:54:56 |
mat |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight |
4.0.2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
4.0.2 19 May 2015 00:37:55 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
4.0.2 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.0.2 07 Aug 2014 10:30:30 |
ale |
Update to 4.0.2 release. |
4.0.1 28 Feb 2014 13:13:10 |
ale |
Asynch HttpClient is a HTTP/1.1 compliant HTTP agent implementation based
on HttpCore NIO and HttpClient components. It is a complementary module
to Apache HttpClient intended for special cases where ability to handle a
great number of concurrent connections is more important than performance
in terms of a raw data throughput.
WWW: http://hc.apache.org/httpcomponents-asyncclient-4.0.x/ |