ruby-sqlite3: Import ruby-sqlite3-1.4.2 as wip/ruby-sqlite3

This module allows Ruby programs to interface with the SQLite3
database engine (www.sqlite.org). You must have the SQLite engine
installed in order to build this module.

Note that this module is only compatible with SQLite 3.6.16 or newer.
This commit is contained in:
Atsushi Toyokura 2020-02-01 22:23:17 +09:00
parent 968bf10961
commit 1d23bdda64
5 changed files with 91 additions and 0 deletions

View File

@ -4386,6 +4386,7 @@ SUBDIR+= ruby-sanitize
SUBDIR+= ruby-simple-navigation
SUBDIR+= ruby-sinatra-simple-navigation
SUBDIR+= ruby-sinatra1
SUBDIR+= ruby-sqlite3
SUBDIR+= ruby-taskwarrior-web
SUBDIR+= ruby-teamocil
SUBDIR+= ruby-termit

5
ruby-sqlite3/DESCR Normal file
View File

@ -0,0 +1,5 @@
This module allows Ruby programs to interface with the SQLite3
database engine (www.sqlite.org). You must have the SQLite engine
installed in order to build this module.
Note that this module is only compatible with SQLite 3.6.16 or newer.

12
ruby-sqlite3/Makefile Normal file
View File

@ -0,0 +1,12 @@
# $NetBSD$
DISTNAME= sqlite3-1.4.2
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sparklemotion/sqlite3-ruby/
COMMENT= Ruby bindings for the SQLite3 embedded database
LICENSE= modified-bsd
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

67
ruby-sqlite3/PLIST Normal file
View File

@ -0,0 +1,67 @@
@comment $NetBSD$
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/sqlite3/sqlite3_native.${RUBY_DLEXT}
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/API_CHANGES.rdoc
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/ChangeLog.cvs
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/ext/sqlite3/aggregator.c
${GEM_LIBDIR}/ext/sqlite3/aggregator.h
${GEM_LIBDIR}/ext/sqlite3/backup.c
${GEM_LIBDIR}/ext/sqlite3/backup.h
${GEM_LIBDIR}/ext/sqlite3/database.c
${GEM_LIBDIR}/ext/sqlite3/database.h
${GEM_LIBDIR}/ext/sqlite3/exception.c
${GEM_LIBDIR}/ext/sqlite3/exception.h
${GEM_LIBDIR}/ext/sqlite3/extconf.rb
${GEM_LIBDIR}/ext/sqlite3/sqlite3.c
${GEM_LIBDIR}/ext/sqlite3/sqlite3_ruby.h
${GEM_LIBDIR}/ext/sqlite3/statement.c
${GEM_LIBDIR}/ext/sqlite3/statement.h
${GEM_LIBDIR}/faq/faq.rb
${GEM_LIBDIR}/faq/faq.yml
${GEM_LIBDIR}/lib/sqlite3.rb
${GEM_LIBDIR}/lib/sqlite3/constants.rb
${GEM_LIBDIR}/lib/sqlite3/database.rb
${GEM_LIBDIR}/lib/sqlite3/errors.rb
${GEM_LIBDIR}/lib/sqlite3/pragmas.rb
${GEM_LIBDIR}/lib/sqlite3/resultset.rb
${GEM_LIBDIR}/lib/sqlite3/sqlite3_native.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/sqlite3/statement.rb
${GEM_LIBDIR}/lib/sqlite3/translator.rb
${GEM_LIBDIR}/lib/sqlite3/value.rb
${GEM_LIBDIR}/lib/sqlite3/version.rb
${GEM_LIBDIR}/rakelib/faq.rake
${GEM_LIBDIR}/rakelib/gem.rake
${GEM_LIBDIR}/rakelib/native.rake
${GEM_LIBDIR}/rakelib/vendor_sqlite3.rake
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/test_backup.rb
${GEM_LIBDIR}/test/test_collation.rb
${GEM_LIBDIR}/test/test_database.rb
${GEM_LIBDIR}/test/test_database_flags.rb
${GEM_LIBDIR}/test/test_database_readonly.rb
${GEM_LIBDIR}/test/test_database_readwrite.rb
${GEM_LIBDIR}/test/test_deprecated.rb
${GEM_LIBDIR}/test/test_encoding.rb
${GEM_LIBDIR}/test/test_integration.rb
${GEM_LIBDIR}/test/test_integration_aggregate.rb
${GEM_LIBDIR}/test/test_integration_open_close.rb
${GEM_LIBDIR}/test/test_integration_pending.rb
${GEM_LIBDIR}/test/test_integration_resultset.rb
${GEM_LIBDIR}/test/test_integration_statement.rb
${GEM_LIBDIR}/test/test_result_set.rb
${GEM_LIBDIR}/test/test_sqlite3.rb
${GEM_LIBDIR}/test/test_statement.rb
${GEM_LIBDIR}/test/test_statement_execute.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@pkgdir lib/ruby/gems/2.6.0/build_info

6
ruby-sqlite3/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (sqlite3-1.4.2.gem) = 05b6ce56b352b75bd6dd8e4c5d7355bc23b0a5ee
RMD160 (sqlite3-1.4.2.gem) = e3c399b3b4f3bc0f632c25ac944ee0a172da0dcf
SHA512 (sqlite3-1.4.2.gem) = c4630dd2fa13914e2fcc70092c35568103f61f976958b439fe205abdfcff61702ca176d10bea40ff0cfea3169644cdb9146b7be94dff883cad3b753e84629545
Size (sqlite3-1.4.2.gem) = 70656 bytes