aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-do_postgres
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-01 11:07:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-01 11:07:02 +0000
commit7731ac4b26002b30b0594d684f011e6878359a4e (patch)
treeb0d202a29af78df1391aaaacda4bd5b9c69d962c /databases/rubygem-do_postgres
parent01e6d921bc23c5ef135f68aee7ad6df293213bdb (diff)
downloadports-7731ac4b26002b30b0594d684f011e6878359a4e.tar.gz
ports-7731ac4b26002b30b0594d684f011e6878359a4e.zip
Ruby DataObjects driver for PostgreSQL
WWW: http://rubyforge.org/projects/dorb/ PR: ports/134063 Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
Notes
Notes: svn path=/head/; revision=233037
Diffstat (limited to 'databases/rubygem-do_postgres')
-rw-r--r--databases/rubygem-do_postgres/Makefile24
-rw-r--r--databases/rubygem-do_postgres/distinfo3
-rw-r--r--databases/rubygem-do_postgres/pkg-descr7
3 files changed, 34 insertions, 0 deletions
diff --git a/databases/rubygem-do_postgres/Makefile b/databases/rubygem-do_postgres/Makefile
new file mode 100644
index 000000000000..b53b3b555819
--- /dev/null
+++ b/databases/rubygem-do_postgres/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: rubygem-do_postgres
+# Date created: 28 April 2009
+# Whom: Espen Volden aka voldern <voldern@hoeggen.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= do_postgres
+PORTVERSION= 0.9.11
+CATEGORIES= databases rubygems
+MASTER_SITES= RUBYFORGE/dorb
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= voldern@hoeggen.net
+COMMENT= Ruby DataObjects driver for PostgreSQL
+
+RUN_DEPENDS= rubygem-data_objects>=0.9.11:${PORTSDIR}/databases/rubygem-data_objects
+
+USE_PGSQL= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-do_postgres/distinfo b/databases/rubygem-do_postgres/distinfo
new file mode 100644
index 000000000000..6da457e65537
--- /dev/null
+++ b/databases/rubygem-do_postgres/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/do_postgres-0.9.11.gem) = f05557355497444f2158d2c0ee72167d
+SHA256 (rubygem/do_postgres-0.9.11.gem) = eaecc50c01c3b68dc091556c742cb68ebb46053d939b9cf7413d37a8a05b09cf
+SIZE (rubygem/do_postgres-0.9.11.gem) = 23040
diff --git a/databases/rubygem-do_postgres/pkg-descr b/databases/rubygem-do_postgres/pkg-descr
new file mode 100644
index 000000000000..d4f6b2fd84da
--- /dev/null
+++ b/databases/rubygem-do_postgres/pkg-descr
@@ -0,0 +1,7 @@
+Ruby DataObjects driver for PostgreSQL
+The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to
+a single interface.
+At present, PostgreSQL, MySQL, and SQLite adapters are available.
+
+Author: Dirkjan Bussink (dbussink) <d.bussink@gmail.com>
+WWW: http://rubyforge.org/projects/dorb/