summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/ruby-typed-array/DESCR4
-rw-r--r--misc/ruby-typed-array/Makefile15
-rw-r--r--misc/ruby-typed-array/PLIST17
-rw-r--r--misc/ruby-typed-array/distinfo5
4 files changed, 41 insertions, 0 deletions
diff --git a/misc/ruby-typed-array/DESCR b/misc/ruby-typed-array/DESCR
new file mode 100644
index 00000000000..e51ce8b0444
--- /dev/null
+++ b/misc/ruby-typed-array/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/misc/ruby-typed-array/Makefile b/misc/ruby-typed-array/Makefile
new file mode 100644
index 00000000000..2759fcd21f6
--- /dev/null
+++ b/misc/ruby-typed-array/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2013/01/05 06:48:53 obache Exp $
+#
+
+DISTNAME= typed-array-0.1.2
+CATEGORIES= misc
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= https://github.com/yaauie/typed-array
+COMMENT= Provides methods for creating type-enforced Arrays
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/ruby-typed-array/PLIST b/misc/ruby-typed-array/PLIST
new file mode 100644
index 00000000000..6dbe62632cb
--- /dev/null
+++ b/misc/ruby-typed-array/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2013/01/05 06:48:53 obache Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.lock
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/lib/typed-array.rb
+${GEM_LIBDIR}/lib/typed-array/.DS_Store
+${GEM_LIBDIR}/lib/typed-array/functions.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/typed-array_spec.rb
+${GEM_LIBDIR}/typed-array.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-typed-array/distinfo b/misc/ruby-typed-array/distinfo
new file mode 100644
index 00000000000..4f73f45ece7
--- /dev/null
+++ b/misc/ruby-typed-array/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/01/05 06:48:53 obache Exp $
+
+SHA1 (typed-array-0.1.2.gem) = 1ab9c8867f925a6643715b1e1f8433cf3b6106d4
+RMD160 (typed-array-0.1.2.gem) = a03baabd431b3744b65f562e921c9adeace21ba4
+Size (typed-array-0.1.2.gem) = 10752 bytes