Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 22:49:57 +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: r326232 - in head/devel: . rubygem-redmine_plugin_support
Message-ID:  <201309032249.r83Mnv0J075419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Sep  3 22:49:57 2013
New Revision: 326232
URL: http://svnweb.freebsd.org/changeset/ports/326232

Log:
  New port: devel/rubygem-redmine_plugin_support:
  
  This libarary is a collection of rake tasks and other scripts that will
  make Redmine plugin development easier.
  
  WWW: https://rubygems.org/gems/redmine_plugin_support

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep  3 22:48:37 2013	(r326231)
+++ head/devel/Makefile	Tue Sep  3 22:49:57 2013	(r326232)
@@ -4191,6 +4191,7 @@
     SUBDIR += rubygem-rb-kqueue
     SUBDIR += rubygem-rcov
     SUBDIR += rubygem-rdoc
+    SUBDIR += rubygem-redmine_plugin_support
     SUBDIR += rubygem-require_all
     SUBDIR += rubygem-rgl
     SUBDIR += rubygem-ripper

Added: head/devel/rubygem-redmine_plugin_support/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-redmine_plugin_support/Makefile	Tue Sep  3 22:49:57 2013	(r326232)
@@ -0,0 +1,16 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	redmine_plugin_support
+PORTVERSION=	0.0.5
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	A collection of tools to make redmine plugin development easier
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-redmine_plugin_support/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-redmine_plugin_support/distinfo	Tue Sep  3 22:49:57 2013	(r326232)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/redmine_plugin_support-0.0.5.gem) = ea8fe8bd3ba07a8d98859a0b43331415b51e9c2763bac8839b6024f465e6f3ff
+SIZE (rubygem/redmine_plugin_support-0.0.5.gem) = 11776

Added: head/devel/rubygem-redmine_plugin_support/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-redmine_plugin_support/pkg-descr	Tue Sep  3 22:49:57 2013	(r326232)
@@ -0,0 +1,4 @@
+This libarary is a collection of rake tasks and other scripts that will
+make Redmine plugin development easier.
+
+WWW: https://rubygems.org/gems/redmine_plugin_support



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