Update devel/ruby-rbtree to 0.3.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. 2009-11-14 OZAWA Takuma * version 0.3.0 released. 2009-11-10 OZAWA Takuma * rbtree.c: applied patches for Ruby 1.9 by Florian Gilcher and Nobu Nakada. Thanks. http://redmine.ruby-lang.org/issues/show/2348 * test.rb: ditto. * extconf.rb: ditto. * extconf.rb: remove options for only gcc. * test.rb (test_inspect): correct recursion tests. * rbtree.c (rbtree_to_s_recursive): should return if recursive. * test.rb (test_to_s): add recursion tests.
This commit is contained in:
parent
0d6dfb10c6
commit
7067f66ecf
2 changed files with 8 additions and 9 deletions
|
@ -1,15 +1,14 @@
|
||||||
# $NetBSD: Makefile,v 1.4 2009/02/23 11:39:42 wiz Exp $
|
# $NetBSD: Makefile,v 1.5 2010/09/10 06:15:47 taca Exp $
|
||||||
|
|
||||||
DISTNAME= rbtree-0.2.1
|
DISTNAME= rbtree-0.3.0
|
||||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
HOMEPAGE= http://rubyforge.org/projects/rbtree/
|
HOMEPAGE= http://rubyforge.org/projects/rbtree/
|
||||||
COMMENT= Sorted associative collection using Red-Black Trees for Ruby
|
COMMENT= Sorted associative collection using Red-Black Trees for Ruby
|
||||||
|
LICENSE= mit
|
||||||
|
|
||||||
GEM_BUILD= gemspec
|
|
||||||
GEM_CLEANBUILD= Makefile *.o mkmf.log
|
GEM_CLEANBUILD= Makefile *.o mkmf.log
|
||||||
|
|
||||||
.include "../../misc/rubygems/rubygem.mk"
|
.include "../../lang/ruby/gem.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.3 2009/02/23 11:39:42 wiz Exp $
|
$NetBSD: distinfo,v 1.4 2010/09/10 06:15:47 taca Exp $
|
||||||
|
|
||||||
SHA1 (rbtree-0.2.1.gem) = 7fb056ebb7c11d489306d3f7fa63761e1e7a2d79
|
SHA1 (rbtree-0.3.0.gem) = cff54a1fdb6aa4cfb212d9ae8ed8892412b55aa5
|
||||||
RMD160 (rbtree-0.2.1.gem) = 5d1f1f5bd87385999db555917312a1a870b097a3
|
RMD160 (rbtree-0.3.0.gem) = 9cb2739a2ef840651eef7b8e9d478fd6116fa8a0
|
||||||
Size (rbtree-0.2.1.gem) = 28672 bytes
|
Size (rbtree-0.3.0.gem) = 29184 bytes
|
||||||
|
|
Loading…
Reference in a new issue