Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -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"

View File

@@ -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

View File

@@ -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