pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-sqlite Importing ruby-sqlite 2.2.3 whic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df2f416a33b0
branches:  trunk
changeset: 400324:df2f416a33b0
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Oct 17 12:24:46 2009 +0000

description:
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:

 databases/ruby-sqlite/DESCR    |   5 +++++
 databases/ruby-sqlite/Makefile |  15 +++++++++++++++
 databases/ruby-sqlite/PLIST    |  28 ++++++++++++++++++++++++++++
 databases/ruby-sqlite/distinfo |   5 +++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 09c7c0d79dcb -r df2f416a33b0 databases/ruby-sqlite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-sqlite/DESCR       Sat Oct 17 12:24:46 2009 +0000
@@ -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 -r 09c7c0d79dcb -r df2f416a33b0 databases/ruby-sqlite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-sqlite/Makefile    Sat Oct 17 12:24:46 2009 +0000
@@ -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@localhost
+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 -r 09c7c0d79dcb -r df2f416a33b0 databases/ruby-sqlite/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-sqlite/PLIST       Sat Oct 17 12:24:46 2009 +0000
@@ -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 -r 09c7c0d79dcb -r df2f416a33b0 databases/ruby-sqlite/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-sqlite/distinfo    Sat Oct 17 12:24:46 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index