- Add a new port: devel/rubygem-typed-array

All methods that alter the contents of an array that implements
  this Gem are first checked to ensure that the added items are of
  the types allowed. All methods behave exactly as their Array
  counterparts, including additional forms, block processing, etc.

  WWW: https://github.com/yaauie/typed-array

Feature safe:	yes
This commit is contained in:
TAKATSU Tomonari 2012-11-25 07:46:51 +00:00
parent e4850c3c96
commit 3ee12a5120
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307736
4 changed files with 25 additions and 0 deletions

View File

@ -4010,6 +4010,7 @@
SUBDIR += rubygem-treetop
SUBDIR += rubygem-trollop
SUBDIR += rubygem-turn
SUBDIR += rubygem-typed-array
SUBDIR += rubygem-tzinfo
SUBDIR += rubygem-unicode
SUBDIR += rubygem-uuid

View File

@ -0,0 +1,16 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= typed-array
PORTVERSION= 0.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Provides methods for creating type-enforced Arrays
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/typed-array-0.1.2.gem) = 891fa1de2cdccad5f9e03936569c3c15d413d8c6658e2edfe439d9386d169b62
SIZE (rubygem/typed-array-0.1.2.gem) = 10752

View File

@ -0,0 +1,6 @@
All methods that alter the contents of an array that implements
this Gem are first checked to ensure that the added items are of
the types allowed. All methods behave exactly as their Array
counterparts, including additional forms, block processing, etc.
WWW: https://github.com/yaauie/typed-array