Port details |
- haproxy24 Reliable, high performance TCP/HTTP load balancer
- 2.4.27 net =2 2.4.27Version of this port present on the latest quarterly branch.
- Maintainer: demon@FreeBSD.org
- Port Added: 2022-01-12 09:00:05
- Last Update: 2024-06-19 13:46:19
- Commit Hash: 4ec78f0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: GPLv2 LGPL21
- WWW:
- https://www.haproxy.org
- Description:
- HAProxy is a free, very fast and reliable solution offering high
availability, load balancing, and proxying for TCP and HTTP-based
applications. It is particularly suited for web sites crawling under
very high loads while needing persistence or Layer7 processing.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- haproxy24>0:net/haproxy24
- Conflicts:
- CONFLICTS_INSTALL:
- haproxy-devel
- haproxy17
- haproxy18
- haproxy20
- haproxy-lua
- To install the port:
- cd /usr/ports/net/haproxy24/ && make install clean
- To add the package, run one of these commands:
- pkg install net/haproxy24
- pkg install haproxy24
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: haproxy24
- Package flavors (<flavor>: <package>)
- default: haproxy24
- lua: haproxy24-lua
- distinfo:
- TIMESTAMP = 1718804478
SHA256 (haproxy-2.4.27.tar.gz) = 61ec3221942c3fd379aa0cecf65c28c3af3e5513535eed73beda99ca89ad0346
SIZE (haproxy-2.4.27.tar.gz) = 3671596
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libpcre.so : devel/pcre
- This port is required by:
- for Run
-
- security/caldera
- security/caldera4
Configuration Options:
- ===> The following configuration options are available for haproxy24-2.4.27:
DEVICEATLAS=off: DeviceAtlas Device Detection support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
LUA=off: Lua scripting language support
OPENSSL=on: SSL/TLS support via OpenSSL
PROMEX=on: Enable Prometheus exporter
====> Use Perl Compatible Regular Expressions: you can only select none or one of them
DPCRE=off: Link dynamically
SPCRE=on: Link statically
===> Use 'make config' to modify these settings
- Options name:
- net_haproxy24
- USES:
- compiler:c++11-lang cpe gmake ssl
- 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 |
2.4.27 19 Jun 2024 13:46:19 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.27. |
2.4.26 09 Apr 2024 19:23:28 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.26. |
2.4.25_1 02 Apr 2024 12:39:03 |
Dmitry Sivachenko (demon) |
net/haproxy: fix build on recent -current.
Submitted by: brooks |
2.4.25_1 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.4.25 14 Dec 2023 14:15:13 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.25. |
2.4.24 11 Oct 2023 18:26:49 |
Piotr Kubaj (pkubaj) |
net/haproxy24: add back USE_LIBATOMIC= for powerpc
Still needed to build. |
2.4.24 25 Aug 2023 19:29:38 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.24. |
2.4.23 12 Aug 2023 01:37:49 |
Piotr Kubaj (pkubaj) |
net/haproxy: drop not necessary powerpc conditional |
2.4.23 09 Jun 2023 13:59:50 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.23. |
2.4.22_1 23 May 2023 18:54:21 |
Ryan Steinmetz (zi) |
net/haproxy2*: Add FIB support to multiple-profile smarts
- Bump PORTREVISION
PR: 271585
Approved by: maintainer (demon@) |
2.4.22 14 Feb 2023 16:52:23 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.22. |
2.4.21 31 Jan 2023 10:26:36 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.21. |
2.4.20 09 Dec 2022 11:37:56 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.20 |
2.4.19 29 Sep 2022 08:38:32 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.19. |
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) |
2.4.18 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 ) |
2.4.18 27 Jul 2022 20:25:36 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.18 |
2.4.17 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.4.17 17 May 2022 11:07:32 |
Dmitry Sivachenko (demon) |
net/haproxy: remove ports for obsoleted versions 1.9 and 2.1. |
2.4.17 17 May 2022 10:58:56 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.17 |
2.4.16 30 Apr 2022 15:27:50 |
Dmitry Sivachenko (demon) |
net/haproxy: Enable prometheus exporter by default.
PR: 263629
Submitted by: Sascha Biberhofer <ports@skyforge.at> |
2.4.16 29 Apr 2022 14:14:08 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.16. |
2.4.15 15 Mar 2022 09:05:52 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.15. |
2.4.14 25 Feb 2022 21:55:37 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.14. |
2.4.13 16 Feb 2022 19:39:07 |
Dmitry Sivachenko (demon) |
net/haproxy24: update to version 2.4.13. |
2.4.12 12 Jan 2022 15:23:37 |
Antoine Brodin (antoine) |
net/haproxy24: fix PKGBASE collision |
2.4.12 12 Jan 2022 08:58:13 |
Dmitry Sivachenko (demon) |
net/haproxy: copy to haproxy24. |