aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3-ruby
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2005-01-16 18:26:54 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2005-01-16 18:26:54 +0000
commita449f4d54b55285c8c9e2e2ef3ed2a9a0875ef3e (patch)
tree03f13484e1c75e3b5739fa818f9e31c8d49a45fa /databases/rubygem-sqlite3-ruby
parent58e8576ea088863d14fa5c28b005b3e160870566 (diff)
downloadports-a449f4d54b55285c8c9e2e2ef3ed2a9a0875ef3e.tar.gz
ports-a449f4d54b55285c8c9e2e2ef3ed2a9a0875ef3e.zip
Clearly state which version of SQLite is supported.
Notes
Notes: svn path=/head/; revision=126608
Diffstat (limited to 'databases/rubygem-sqlite3-ruby')
-rw-r--r--databases/rubygem-sqlite3-ruby/pkg-descr14
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/rubygem-sqlite3-ruby/pkg-descr b/databases/rubygem-sqlite3-ruby/pkg-descr
index da584570b2f6..7cca1fe5102f 100644
--- a/databases/rubygem-sqlite3-ruby/pkg-descr
+++ b/databases/rubygem-sqlite3-ruby/pkg-descr
@@ -1,9 +1,9 @@
-sqlite-ruby provides an interface for the SQLite DB engine. This
-differs from the DBD::SQLite module in that it is more complete, and
-from the ruby DBI version of SQLite in that it is SQLite specific, so
-you can do things that would otherwise be more difficult via DBI. If
-you want portability between backends, use DBI. If you want ease of
-use with SQLite, use this.
+sqlite3-ruby provides an interface for the SQLite DB engine version 3.
+This differs from the DBD::SQLite module in that it is more complete,
+and from the ruby DBI version of SQLite in that it is SQLite specific,
+so you can do things that would otherwise be more difficult via DBI.
+If you want portability between backends, use DBI. If you want ease
+of use with SQLite, use this.
-Author: minam <jgb3@email.byu.edu>
+Author: Jamis Buck (minam) <jgb3@email.byu.edu>
WWW: http://sqlite-ruby.rubyforge.org