1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Clearly state which version of SQLite is supported.

This commit is contained in:
Akinori MUSHA 2005-01-16 18:26:54 +00:00
parent 58e8576ea0
commit a449f4d54b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126608
5 changed files with 29 additions and 29 deletions

View File

@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine
COMMENT= Ruby interface to the SQLite DB engine version 2
LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2

View File

@ -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.
sqlite-ruby provides an interface for the SQLite DB engine version 2.
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

View File

@ -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

View File

@ -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

View File

@ -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