From owner-svn-ports-head@FreeBSD.ORG Sun Dec 28 13:15:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED2DE107; Sun, 28 Dec 2014 13:15:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BED981FD2; Sun, 28 Dec 2014 13:15:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBSDFag9050655; Sun, 28 Dec 2014 13:15:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBSDFZlm050649; Sun, 28 Dec 2014 13:15:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412281315.sBSDFZlm050649@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Dec 2014 13:15:35 +0000 (UTC) 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 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.18-1 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, 28 Dec 2014 13:15:37 -0000 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 +# $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 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