From owner-svn-ports-head@FreeBSD.ORG Sun Mar 17 20:52:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EC292CAD; Sun, 17 Mar 2013 20:52:37 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C5C29205; Sun, 17 Mar 2013 20:52:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2HKqbvp048511; Sun, 17 Mar 2013 20:52:37 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2HKqbmx048504; Sun, 17 Mar 2013 20:52:37 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201303172052.r2HKqbmx048504@svn.freebsd.org> From: Ryan Steinmetz Date: Sun, 17 Mar 2013 20:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314492 - in head/devel: . rubygem-activemessaging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 20:52:38 -0000 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 +# $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 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