summaryrefslogtreecommitdiff
path: root/databases/ruby-dbd_mysql
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-02 16:58:41 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-02 16:58:41 +0000
commit6538d2ff9d507486e757b4357fa2dd4a480c1daf (patch)
tree2f6fef3f7078ac9d5d4de0d6bc6908d5fb1c025d /databases/ruby-dbd_mysql
parentAdd ruby-dbi, DBI-for-Ruby - a common interface for SQL-based (diff)
Add ruby-dbd_mysql, the MySQL driver for DBI-for-Ruby.
Notes
Notes: svn path=/head/; revision=43437
Diffstat (limited to 'databases/ruby-dbd_mysql')
-rw-r--r--databases/ruby-dbd_mysql/Makefile44
-rw-r--r--databases/ruby-dbd_mysql/distinfo1
-rw-r--r--databases/ruby-dbd_mysql/pkg-comment1
-rw-r--r--databases/ruby-dbd_mysql/pkg-descr4
-rw-r--r--databases/ruby-dbd_mysql/pkg-plist6
5 files changed, 56 insertions, 0 deletions
diff --git a/databases/ruby-dbd_mysql/Makefile b/databases/ruby-dbd_mysql/Makefile
new file mode 100644
index 000000000000..ebd9dcc59833
--- /dev/null
+++ b/databases/ruby-dbd_mysql/Makefile
@@ -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>
diff --git a/databases/ruby-dbd_mysql/distinfo b/databases/ruby-dbd_mysql/distinfo
new file mode 100644
index 000000000000..577d95dcd0c3
--- /dev/null
+++ b/databases/ruby-dbd_mysql/distinfo
@@ -0,0 +1 @@
+MD5 (ruby/ruby-dbi-0.0.4.tgz) = 65dc83374cce86f8494fd47537902449
diff --git a/databases/ruby-dbd_mysql/pkg-comment b/databases/ruby-dbd_mysql/pkg-comment
new file mode 100644
index 000000000000..0073874598ea
--- /dev/null
+++ b/databases/ruby-dbd_mysql/pkg-comment
@@ -0,0 +1 @@
+MySQL driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_mysql/pkg-descr b/databases/ruby-dbd_mysql/pkg-descr
new file mode 100644
index 000000000000..5726b99f60af
--- /dev/null
+++ b/databases/ruby-dbd_mysql/pkg-descr
@@ -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/
diff --git a/databases/ruby-dbd_mysql/pkg-plist b/databases/ruby-dbd_mysql/pkg-plist
new file mode 100644
index 000000000000..86a95a0707e7
--- /dev/null
+++ b/databases/ruby-dbd_mysql/pkg-plist
@@ -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