Port details |
- rabbitmq-c-devel RabbitMQ C AMQP client library
- 0.10.0 net
=1 0.10.0Version of this port present on the latest quarterly branch. - Maintainer: dch@FreeBSD.org
 - Port Added: 2010-06-09 18:22:06
- Last Update: 2021-10-29 09:50:18
- Commit Hash: 819f25b
- People watching this port, also watch:: zrep
- License: MIT
- Description:
- This is a C-language AMQP client library for use with AMQP servers
speaking protocol versions 0-8 and 0-9-1. This port only speaks the
0-9-1 protocol version, for 0-8 use net/rabbitmq-c.
WWW: https://github.com/alanxz/rabbitmq-c
WWW: http://www.rabbitmq.com/
WWW: http://www.amqp.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- rabbitmq-c-devel>0:net/rabbitmq-c-devel
- For LIB depends:
- librabbitmq.so:net/rabbitmq-c-devel
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/net/rabbitmq-c-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install net/rabbitmq-c-devel
- pkg install rabbitmq-c-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rabbitmq-c-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1607644490
SHA256 (alanxz-rabbitmq-c-v0.10.0_GH0.tar.gz) = 6455efbaebad8891c59f274a852b75b5cc51f4d669dfc78d2ae7e6cc97fcd8c0
SIZE (alanxz-rabbitmq-c-v0.10.0_GH0.tar.gz) = 145361
- 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:
-
- py38-simplejson>=2.0 : devel/py-simplejson@py38
- cmake : devel/cmake
- ninja : devel/ninja
- python3.8 : lang/python38
- Runtime dependencies:
-
- python3.8 : lang/python38
- This port is required by:
- for Libraries
-
- net/opensips31
- net/pecl-amqp
- Configuration Options:
- ===> The following configuration options are available for rabbitmq-c-devel-0.10.0:
POPT=off: Popt support in tools
===> Use 'make config' to modify these settings
- Options name:
- net_rabbitmq-c-devel
- USES:
- cmake pathfix python ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Oct 2021 09:50:18 0.10.0
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 0.10.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Mar 2021 09:30:41
0.10.0
|
dch  |
net/rabbitmq-c-devel: take ownership & update to 0.10.0
ownership change agreed privately over email
Sponsored by: SkunkWerks, GmbH |
22 May 2018 13:15:13
0.8.0_1 
|
mat  |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
01 Dec 2017 13:18:37
0.8.0_1 
|
amdmi3  |
- Remove USES=tar:bzip2 (bogus with USE_GITHUB)
- Add missing USES=ssl
- Remove unnecessary flags
Approved by: portmgr blanket |
09 Nov 2017 15:04:14
0.8.0 
|
rodrigo  |
Update v0.8.0
The 0.7.1 is very very outdated, 2 years ago. 0.8.0 was relesed in 2016
Added:
SSL: peer certificate and hostname validation improvements
SSL: the desire SSL version range can now be specified
SSL: SSLv2, and SSLv3 have been disabled by default
Fixed issues:
Rabbitmq-c may block when attempting to close an SSL socket
amqp_parse_url does not correctly initialize default parameters
x509 objects are leaked in verify_hostname
TCP_NOPUSH doesn't work under cygwin
Deprecated:
SSL: amqp_ssl_socket_set_verify is being replaced by
amqp_ssl_socket_set_verify_peer and amqp_ssl_socket_set_verify_hostname
Removed:
OpenVMS build system and related files.
Unmaintained PolarSSL, CyaSSL, and gnuTLS SSL backends
PR: 223544
Submitted by: loic.blot@unix-experience.fr
Approved by: freebsd@geoffgarside.co.uk (maintainer) |
24 Sep 2017 18:49:41
0.7.1 
|
sunpoet  |
Update LICENSE
- Add LICENSE_FILE
Approved by: portmgr (blanket) |
21 Oct 2016 15:21:13
0.7.1 
|
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
01 Apr 2016 14:16:20
0.7.1 
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
08 Mar 2016 13:09:12
0.7.1 
|
mat  |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
07 Dec 2015 14:04:10
0.7.1 
|
olgeni  |
Upgrade to version 0.7.1.
PR: 203736
Submitted by: olgeni
Approved by: maintainer |
21 Jun 2015 13:53:57
0.7.0 
|
olgeni  |
Upgrade to version 0.7.0.
PR: 201004
Submitted by: olgeni
Approved by: maintainer |
23 May 2015 15:43:13
0.6.0 
|
olgeni  |
Upgrade to version 0.6.0.
PR: 199952
Submitted by: olgeni
Approved by: maintainer |
07 May 2015 17:26:06
0.5.2 
|
mat  |
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
07 Nov 2014 19:32:35
0.5.2 
|
pawel  |
- Update to version 0.5.2 [1]
- Convert to options helpers, trim long line
PR: 194579 [1]
Submitted by: maintainer [1] |
14 Sep 2014 12:44:23
0.5.1_1 
|
tijl  |
Remove autotools related bits. Port uses cmake. |
24 Aug 2014 20:58:35
0.5.1 
|
pi  |
net/rabbitmq-c-devel: 0.0.1 -> 0.5.1
https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md
PR: 186690
Submitted by: landsidel.allen@gmail.com
Approved by: portmgr blanket (staging) |
16 Jul 2014 08:26:26
0.0.1_2 
|
bapt  |
Fix some non default LIB_DEPENDS
With hat: portmgr |
29 May 2014 12:00:31
0.0.1_2 
|
miwi  |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
15 Dec 2013 13:56:48
0.0.1_2 
|
wg  |
net/rabbitmq-c(-devel)?: depends explicitly on "python"
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
20 Sep 2013 22:10:25
0.0.1_2 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
20 Jun 2012 00:16:23
0.0.1_2 
|
jgh  |
- adopt optionsNG
- while here shift license section (portlint), and use stardard licenses
PR: ports/169245
Submitted by: maintainer, rabbitmq@geoffgarside.co.uk |
19 Feb 2012 07:02:58
0.0.1_2 
|
rm  |
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes. |
08 Dec 2011 15:24:56
0.0.1_2 
|
novel  |
Un-break by fixing distinfo. Distfile change was confirmed by
upstream and is caused by upgrading of hgweb application serving these
files.
PR: 163108
Submitted by: Geoff Garside (maintainer)
Feature safe: yes |
29 Nov 2011 18:22:19
0.0.1_2 
|
pav  |
- Mark BROKEN: does not fetch
Reported by: pointyhat
Feature safe: yes |
17 Nov 2011 20:12:28
0.0.1_2 
|
pawel  |
Update to changeset cbeb2f3c3e6d
PR: ports/160824
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by: maintainer (with his improvements)
Feature safe: yes |
23 Sep 2011 22:26:39
0.0.1_1 
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
20 Mar 2011 12:54:45
0.0.1_1 
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.0.1_1 
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
0.0.1_1 
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
0.0.1_1 
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
0.0.1_1 
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
09 Jun 2010 18:21:20
0.0.1 
|
jacula  |
This is a C-language AMQP client library for use with AMQP servers
speaking protocol versions 0-8 and 0-9-1. This port only speaks the
0-9-1 protocol version, for 0-8 use net/rabbitmq-c.
- <http://www.rabbitmq.com/>
- <http://www.amqp.org/>
- <http://hg.rabbitmq.com/rabbitmq-c>
WWW: http://hg.rabbitmq.com/rabbitmq-c
PR: ports/145260
Submitted by: Geoff Garside <rabbitmq@geoffgarside.co.uk>
Approved by: pgj (mentor) |