aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2015-10-01 19:50:47 +0800
committerrene <rene@FreeBSD.org>2015-10-01 19:50:47 +0800
commit0e6270bcf6a14b69ccab5084deeb9c223a0248f7 (patch)
tree36728a93a3d06476f11c6fa69718f4f76d64feeb /net
parent90bb055decf4050c8c84278959b41fea0b263c20 (diff)
downloadfreebsd-ports-gnome-0e6270bcf6a14b69ccab5084deeb9c223a0248f7.tar.gz
freebsd-ports-gnome-0e6270bcf6a14b69ccab5084deeb9c223a0248f7.tar.zst
freebsd-ports-gnome-0e6270bcf6a14b69ccab5084deeb9c223a0248f7.zip
Remove expired port:
2015-09-30 net/rubygem-amq-client: Deprecated by Upstream. It is part of net/rubygem-amqp codebase now
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-amq-client/Makefile25
-rw-r--r--net/rubygem-amq-client/distinfo2
-rw-r--r--net/rubygem-amq-client/pkg-descr10
4 files changed, 0 insertions, 38 deletions
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