1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

AMQP client with RabbitMQ extensions in Go.

WWW: https://github.com/streadway/amqp
This commit is contained in:
Jun Kuriyama 2015-01-25 22:32:44 +00:00
parent c95f2d2f74
commit d9641eb28a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377905
5 changed files with 60 additions and 0 deletions

View File

@ -152,6 +152,7 @@
SUBDIR += gnome-online-miners
SUBDIR += gnu-dico
SUBDIR += gnu-radius
SUBDIR += go-amqp
SUBDIR += go-cs
SUBDIR += go.net
SUBDIR += gofish

24
net/go-amqp/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= amqp
PORTVERSION= 0.0.0.20140916
CATEGORIES= net
MASTER_SITES= GH GHC
PKGNAMEPREFIX= go-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Go library for AMQP client with RabbitMQ extensions
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= streadway
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 7d6d180
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>

2
net/go-amqp/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (amqp-0.0.0.20140916.tar.gz) = 29dbd44b1cd66a2d28a6515319842a4256a41b354680435584c6ef9155183614
SIZE (amqp-0.0.0.20140916.tar.gz) = 76086

3
net/go-amqp/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
AMQP client with RabbitMQ extensions in Go.
WWW: https://github.com/streadway/amqp

30
net/go-amqp/pkg-plist Normal file
View File

@ -0,0 +1,30 @@
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/auth.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/certs.sh
%%GO_SRCDIR%%/%%GO_PKGNAME%%/channel.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/client_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/connection.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/consumers.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/delivery.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/doc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/pubsub/pubsub.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/simple-consumer/consumer.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/simple-producer/producer.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/gen.sh
%%GO_SRCDIR%%/%%GO_PKGNAME%%/integration_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/read.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/reconnect_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/registry.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/return.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/shared_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/spec/amqp0-9-1.stripped.extended.xml
%%GO_SRCDIR%%/%%GO_PKGNAME%%/spec/gen.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/spec091.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/tls_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/types.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uri.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uri_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/write.go