summaryrefslogtreecommitdiff
path: root/databases/ruby-dbd_proxy
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-09 14:40:31 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-09 14:40:31 +0000
commit9e81377f08a7f4485b82b4c94eb59655ab0314b6 (patch)
tree56e0b2a85c414669605bfe07e7f485b8540b6323 /databases/ruby-dbd_proxy
parentTemporarily mark broken; this module does not work with Ruby/DBI 0.0.5 yet. (diff)
Add ruby-dbd_proxy, the Proxy/Server driver for DBI-for-Ruby.
Notes
Notes: svn path=/head/; revision=43707
Diffstat (limited to 'databases/ruby-dbd_proxy')
-rw-r--r--databases/ruby-dbd_proxy/Makefile29
-rw-r--r--databases/ruby-dbd_proxy/pkg-comment1
-rw-r--r--databases/ruby-dbd_proxy/pkg-descr4
-rw-r--r--databases/ruby-dbd_proxy/pkg-plist2
4 files changed, 36 insertions, 0 deletions
diff --git a/databases/ruby-dbd_proxy/Makefile b/databases/ruby-dbd_proxy/Makefile
new file mode 100644
index 000000000000..4fc26e97b9ab
--- /dev/null
+++ b/databases/ruby-dbd_proxy/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: dbd_proxy for DBD-for-Ruby
+# Date created: 9 June 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dbd_proxy
+PORTVERSION= ${RUBY_DBI_PORTVERSION}
+CATEGORIES= databases ruby
+MASTER_SITES= ${RUBY_DBI_MASTER_SITES}
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= ${RUBY_DBI_DISTNAME}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
+ ${RUBY_SITELIBDIR}/drb.rb:${PORTSDIR}/net/ruby-drb
+
+USE_RUBY= yes
+USE_RUBY_SETUP= yes
+
+WRKSRC= ${RUBY_DBI_WRKSRC}
+CONFIGURE_ARGS= --with=lib/${PORTNAME}
+
+.include "${.CURDIR}/../ruby-dbi/Makefile.common"
+
+.include <bsd.port.mk>
diff --git a/databases/ruby-dbd_proxy/pkg-comment b/databases/ruby-dbd_proxy/pkg-comment
new file mode 100644
index 000000000000..e8c21622dc43
--- /dev/null
+++ b/databases/ruby-dbd_proxy/pkg-comment
@@ -0,0 +1 @@
+Proxy/Server driver for DBI-for-Ruby
diff --git a/databases/ruby-dbd_proxy/pkg-descr b/databases/ruby-dbd_proxy/pkg-descr
new file mode 100644
index 000000000000..14e30572e45f
--- /dev/null
+++ b/databases/ruby-dbd_proxy/pkg-descr
@@ -0,0 +1,4 @@
+This is the Proxy/Server driver for DBI-for-Ruby.
+
+Author: Michael Neumann <neumann@s-direktnet.de>
+WWW: http://www.ruby-projects.org/dbi/
diff --git a/databases/ruby-dbd_proxy/pkg-plist b/databases/ruby-dbd_proxy/pkg-plist
new file mode 100644
index 000000000000..efb15f978e7f
--- /dev/null
+++ b/databases/ruby-dbd_proxy/pkg-plist
@@ -0,0 +1,2 @@
+%%RUBY_SITELIBDIR%%/DBD/Proxy/Proxy.rb
+@dirrm %%RUBY_SITELIBDIR%%/DBD/Proxy