Add ruby-bitset, a(nother) bit set library for Ruby.

This commit is contained in:
Akinori MUSHA 2003-08-27 17:24:06 +00:00
parent 5360b147da
commit 4895a28d7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87802
5 changed files with 39 additions and 0 deletions

View file

@ -149,6 +149,7 @@
SUBDIR += rcalc
SUBDIR += rpc
SUBDIR += ruby-algebra
SUBDIR += ruby-bitset
SUBDIR += ruby-bitvector
SUBDIR += ruby-gmp
SUBDIR += ruby-gnuplot

29
math/ruby-bitset/Makefile Normal file
View file

@ -0,0 +1,29 @@
# New ports collection makefile for: Ruby/BitSet
# Date created: 30 October 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= bitset
PORTVERSION= 0.6.1
CATEGORIES= math ruby
MASTER_SITES= http://www.moonwolf.com/ruby/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= A bit set library for Ruby
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (ruby/bitset-0.6.1.tar.gz) = fe8ad1c429e3d615525d407c02df00f4

View file

@ -0,0 +1,4 @@
Ruby/BitSet is a bit set library for boolean operation.
Author: MoonWolf <moonwolf@moonwolf.com>
WWW: http://raa.ruby-lang.org/list.rhtml?name=bitset

View file

@ -0,0 +1,4 @@
%%RUBY_SITEARCHLIBDIR%%/bitset.so
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/htmlentity.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/xmlchar.rb
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%