diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 05:14:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 05:14:15 +0000 |
commit | b2aaade7a6105bfb0c5fa449039435af74692ca2 (patch) | |
tree | 044bda24a87fa78db3b15c20d06e9a6b30a7c24d | |
parent | - Add LICENSE (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=353269
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-blankslate/Makefile | 18 | ||||
-rw-r--r-- | devel/rubygem-blankslate/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-blankslate/pkg-descr | 6 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8e7f5c8ad946..66d9f8d9c595 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-blankslate/Makefile b/devel/rubygem-blankslate/Makefile new file mode 100644 index 000000000000..73b89fa5b378 --- /dev/null +++ b/devel/rubygem-blankslate/Makefile @@ -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> diff --git a/devel/rubygem-blankslate/distinfo b/devel/rubygem-blankslate/distinfo new file mode 100644 index 000000000000..642aca3aa9ca --- /dev/null +++ b/devel/rubygem-blankslate/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/blankslate-3.1.2.gem) = 2c31bf17c70b9fa96a5d05f8a33b2556ef23a6ba8a488bee42f278945c67b3b6 +SIZE (rubygem/blankslate-3.1.2.gem) = 17920 diff --git a/devel/rubygem-blankslate/pkg-descr b/devel/rubygem-blankslate/pkg-descr new file mode 100644 index 000000000000..47048b336e9f --- /dev/null +++ b/devel/rubygem-blankslate/pkg-descr @@ -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 |