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: 2022-11-16 23:07:42
- Commit Hash: 0ac8fd9
- People watching this port, also watch:: rundeck, rubygem-fluent-plugin-file-alternative
- License: MIT
- WWW:
- https://www.rabbitmq.com/
- 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.
See also: https://github.com/alanxz/rabbitmq-c
See also: https://www.amqp.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rabbitmq-c-devel>0:net/rabbitmq-c-devel
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- 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:
-
- py39-simplejson>=2.0 : devel/py-simplejson@py39
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10.0 16 Nov 2022 23:07:42
    |
Dave Cottlehuber (dch)  |
net/rabbitmq-c-devel: remove obsolete -devel variant
Reported by: portscout
Sponsored by: SkunkWerks, GmbH |
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) |
0.10.0 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 ) |
0.10.0 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 ) |
0.10.0 29 Oct 2021 09:50:18
    |
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) |
0.10.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.10.0 29 Mar 2021 09:30:41
  |
dch  |
net/rabbitmq-c-devel: take ownership & update to 0.10.0
ownership change agreed privately over email
Sponsored by: SkunkWerks, GmbH |
0.8.0_1 22 May 2018 13:15:13
  |
mat  |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
0.8.0_1 01 Dec 2017 13:18:37
  |
amdmi3  |
- Remove USES=tar:bzip2 (bogus with USE_GITHUB)
- Add missing USES=ssl
- Remove unnecessary flags
Approved by: portmgr blanket |
0.8.0 09 Nov 2017 15:04:14
  |
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) |
0.7.1 24 Sep 2017 18:49:41
  |
sunpoet  |
Update LICENSE
- Add LICENSE_FILE
Approved by: portmgr (blanket) |
0.7.1 21 Oct 2016 15:21:13
  |
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 |
0.7.1 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.7.1 08 Mar 2016 13:09:12
  |
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 |
0.7.1 07 Dec 2015 14:04:10
  |
olgeni  |
Upgrade to version 0.7.1.
PR: 203736
Submitted by: olgeni
Approved by: maintainer |
0.7.0 21 Jun 2015 13:53:57
  |
olgeni  |
Upgrade to version 0.7.0.
PR: 201004
Submitted by: olgeni
Approved by: maintainer |
0.6.0 23 May 2015 15:43:13
  |
olgeni  |
Upgrade to version 0.6.0.
PR: 199952
Submitted by: olgeni
Approved by: maintainer |
0.5.2 07 May 2015 17:26:06
  |
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 |
0.5.2 07 Nov 2014 19:32:35
  |
pawel  |
- Update to version 0.5.2 [1]
- Convert to options helpers, trim long line
PR: 194579 [1]
Submitted by: maintainer [1] |
0.5.1_1 14 Sep 2014 12:44:23
  |
tijl  |
Remove autotools related bits. Port uses cmake. |
0.5.1 24 Aug 2014 20:58:35
  |
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) |
0.0.1_2 16 Jul 2014 08:26:26
  |
bapt  |
Fix some non default LIB_DEPENDS
With hat: portmgr |
0.0.1_2 29 May 2014 12:00:31
  |
miwi  |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
0.0.1_2 15 Dec 2013 13:56:48
  |
wg  |
net/rabbitmq-c(-devel)?: depends explicitly on "python"
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
0.0.1_2 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.0.1_2 20 Jun 2012 00:16:23
 |
jgh  |
- adopt optionsNG
- while here shift license section (portlint), and use stardard licenses
PR: ports/169245
Submitted by: maintainer, rabbitmq@geoffgarside.co.uk |
0.0.1_2 19 Feb 2012 07:02:58
 |
rm  |
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes. |
0.0.1_2 08 Dec 2011 15:24:56
 |
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 |
0.0.1_2 29 Nov 2011 18:22:19
 |
pav  |
- Mark BROKEN: does not fetch
Reported by: pointyhat
Feature safe: yes |
0.0.1_2 17 Nov 2011 20:12:28
 |
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 |
0.0.1_1 23 Sep 2011 22:26:39
 |
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 |
0.0.1_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.0.1_1 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.0.1_1 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
0.0.1_1 05 Oct 2010 19:57:56
 |
ade  |
Round one migration of ports from automake{19,110} to automake111 |
0.0.1_1 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.0.1 09 Jun 2010 18:21:20
 |
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) |