1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

RBase is a library to manipulate XBase database using Ruby.

WWW: http://rubyforge.org/projects/rbase/

PR:		ports/127735
Submitted by:	Alexander Logvinov <ports at logvinov.com>
This commit is contained in:
Martin Wilke 2008-09-30 14:09:19 +00:00
parent 99207a0b60
commit d7b67cb509
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221043
4 changed files with 33 additions and 0 deletions

View File

@ -567,6 +567,7 @@
SUBDIR += rubygem-jdbc-mysql
SUBDIR += rubygem-memcache-client
SUBDIR += rubygem-postgres
SUBDIR += rubygem-rbase
SUBDIR += rubygem-rrdtool
SUBDIR += rubygem-sqlite3
SUBDIR += sharedance

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: rubygem-rbase
# Date created: 15 September 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= rbase
PORTVERSION= 0.1.2
CATEGORIES= databases rubygems
MASTER_SITES= RF
MAINTAINER= ports@logvinov.com
COMMENT= Library to create/read/write to XBase databases (*.DBF files)
USE_RUBY= yes
USE_RUBYGEMS= yes
post-install:
@${ECHO} ${GEM_CACHE} > ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/rbase-0.1.2.gem) = 2fe393010dcc34949858e9579c5f2150
SHA256 (rubygem/rbase-0.1.2.gem) = a30da9101750dd6519eddd767da6642fec16fe41a5f494261f7476849909ba47
SIZE (rubygem/rbase-0.1.2.gem) = 9216

View File

@ -0,0 +1,3 @@
RBase is a library to manipulate XBase database using Ruby.
WWW: http://rubyforge.org/projects/rbase/