aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-stomp
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2009-06-17 16:17:47 +0000
committerRenato Botelho <garga@FreeBSD.org>2009-06-17 16:17:47 +0000
commit1b5b873ea9f7a53fd02c2b23b315dc3f16f11198 (patch)
treedc795157061c9f2db9f7c11b0be8c811cd0a5ecc /devel/rubygem-stomp
parentc954e73df731af1d14b8af11f87244bd0f086f94 (diff)
Notes
Diffstat (limited to 'devel/rubygem-stomp')
-rw-r--r--devel/rubygem-stomp/Makefile21
-rw-r--r--devel/rubygem-stomp/distinfo3
-rw-r--r--devel/rubygem-stomp/pkg-descr10
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/rubygem-stomp/Makefile b/devel/rubygem-stomp/Makefile
new file mode 100644
index 000000000000..37a3b363468d
--- /dev/null
+++ b/devel/rubygem-stomp/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rubygem-stomp
+# Date created: 2009-06-17
+# Whom: Renato Botelho <garga@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= stomp
+PORTVERSION= 1.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RF
+
+MAINTAINER= garga@FreeBSD.org
+COMMENT= Streaming Text Orientated Messaging Protocol gem
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/catstomp bin/stompcat
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-stomp/distinfo b/devel/rubygem-stomp/distinfo
new file mode 100644
index 000000000000..14f9f09043bd
--- /dev/null
+++ b/devel/rubygem-stomp/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/stomp-1.1.gem) = dc082715aeac2482624167202d6739bb
+SHA256 (rubygem/stomp-1.1.gem) = cde672675a9d764f01f61345871f7d11cb2a8e1535e88e724f0535fcb1fc72f2
+SIZE (rubygem/stomp-1.1.gem) = 14336
diff --git a/devel/rubygem-stomp/pkg-descr b/devel/rubygem-stomp/pkg-descr
new file mode 100644
index 000000000000..f02528df71e9
--- /dev/null
+++ b/devel/rubygem-stomp/pkg-descr
@@ -0,0 +1,10 @@
+The Stomp project is the Streaming Text Orientated Messaging Protocol site (or
+the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp).
+
+Stomp provides an interoperable wire format so that any of the available Stomp
+Clients can communicate with any Stomp Message Broker to provide easy and
+widespread messaging interop among languages, platforms and brokers.
+
+This is a rubygem binding for stomp.
+
+WWW: http://stomp.codehaus.org/Ruby