1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Provide reliable messaging using the stomp protocol. A more powerful free

alternative is ActiveMQ; however, that requires deploying a JVM, which may
not always be ideal.

PR:		ports/160377
Submitted by:	Mike Carlson <carlson39@llnl.gov>
This commit is contained in:
Steve Wills 2011-10-02 17:03:39 +00:00
parent 633fcd8a82
commit 8b0808f394
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282806
4 changed files with 31 additions and 0 deletions

View File

@ -977,6 +977,7 @@
SUBDIR += rubygem-rightslicehost
SUBDIR += rubygem-rubytter
SUBDIR += rubygem-simple_oauth
SUBDIR += rubygem-stompserver
SUBDIR += rubygem-tweetstream
SUBDIR += rubygem-twitter
SUBDIR += rubygem-twitter-stream

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: rubygem-stompserver
# Date created: 2011-09-01
# Whom: Mike Carlson <carlson39@llnl.gov>
#
# $FreeBSD$
PORTNAME= stompserver
PORTVERSION= 0.9.9
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provide reliable messaging using the stomp protocol
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/stompserver
RUN_DEPENDS:= rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine \
rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe \
rubygem-daemons>=1.0.2:${PORTSDIR}/devel/rubygem-daemons
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/stompserver-0.9.9.gem) = cb70f2234812c9715a1792d4840db677d4b4b7b0c85d09552feb81d85449c426
SIZE (rubygem/stompserver-0.9.9.gem) = 31232

View File

@ -0,0 +1,3 @@
Provide reliable messaging using the stomp protocol. A more powerful free
alternative is ActiveMQ; however, that requires deploying a JVM, which may
not always be ideal.