aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/rubygem-xmpp4r/Makefile25
-rw-r--r--net-im/rubygem-xmpp4r/distinfo2
-rw-r--r--net-im/rubygem-xmpp4r/pkg-descr12
4 files changed, 0 insertions, 40 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index ee01b2643c9a..e3b9f4f77562 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -155,7 +155,6 @@
SUBDIR += rubygem-earthquake
SUBDIR += rubygem-hipchat
SUBDIR += rubygem-termtter
- SUBDIR += rubygem-xmpp4r
SUBDIR += sendxmpp
SUBDIR += skype
SUBDIR += skype-devel
diff --git a/net-im/rubygem-xmpp4r/Makefile b/net-im/rubygem-xmpp4r/Makefile
deleted file mode 100644
index 6f71a501cc2c..000000000000
--- a/net-im/rubygem-xmpp4r/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Stephan Maka <stephan@spaceboyz.net>
-# $FreeBSD$
-
-PORTNAME= xmpp4r
-PORTVERSION= 0.5
-PORTREVISION= 1
-CATEGORIES= net-im ruby rubygems
-MASTER_SITES= RG
-
-MAINTAINER= miwi@FreeBSD.org
-COMMENT= XMPP/Jabber library for Ruby
-
-DEPRECATED= Does not work with Ruby 1.9
-EXPIRATION_DATE= 2013-10-10
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.9
-BROKEN= does not work with ruby 1.9
-.endif
-.include <bsd.port.post.mk>
diff --git a/net-im/rubygem-xmpp4r/distinfo b/net-im/rubygem-xmpp4r/distinfo
deleted file mode 100644
index 828781a6c3b8..000000000000
--- a/net-im/rubygem-xmpp4r/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/xmpp4r-0.5.gem) = 87185da98c8dd1e6271c1064ef3a48194a07e594775b2a7869ff9b4b65ebcd96
-SIZE (rubygem/xmpp4r-0.5.gem) = 175616
diff --git a/net-im/rubygem-xmpp4r/pkg-descr b/net-im/rubygem-xmpp4r/pkg-descr
deleted file mode 100644
index 1f4e2f1640ed..000000000000
--- a/net-im/rubygem-xmpp4r/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-XMPP4R is an XMPP/Jabber library for Ruby.
-
-Features:
-* Fully object-oriented (well, it's Ruby ;)
-* Aims at being XMPP compliant
-* Threaded and non-threaded mode
-* Well unit-tested and documented code
-* Uses well-known and well-tested software like REXML
-* Very easy to extend
-* Released under Ruby's license, which is compatible with the GNU GPL
-
-WWW: http://home.gna.org/xmpp4r/