1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 0.1.7. It now builds and works fine with ruby 1.8.

This commit is contained in:
Akinori MUSHA 2003-01-23 17:59:01 +00:00
parent 685f6f67c8
commit c7c2616d14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73870
3 changed files with 7 additions and 7 deletions

View File

@ -6,12 +6,11 @@
#
PORTNAME= bitvector
PORTVERSION= 0.1.6
PORTREVISION= 1
PORTVERSION= 0.1.7
CATEGORIES= math ruby
MASTER_SITES= http://www.ce.chalmers.se/~feldt/ruby/extensions/bitvector/
MASTER_SITES= ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= contrib
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./-/g}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org

View File

@ -1 +1 @@
MD5 (ruby/bitvector_0-1-6.tar.gz) = 32f15ab28c6fee955f3911b5626e5eb5
MD5 (ruby/bitvector-0.1.7.tar.gz) = 7bdbf54403f59b6dfde657d773c6ff6c

View File

@ -1,6 +1,7 @@
BitVector is a fairly extensive and fast BitVector class for Ruby.
Handles sequences of up to 2**32-1 bits (about 500 Mb). Implemented
as a wrapper around Bit::Vector version 6.0 by Steffen Beyer.
as a wrapper around Bit::Vector version 6.3 by Steffen Beyer.
Author: Robert Feldt <feldt@ce.chalmers.se>
Authors: Robert Feldt <feldt@ce.chalmers.se>,
Akinori MUSHA <knu@iDaemons.org>
WWW: http://www.ce.chalmers.se/~feldt/ruby/extensions/bitvector/