Port details |
- lavinmq Next-generation AMQP 0.9.1 based message broker
- 1.2.14 net =2 1.2.14Version of this port present on the latest quarterly branch.
- Maintainer: dch@FreeBSD.org
- Port Added: 2023-01-11 22:15:04
- Last Update: 2024-06-21 09:26:20
- Commit Hash: 8ad98ba
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://www.lavinmq.com/
- Description:
- LavinMQ is a message queue server, also called a message broker, compatible
with the AMQP0.9 spec, where messages are published by a sending service called
a producer, via the broker, to then be consumed by the receiving service called
a consumer. When not handling messages, the queue can route, buffer, and
persist the messages according to rules set up by the user.
Messages can be sent across languages, platforms, and OS, which decouple
processes and creates a highly scalable system. lavinmq, as queue management
software, gives an organized, safe place for messages to wait until another
application or part of the system can come along and consume them for
processing.
lavinmq is written in Crystal, a statically compiled LLVM-based
language with a ruby-like syntax.
- ¦ ¦ ¦ ¦
- 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/net/lavinmq/ && make install clean
- To add the package, run one of these commands:
- pkg install net/lavinmq
- pkg install lavinmq
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lavinmq
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718876848
SHA256 (cloudamqp-lavinmq-v1.2.14_GH0.tar.gz) = cdf14de7c31a70e69e4f79d3a45622b6bd798ba7663209985e4e27b1e19a8ef9
SIZE (cloudamqp-lavinmq-v1.2.14_GH0.tar.gz) = 413101
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:
-
- crystal : lang/crystal
- help2man : misc/help2man
- shards : devel/shards
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lavinmq-1.2.14:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_lavinmq
- USES:
- pkgconfig ssl:build
- 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 |
1.2.14 21 Jun 2024 09:26:20 |
Dave Cottlehuber (dch) |
net/lavinmq: update to v1.2.14
- https://github.com/cloudamqp/lavinmq/blob/main/CHANGELOG.md#1214---2024-06-15
Sponsored by: SkunkWerks, GmbH |
1.2.9 18 Feb 2024 00:06:28 |
Dave Cottlehuber (dch) |
net/lavinmq: update to v1.2.9 |
1.2.5 10 Jan 2024 15:38:05 |
Dave Cottlehuber (dch) |
net/lavinmq: update to 1.2.5, unbreak newer OpenSSL
14.0-RELEASE and up have OpenSSL 3.0, fix build. |
1.1.4_1 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.1.4 15 Oct 2023 11:37:00 |
Bernard Spil (brnrd) |
security/openssl: Update BROKEN in ports referring to openssl3*
* via FreeBSD 14 stanza
Reported by: bofh |
1.1.4 18 Aug 2023 19:42:05 |
Muhammad Moinur Rahman (bofh) |
net/lavinmq: Mark BROKEN with OpenSSL 3 and later
Fails to compile with:
ld: error: undefined symbol: EVP_MD_size
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.1.4 26 Jul 2023 17:47:05 |
Muhammad Moinur Rahman (bofh) |
net/lavinmq: Fix build with openssl3
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.1.4 18 Jul 2023 11:06:57 |
Dave Cottlehuber (dch) |
net/lavinmq: update to 1.1.4
- breaks on 14.0 now due to OpenSSL 3.0
- pet port{lint, clippy, fmt} while here
PR: 272080 |
1.0.1 08 Apr 2023 21:13:52 |
Dave Cottlehuber (dch) |
net/lavinmq: update to 1.0.1
https://github.com/cloudamqp/lavinmq/blob/main/CHANGELOG.md |
1.0.0.b.8_1 20 Feb 2023 17:34:18 |
Stefan Eßer (se) |
net/lavinmq: Remove obsolete WWW: lines from pkg-descr
The WWW: lines at the end of pkg-descr files has been replaced
by the WWW macro in the ports' Makefiles on September 7, 2022
(see commit b7f05445c00f26 for details).
Approved by: portmgr (implicit) |
1.0.0.b.8_1 23 Jan 2023 18:24:09 |
Dave Cottlehuber (dch) |
net/lavinmq: bump deps to enable perf testing |
1.0.0.b.8 11 Jan 2023 22:09:36 |
Dave Cottlehuber (dch) |
net/lavinmq: new port AMQP-compliant message broker
High performance AMQP-0.9.1 compatible, written in Crystal.
Differential Revision: https://reviews.freebsd.org/D31410 |