aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-11-18 00:52:54 +0800
committerdinoex <dinoex@FreeBSD.org>2009-11-18 00:52:54 +0800
commitc7351419962a1a0ec2b3d1138309168c1fa6659f (patch)
treef3013b796123042a5572ffb88594ede5aef3fb40 /databases
parent5e284c453b55d5341af1a86952b6c545dd9fc2f4 (diff)
downloadfreebsd-ports-graphics-c7351419962a1a0ec2b3d1138309168c1fa6659f.tar.gz
freebsd-ports-graphics-c7351419962a1a0ec2b3d1138309168c1fa6659f.tar.zst
freebsd-ports-graphics-c7351419962a1a0ec2b3d1138309168c1fa6659f.zip
- update descrition to reflect new site and authors
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-postgres/pkg-descr15
1 files changed, 10 insertions, 5 deletions
diff --git a/databases/ruby-postgres/pkg-descr b/databases/ruby-postgres/pkg-descr
index 074748923a8..4405f2fe961 100644
--- a/databases/ruby-postgres/pkg-descr
+++ b/databases/ruby-postgres/pkg-descr
@@ -1,7 +1,12 @@
This is an extention module to access PostgreSQL database from Ruby.
-This library works with PostgreSQL 6.4/6.5 and 7.0/7.1.
-Authors: Yukihiro Matsumoto <matz@ruby-lang.org>
- Eiji Matsumoto <usagi@ruby.club.or.jp>
- Noboru Saitou <noborus@zetabits.com> (current maintainer)
-WWW: http://www.postgresql.jp/interfaces/ruby/archive/
+Older module, maintained for backwards compatibility. It has known flaws
+that aren't reasonably fixable without breaking backwards compatibility.
+Use this module if you have code that already works, and you just want
+the fixes that have been committed to this module (for instance,
+this module is compatible with PostgreSQL 8.3).
+
+LICENSE: BSD or GPL2
+
+Authors: Yukihiro Matsumoto, Eiji Matsumoto
+WWW: http://rubyforge.org/projects/ruby-pg/