pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ruby-sqlite3: Import ruby-sqlite3-1.4.2 as wip/ruby-sqlite3
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Sat Feb 1 22:23:17 2020 +0900
Changeset: 1d23bdda640a2f1c94cbb3e2df6dcb6d6bad0268
Modified Files:
Makefile
Added Files:
ruby-sqlite3/DESCR
ruby-sqlite3/Makefile
ruby-sqlite3/PLIST
ruby-sqlite3/distinfo
Log Message:
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1d23bdda640a2f1c94cbb3e2df6dcb6d6bad0268
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
ruby-sqlite3/DESCR | 5 ++++
ruby-sqlite3/Makefile | 12 +++++++++
ruby-sqlite3/PLIST | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++
ruby-sqlite3/distinfo | 6 +++++
5 files changed, 91 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 980cec8c31..5400c68e34 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/ruby-sqlite3/DESCR b/ruby-sqlite3/DESCR
new file mode 100644
index 0000000000..7451101d23
--- /dev/null
+++ b/ruby-sqlite3/DESCR
@@ -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.
diff --git a/ruby-sqlite3/Makefile b/ruby-sqlite3/Makefile
new file mode 100644
index 0000000000..335f5d1bd2
--- /dev/null
+++ b/ruby-sqlite3/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+DISTNAME= sqlite3-1.4.2
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+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"
diff --git a/ruby-sqlite3/PLIST b/ruby-sqlite3/PLIST
new file mode 100644
index 0000000000..83e91b4168
--- /dev/null
+++ b/ruby-sqlite3/PLIST
@@ -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
diff --git a/ruby-sqlite3/distinfo b/ruby-sqlite3/distinfo
new file mode 100644
index 0000000000..fb0cce742c
--- /dev/null
+++ b/ruby-sqlite3/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index