From owner-svn-ports-all@FreeBSD.ORG Thu May 8 05:14:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA191A9D; Thu, 8 May 2014 05:14:17 +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 BB4E9B6A; Thu, 8 May 2014 05:14:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s485EGgv002478; Thu, 8 May 2014 05:14:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s485EFwV002470; Thu, 8 May 2014 05:14:15 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405080514.s485EFwV002470@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 8 May 2014 05:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353269 - in head/devel: . rubygem-blankslate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 05:14:18 -0000 Author: sunpoet Date: Thu May 8 05:14:15 2014 New Revision: 353269 URL: http://svnweb.freebsd.org/changeset/ports/353269 QAT: https://qat.redports.org/buildarchive/r353269/ Log: - Add rubygem-blankslate 3.1.2 rubygem-blankslate provides a base class where almost all of the methods from Object and Kernel have been removed. This is useful when providing proxy object and other classes that make heavy use of method_missing. WWW: https://github.com/masover/blankslate RG: https://rubygems.org/gems/blankslate Added: head/devel/rubygem-blankslate/ head/devel/rubygem-blankslate/Makefile (contents, props changed) head/devel/rubygem-blankslate/distinfo (contents, props changed) head/devel/rubygem-blankslate/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 8 04:39:12 2014 (r353268) +++ head/devel/Makefile Thu May 8 05:14:15 2014 (r353269) @@ -4144,6 +4144,7 @@ SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bindata SUBDIR += rubygem-bioruby + SUBDIR += rubygem-blankslate SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bson SUBDIR += rubygem-bugspots Added: head/devel/rubygem-blankslate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-blankslate/Makefile Thu May 8 05:14:15 2014 (r353269) @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= blankslate +PORTVERSION= 3.1.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Abstract base class with no predefined methods + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-blankslate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-blankslate/distinfo Thu May 8 05:14:15 2014 (r353269) @@ -0,0 +1,2 @@ +SHA256 (rubygem/blankslate-3.1.2.gem) = 2c31bf17c70b9fa96a5d05f8a33b2556ef23a6ba8a488bee42f278945c67b3b6 +SIZE (rubygem/blankslate-3.1.2.gem) = 17920 Added: head/devel/rubygem-blankslate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-blankslate/pkg-descr Thu May 8 05:14:15 2014 (r353269) @@ -0,0 +1,6 @@ +rubygem-blankslate provides a base class where almost all of the methods from +Object and Kernel have been removed. This is useful when providing proxy object +and other classes that make heavy use of method_missing. + +WWW: https://github.com/masover/blankslate +RG: https://rubygems.org/gems/blankslate