1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add ruby-dbd_mysql, the MySQL driver for DBI-for-Ruby.

This commit is contained in:
Akinori MUSHA 2001-06-02 16:58:41 +00:00
parent 534b825be7
commit 6538d2ff9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43437
6 changed files with 57 additions and 0 deletions

View File

@ -71,6 +71,7 @@
SUBDIR += rdb
SUBDIR += ruby-bdb
SUBDIR += ruby-cdb
SUBDIR += ruby-dbd_mysql
SUBDIR += ruby-dbi
SUBDIR += ruby-gdbm
SUBDIR += ruby-rdbc1

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: dbd_mysql for DBD-for-Ruby
# Date created: 3 June 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= dbd_mysql
PORTVERSION= 0.0.4
CATEGORIES= databases ruby
MASTER_SITES= http://www.sprytech.com/~rainer.perl/ruby/files/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-dbi-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${.CURDIR}/../ruby-dbi \
${RUBY_SITEARCHLIBDIR}/mysql.so:${.CURDIR}/../ruby-mysql
USE_RUBY= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/lib/${PORTNAME}
EXAMPLES_EN= ../../examples/test1.rb
DOCS_EN= doc/*
do-install:
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/*.rb ${RUBY_SITELIBDIR}/dbi/
${MKDIR} ${RUBY_EXAMPLESDIR}/dbi/${PORTNAME}
.for f in ${EXAMPLES_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/dbi/${PORTNAME}/
.endfor
${MKDIR} ${RUBY_DOCDIR}/dbi/${PORTNAME}
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/dbi/${PORTNAME}/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/ruby-dbi-0.0.4.tgz) = 65dc83374cce86f8494fd47537902449

View File

@ -0,0 +1 @@
MySQL driver for DBI-for-Ruby

View File

@ -0,0 +1,4 @@
This is the MySQL driver for Rainer Perl's DBI-for-Ruby.
Author: Christian Werner <chw@ch-werner.de>
WWW: http://www.ch-werner.de/rubydbi/

View File

@ -0,0 +1,6 @@
%%RUBY_SITELIBDIR%%/dbi/dbd_mysql.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dbi/dbd_mysql/test1.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/dbi/dbd_mysql
%%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/dbd_mysql/HISTORY
%%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/dbd_mysql/README
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/dbi/dbd_mysql