Date: Thu, 8 May 2014 05:14:15 +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: r353269 - in head/devel: . rubygem-blankslate Message-ID: <201405080514.s485EFwV002470@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405080514.s485EFwV002470>