diff options
author | taca <taca> | 2009-10-17 12:24:46 +0000 |
---|---|---|
committer | taca <taca> | 2009-10-17 12:24:46 +0000 |
commit | 4ef98e1460b9c81f6599c691e37db80bacdc802b (patch) | |
tree | bc9e457b0b414da3b272a964d5da2050129730e0 /databases | |
parent | a0bd15044c7ff2fc6a04ec8d0bf5b12b5f1fd8ea (diff) | |
download | pkgsrc-4ef98e1460b9c81f6599c691e37db80bacdc802b.tar.gz |
Importing ruby-sqlite 2.2.3 which is need by ruby-dbd-sqlite.
This module allows Ruby programs to interface with the SQLite
database engine (http://www.sqlite.org). You must have the
SQLite engine installed in order to build this module.
Note that this module is NOT compatible with SQLite 3.x.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-sqlite/DESCR | 5 | ||||
-rw-r--r-- | databases/ruby-sqlite/Makefile | 15 | ||||
-rw-r--r-- | databases/ruby-sqlite/PLIST | 28 | ||||
-rw-r--r-- | databases/ruby-sqlite/distinfo | 5 |
4 files changed, 53 insertions, 0 deletions
diff --git a/databases/ruby-sqlite/DESCR b/databases/ruby-sqlite/DESCR new file mode 100644 index 00000000000..139d202d68b --- /dev/null +++ b/databases/ruby-sqlite/DESCR @@ -0,0 +1,5 @@ +This module allows Ruby programs to interface with the SQLite +database engine (http://www.sqlite.org). You must have the +SQLite engine installed in order to build this module. + +Note that this module is NOT compatible with SQLite 3.x. diff --git a/databases/ruby-sqlite/Makefile b/databases/ruby-sqlite/Makefile new file mode 100644 index 00000000000..25c8337c8d9 --- /dev/null +++ b/databases/ruby-sqlite/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/10/17 12:24:46 taca Exp $ + +DISTNAME= sqlite-ruby-2.2.3 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby//} +CATEGORIES= databases + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://sqlite-ruby.rubyforge.org/ +COMMENT= Ruby interface for the SQLite database engine + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../databases/sqlite/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-sqlite/PLIST b/databases/ruby-sqlite/PLIST new file mode 100644 index 00000000000..13cc73193f7 --- /dev/null +++ b/databases/ruby-sqlite/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/17 12:24:46 taca Exp $ +${GEM_HOME}/cache/sqlite-ruby-${PKGVERSION}.gem +${GEM_LIBDIR}/README +${GEM_LIBDIR}/doc/faq/faq.html +${GEM_LIBDIR}/doc/faq/faq.rb +${GEM_LIBDIR}/doc/faq/faq.yml +${GEM_LIBDIR}/ext/extconf.rb +${GEM_LIBDIR}/ext/sqlite-api.c +${GEM_LIBDIR}/lib/sqlite.rb +${GEM_LIBDIR}/lib/sqlite/database.rb +${GEM_LIBDIR}/lib/sqlite/parsed_statement.rb +${GEM_LIBDIR}/lib/sqlite/pragmas.rb +${GEM_LIBDIR}/lib/sqlite/resultset.rb +${GEM_LIBDIR}/lib/sqlite/statement.rb +${GEM_LIBDIR}/lib/sqlite/translator.rb +${GEM_LIBDIR}/lib/sqlite/version.rb +${GEM_LIBDIR}/lib/sqlite_api.${RUBY_DLEXT} +${GEM_LIBDIR}/test/db/fixtures.sql +${GEM_LIBDIR}/test/sql/fixtures.sql +${GEM_LIBDIR}/test/tc_api_core.rb +${GEM_LIBDIR}/test/tc_arrayfields.rb +${GEM_LIBDIR}/test/tc_database.rb +${GEM_LIBDIR}/test/tc_parsed_statement.rb +${GEM_LIBDIR}/test/tc_pragmas.rb +${GEM_LIBDIR}/test/tc_translator.rb +${GEM_LIBDIR}/test/tc_type_translation.rb +${GEM_LIBDIR}/test/tests.rb +${GEM_HOME}/specifications/sqlite-ruby-${PKGVERSION}.gemspec diff --git a/databases/ruby-sqlite/distinfo b/databases/ruby-sqlite/distinfo new file mode 100644 index 00000000000..2fdf3da7677 --- /dev/null +++ b/databases/ruby-sqlite/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/10/17 12:24:46 taca Exp $ + +SHA1 (sqlite-ruby-2.2.3.gem) = 6f672af52910c4206697fb5cffc83407b97d4b63 +RMD160 (sqlite-ruby-2.2.3.gem) = d83bfae2535f116faef6216ec94dcc1aba4f71bf +Size (sqlite-ruby-2.2.3.gem) = 41472 bytes |