diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-10-01 11:50:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-10-01 11:50:47 +0000 |
commit | ba66ce15ca6cae9c602d6ff8cdcce015826ee11e (patch) | |
tree | 36728a93a3d06476f11c6fa69718f4f76d64feeb | |
parent | d6d149032cfaab47879bfdda154caf1d0fbe8ad4 (diff) | |
download | ports-ba66ce15ca6cae9c602d6ff8cdcce015826ee11e.tar.gz ports-ba66ce15ca6cae9c602d6ff8cdcce015826ee11e.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-amq-client/Makefile | 25 | ||||
-rw-r--r-- | net/rubygem-amq-client/distinfo | 2 | ||||
-rw-r--r-- | net/rubygem-amq-client/pkg-descr | 10 |
5 files changed, 1 insertions, 38 deletions
@@ -7888,3 +7888,4 @@ chinese/joe|editors/joe|2015-09-26|Regular joe's editor now support chinese net/linc||2015-09-27|Has expired: Last release in 2003, not used by anything anymore net/linc-reference||2015-09-27|Has expired: Last release in 2003, not used by anything anymore x11/xlogout||2015-09-27|Has expired: Useless cruft from 1989 +net/rubygem-amq-client||2015-10-01|Has expired: Deprecated by Upstream. It is part of net/rubygem-amqp codebase now diff --git a/net/Makefile b/net/Makefile index 502be5ef2e20..fa3b68cc6b72 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1044,7 +1044,6 @@ SUBDIR += ruby-tcpsocketpipe SUBDIR += ruby-tserver SUBDIR += rubygem-amazon-ec2 - SUBDIR += rubygem-amq-client SUBDIR += rubygem-amq-protocol SUBDIR += rubygem-amqp SUBDIR += rubygem-amqp-utils diff --git a/net/rubygem-amq-client/Makefile b/net/rubygem-amq-client/Makefile deleted file mode 100644 index cc33e193332e..000000000000 --- a/net/rubygem-amq-client/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= amq-client -PORTVERSION= 1.0.4 -CATEGORIES= net rubygems -MASTER_SITES= RG - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Fully-featured, low-level AMQP 0.9.1 client in Ruby - -LICENSE= MIT - -RUN_DEPENDS= rubygem-amq-protocol>=1.9.0:${PORTSDIR}/net/rubygem-amq-protocol \ - rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine - -DEPRECATED= Deprecated by Upstream. It is part of net/rubygem-amqp codebase now -EXPIRATION_DATE=2015-09-30 - -NO_ARCH= yes -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes - -.include <bsd.port.mk> diff --git a/net/rubygem-amq-client/distinfo b/net/rubygem-amq-client/distinfo deleted file mode 100644 index e5fe2325100f..000000000000 --- a/net/rubygem-amq-client/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/amq-client-1.0.4.gem) = 45a1161b8501f3955d9e45547666a5c1f534517255b2dc5d3d8f4c478ee6bfdf -SIZE (rubygem/amq-client-1.0.4.gem) = 75776 diff --git a/net/rubygem-amq-client/pkg-descr b/net/rubygem-amq-client/pkg-descr deleted file mode 100644 index 93feb9b18ef5..000000000000 --- a/net/rubygem-amq-client/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby -1.8.7, 1.9.2, REE, Rubinius and JRuby. - -It's sweet spot is in serving as foundation for higher-level, more opinionated -AMQP libraries. - -It can be used directly by applications code when performance and access to -advanced AMQP protocol features is more important that API convenience. - -WWW: https://github.com/ruby-amqp/amq-client |