Commit graph

8 commits

Author SHA1 Message Date
taca
ba6e8e6eb1 Switch to use OVERRIDE_GEMSPEC instead of pre-generated gemspec. 2013-03-07 15:14:31 +00:00
taca
5e9b7f1aea * Remove .require_paths from PLIST
* Don't try to patch gemspec file but use pre-generated one.

Bump PKGREVISION.
2011-11-08 15:45:12 +00:00
taca
33e824faca Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
taca
9ac8a3ba0e * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 06:12:58 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
taca
ff4ea240ef Update HOMEPAGE since previous URL can't be acceessed by permission. 2006-07-09 15:25:18 +00:00
taca
0cd681d6aa Since this package contains shared object, add RUBY_HAS_ARCHLIB=yes in
order to more strict dependency to ruby18-base package.

Bump PKGREVISION.
2006-05-31 04:11:02 +00:00
minskim
9f18761b19 Import ruby-priority-queue.
This is a fibonacci-heap priority-queue implementation.  This project
is different from K. Kodamas PQueue in that it allows a decrease key
operation.  That makes PriorityQueue usable for algorithms like
dijkstras shortest path algorithm, while PQueue is more suitable for
Heapsort and the like.
2006-05-03 05:17:48 +00:00