Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 20:52:37 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314492 - in head/devel: . rubygem-activemessaging
Message-ID:  <201303172052.r2HKqbmx048504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Sun Mar 17 20:52:36 2013
New Revision: 314492
URL: http://svnweb.freebsd.org/changeset/ports/314492

Log:
  New port: devel/rubygem-activemessaging:
  ActiveMessaging is an attempt to bring the simplicity and elegance of rails
  development to the world of messaging. Messaging, (or event-driven
  architecture) is widely used for enterprise integration, with frameworks
  such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries, etc.
  
  WWW: https://rubygems.org/gems/activemessaging

Added:
  head/devel/rubygem-activemessaging/
  head/devel/rubygem-activemessaging/Makefile   (contents, props changed)
  head/devel/rubygem-activemessaging/distinfo   (contents, props changed)
  head/devel/rubygem-activemessaging/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar 17 20:49:20 2013	(r314491)
+++ head/devel/Makefile	Sun Mar 17 20:52:36 2013	(r314492)
@@ -3936,6 +3936,7 @@
     SUBDIR += ruby-tzfile
     SUBDIR += ruby-wirble
     SUBDIR += rubygem-abstract
+    SUBDIR += rubygem-activemessaging
     SUBDIR += rubygem-activesupport
     SUBDIR += rubygem-allison
     SUBDIR += rubygem-analogger

Added: head/devel/rubygem-activemessaging/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-activemessaging/Makefile	Sun Mar 17 20:52:36 2013	(r314492)
@@ -0,0 +1,20 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	activemessaging
+PORTVERSION=	0.11.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Event-driven architecture for rails
+
+RUN_DEPENDS=	rubygem-activesupport>=1.0.0:${PORTSDIR}/devel/rubygem-activesupport \
+    		rubygem-celluloid>=0:${PORTSDIR}/devel/rubygem-celluloid
+
+USE_RUBY=	yes
+RUBY_VER=	1.9
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-activemessaging/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-activemessaging/distinfo	Sun Mar 17 20:52:36 2013	(r314492)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/activemessaging-0.11.0.gem) = 7321de93932dcab7b810c97ef1423a2fb4c478c33850591d1a8c6c35f010b3be
+SIZE (rubygem/activemessaging-0.11.0.gem) = 48128

Added: head/devel/rubygem-activemessaging/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-activemessaging/pkg-descr	Sun Mar 17 20:52:36 2013	(r314492)
@@ -0,0 +1,7 @@
+ActiveMessaging is an attempt to bring the simplicity and elegance of rails
+development to the world of messaging. Messaging, (or event-driven
+architecture) is widely used for enterprise integration, with frameworks
+such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries, etc.
+Now supporting Rails 3 as of version 0.8.0.
+
+WWW: https://rubygems.org/gems/activemessaging



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303172052.r2HKqbmx048504>