svn commit: r499824 - in head/devel: . amqp-cpp amqp-cpp/files
Kirill Ponomarev
krion at FreeBSD.org
Wed Apr 24 09:25:49 UTC 2019
Author: krion
Date: Wed Apr 24 09:25:47 2019
New Revision: 499824
URL: https://svnweb.freebsd.org/changeset/ports/499824
Log:
AMQP-CPP is a C++ library for communicating with a RabbitMQ message
broker.
Submitted by: aleksandr.fedorov at vstack_dot_com
Added:
head/devel/amqp-cpp/
head/devel/amqp-cpp/Makefile (contents, props changed)
head/devel/amqp-cpp/distinfo (contents, props changed)
head/devel/amqp-cpp/files/
head/devel/amqp-cpp/files/patch-src_linux__tcp_includes.h (contents, props changed)
head/devel/amqp-cpp/pkg-descr (contents, props changed)
head/devel/amqp-cpp/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Apr 24 09:01:22 2019 (r499823)
+++ head/devel/Makefile Wed Apr 24 09:25:47 2019 (r499824)
@@ -105,6 +105,7 @@
SUBDIR += amd64-binutils
SUBDIR += amd64-gcc
SUBDIR += amd64-xtoolchain-gcc
+ SUBDIR += amqp-cpp
SUBDIR += android-tools-adb
SUBDIR += android-tools-fastboot
SUBDIR += android-tools-simpleperf
Added: head/devel/amqp-cpp/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/amqp-cpp/Makefile Wed Apr 24 09:25:47 2019 (r499824)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= AMQP-CPP
+DISTVERSIONPREFIX= v
+DISTVERSION= 4.1.4
+CATEGORIES= devel
+
+MAINTAINER= aleksandr.fedorov at itglobal.com
+COMMENT= C++ library for asynchronous non-blocking communication with RabbitMQ
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cmake compiler:c++11-lib
+USE_LDCONFIG= yes
+
+CMAKE_ON= AMQP-CPP_LINUX_TCP AMQP-CPP_BUILD_SHARED
+
+USE_GITHUB= yes
+GH_ACCOUNT= CopernicaMarketingSoftware
+
+.include <bsd.port.mk>
Added: head/devel/amqp-cpp/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/amqp-cpp/distinfo Wed Apr 24 09:25:47 2019 (r499824)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1555487571
+SHA256 (CopernicaMarketingSoftware-AMQP-CPP-v4.1.4_GH0.tar.gz) = 1e0d070d980e44a2293a94c416b5690ffc529e0246cc2ef079dec59773b9708b
+SIZE (CopernicaMarketingSoftware-AMQP-CPP-v4.1.4_GH0.tar.gz) = 143444
Added: head/devel/amqp-cpp/files/patch-src_linux__tcp_includes.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/amqp-cpp/files/patch-src_linux__tcp_includes.h Wed Apr 24 09:25:47 2019 (r499824)
@@ -0,0 +1,10 @@
+--- src/linux_tcp/includes.h.orig 2019-04-24 08:29:32 UTC
++++ src/linux_tcp/includes.h
+@@ -14,6 +14,7 @@
+ #include <sys/socket.h>
+ #include <netdb.h>
+ #include <unistd.h>
++#include <netinet/in.h>
+ #include <netinet/tcp.h>
+
+ // utility classes
Added: head/devel/amqp-cpp/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/amqp-cpp/pkg-descr Wed Apr 24 09:25:47 2019 (r499824)
@@ -0,0 +1,3 @@
+AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker.
+
+WWW: https://github.com/CopernicaMarketingSoftware/AMQP-CPP
Added: head/devel/amqp-cpp/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/amqp-cpp/pkg-plist Wed Apr 24 09:25:47 2019 (r499824)
@@ -0,0 +1,63 @@
+cmake/amqpcppConfig-%%CMAKE_BUILD_TYPE%%.cmake
+cmake/amqpcppConfig.cmake
+include/amqpcpp.h
+include/amqpcpp/address.h
+include/amqpcpp/addresses.h
+include/amqpcpp/array.h
+include/amqpcpp/booleanset.h
+include/amqpcpp/buffer.h
+include/amqpcpp/bytebuffer.h
+include/amqpcpp/callbacks.h
+include/amqpcpp/channel.h
+include/amqpcpp/channelimpl.h
+include/amqpcpp/classes.h
+include/amqpcpp/connection.h
+include/amqpcpp/connectionhandler.h
+include/amqpcpp/connectionimpl.h
+include/amqpcpp/copiedbuffer.h
+include/amqpcpp/decimalfield.h
+include/amqpcpp/deferred.h
+include/amqpcpp/deferredcancel.h
+include/amqpcpp/deferredconfirm.h
+include/amqpcpp/deferredconsumer.h
+include/amqpcpp/deferreddelete.h
+include/amqpcpp/deferredextreceiver.h
+include/amqpcpp/deferredget.h
+include/amqpcpp/deferredpublisher.h
+include/amqpcpp/deferredqueue.h
+include/amqpcpp/deferredreceiver.h
+include/amqpcpp/endian.h
+include/amqpcpp/entityimpl.h
+include/amqpcpp/envelope.h
+include/amqpcpp/exception.h
+include/amqpcpp/exchangetype.h
+include/amqpcpp/field.h
+include/amqpcpp/fieldproxy.h
+include/amqpcpp/flags.h
+include/amqpcpp/frame.h
+include/amqpcpp/libboostasio.h
+include/amqpcpp/libev.h
+include/amqpcpp/libevent.h
+include/amqpcpp/libuv.h
+include/amqpcpp/linux_tcp.h
+include/amqpcpp/linux_tcp/tcpchannel.h
+include/amqpcpp/linux_tcp/tcpconnection.h
+include/amqpcpp/linux_tcp/tcpdefines.h
+include/amqpcpp/linux_tcp/tcphandler.h
+include/amqpcpp/linux_tcp/tcpparent.h
+include/amqpcpp/login.h
+include/amqpcpp/message.h
+include/amqpcpp/metadata.h
+include/amqpcpp/monitor.h
+include/amqpcpp/numericfield.h
+include/amqpcpp/openssl.h
+include/amqpcpp/outbuffer.h
+include/amqpcpp/protocolexception.h
+include/amqpcpp/receivedframe.h
+include/amqpcpp/stack_ptr.h
+include/amqpcpp/stringfield.h
+include/amqpcpp/table.h
+include/amqpcpp/watchable.h
+lib/libamqpcpp.so
+lib/libamqpcpp.so.4.1
+libdata/pkgconfig/amqpcpp.pc
More information about the svn-ports-all
mailing list