Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 13:15:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375709 - in head/sysutils: . rubygem-guard-compat
Message-ID:  <201412281315.sBSDFZlm050649@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 28 13:15:34 2014
New Revision: 375709
URL: https://svnweb.freebsd.org/changeset/ports/375709
QAT: https://qat.redports.org/buildarchive/r375709/

Log:
  - Add rubygem-guard-compat 1.2.0
  
  Guard::Compat provides only a test helper for testing custom Guard plugins
  currently.
  
  WWW: https://github.com/guard/guard-compat
  RG:  https://rubygems.org/gems/guard-compat

Added:
  head/sysutils/rubygem-guard-compat/
  head/sysutils/rubygem-guard-compat/Makefile   (contents, props changed)
  head/sysutils/rubygem-guard-compat/distinfo   (contents, props changed)
  head/sysutils/rubygem-guard-compat/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Dec 28 13:15:28 2014	(r375708)
+++ head/sysutils/Makefile	Sun Dec 28 13:15:34 2014	(r375709)
@@ -815,6 +815,7 @@
     SUBDIR += rubygem-fssm
     SUBDIR += rubygem-god
     SUBDIR += rubygem-guard
+    SUBDIR += rubygem-guard-compat
     SUBDIR += rubygem-guard-livereload
     SUBDIR += rubygem-guard-minitest
     SUBDIR += rubygem-guard-rspec

Added: head/sysutils/rubygem-guard-compat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-guard-compat/Makefile	Sun Dec 28 13:15:34 2014	(r375709)
@@ -0,0 +1,18 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	guard-compat
+PORTVERSION=	1.2.0
+CATEGORIES=	sysutils rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Helps creating valid Guard plugins and testing them
+
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/rubygem-guard-compat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-guard-compat/distinfo	Sun Dec 28 13:15:34 2014	(r375709)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/guard-compat-1.2.0.gem) = 7cf9edfa400306bdc64e66950749230d1379bf9076fdb716c5fdf223f6739909
+SIZE (rubygem/guard-compat-1.2.0.gem) = 11264

Added: head/sysutils/rubygem-guard-compat/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-guard-compat/pkg-descr	Sun Dec 28 13:15:34 2014	(r375709)
@@ -0,0 +1,5 @@
+Guard::Compat provides only a test helper for testing custom Guard plugins
+currently.
+
+WWW: https://github.com/guard/guard-compat
+RG:  https://rubygems.org/gems/guard-compat



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