svn commit: r353269 - in head/devel: . rubygem-blankslate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 8 05:14:18 UTC 2014


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	blankslate
+PORTVERSION=	3.1.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list