Add ruby-qdbm

Ruby qdbm module
This commit is contained in:
Michael Johnson 2005-09-01 07:19:42 +00:00
parent d702e27064
commit 4b7527fad2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141677
4 changed files with 42 additions and 0 deletions

View File

@ -356,6 +356,7 @@
SUBDIR += ruby-o_dbm
SUBDIR += ruby-odbc
SUBDIR += ruby-postgres
SUBDIR += ruby-qdbm
SUBDIR += ruby-rdbc1
SUBDIR += ruby-search-namazu
SUBDIR += ruby-sqlite

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: ruby-qdbm
# Date created: 2005-09-01
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
COMMENT= Ruby API for QDBM
SLAVEPORT= ruby
USE_RUBY= yes
MASTERDIR= ${.CURDIR}/../../databases/qdbm
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ruby
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,3 @@
Ruby API for QDBM
WWW: http://qdbm.sourceforge.net/rbspex.html

View File

@ -0,0 +1,18 @@
bin/rbcrtest
bin/rbdptest
bin/rbvltest
%%RUBY_SITEARCHLIBDIR%%/mod_depot.so
%%RUBY_SITEARCHLIBDIR%%/mod_curia.so
%%RUBY_SITEARCHLIBDIR%%/mod_villa.so
%%RUBY_SITELIBDIR%%/depot.rb
%%RUBY_SITELIBDIR%%/curia.rb
%%RUBY_SITELIBDIR%%/villa.rb
%%DATADIR%%/ruby/rbapidoc/curia.rb.html
%%DATADIR%%/ruby/rbapidoc/depot.rb.html
%%DATADIR%%/ruby/rbapidoc/index.html
%%DATADIR%%/ruby/rbapidoc/villa.rb.html
%%DATADIR%%/ruby/rbspex-ja.html
%%DATADIR%%/ruby/rbspex.html
@dirrm %%DATADIR%%/ruby/rbapidoc
@dirrm %%DATADIR%%/ruby
@dirrm %%DATADIR%%