summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:16:13 +0000
committerjlam <jlam>2008-04-04 15:16:13 +0000
commit4e395f2640fadc71c7acabc3f1a66920be820283 (patch)
tree1cce5a9eeed0acb366dc24543ba7a1dac09cac0e /databases
parent9e4447010bf380b044c5a76a606e53e4e86c75e9 (diff)
downloadpkgsrc-4e395f2640fadc71c7acabc3f1a66920be820283.tar.gz
Initial import of ruby18-sequel-core-1.3 as databases/ruby-sequel-core.
Sequel is a database access toolkit for Ruby. Sequel provides thread safety, connection pooling, and a concise DSL for constructing queries and table schemas. Sequel makes it easy to deal with multiple records without having to break your teeth on SQL.
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-sequel-core/DESCR6
-rw-r--r--databases/ruby-sequel-core/Makefile19
-rw-r--r--databases/ruby-sequel-core/PLIST68
-rw-r--r--databases/ruby-sequel-core/distinfo5
4 files changed, 98 insertions, 0 deletions
diff --git a/databases/ruby-sequel-core/DESCR b/databases/ruby-sequel-core/DESCR
new file mode 100644
index 00000000000..988b51804ac
--- /dev/null
+++ b/databases/ruby-sequel-core/DESCR
@@ -0,0 +1,6 @@
+Sequel is a database access toolkit for Ruby. Sequel provides thread
+safety, connection pooling, and a concise DSL for constructing queries
+and table schemas.
+
+Sequel makes it easy to deal with multiple records without having to
+break your teeth on SQL.
diff --git a/databases/ruby-sequel-core/Makefile b/databases/ruby-sequel-core/Makefile
new file mode 100644
index 00000000000..c0d747d40e0
--- /dev/null
+++ b/databases/ruby-sequel-core/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:16:13 jlam Exp $
+
+DISTNAME= sequel_core-1.3
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sequel.rubyforge.org/
+COMMENT= Core components for Sequel
+
+BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.1.3:../../devel/ruby-rspec
+DEPENDS+= ${RUBY_PKGPREFIX}-metaid>=1.0:../../devel/ruby-metaid
+DEPENDS+= ${RUBY_PKGPREFIX}-assistance>=0.1:../../devel/ruby-assistance
+DEPENDS+= ${RUBY_PKGPREFIX}-inline>=3.6.6:../../devel/ruby-inline
+DEPENDS+= ${RUBY_PKGPREFIX}-parsetree>=2.1.1:../../devel/ruby-parsetree
+DEPENDS+= ${RUBY_PKGPREFIX}-ruby2ruby>=1.1.8:../../devel/ruby2ruby
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/ruby-sequel-core/PLIST b/databases/ruby-sequel-core/PLIST
new file mode 100644
index 00000000000..4a7965eca82
--- /dev/null
+++ b/databases/ruby-sequel-core/PLIST
@@ -0,0 +1,68 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:16:13 jlam Exp $
+bin/sequel
+${GEM_HOME}/cache/sequel_core-${PKGVERSION}.gem
+${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/sequel
+${GEM_LIBDIR}/lib/sequel_core.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/adapter_skeleton.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/ado.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/db2.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/dbi.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/informix.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/jdbc.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/mysql.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/odbc.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/odbc_mssql.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/openbase.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/oracle.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/postgres.rb
+${GEM_LIBDIR}/lib/sequel_core/adapters/sqlite.rb
+${GEM_LIBDIR}/lib/sequel_core/array_keys.rb
+${GEM_LIBDIR}/lib/sequel_core/core_ext.rb
+${GEM_LIBDIR}/lib/sequel_core/core_sql.rb
+${GEM_LIBDIR}/lib/sequel_core/database.rb
+${GEM_LIBDIR}/lib/sequel_core/dataset.rb
+${GEM_LIBDIR}/lib/sequel_core/dataset/convenience.rb
+${GEM_LIBDIR}/lib/sequel_core/dataset/sequelizer.rb
+${GEM_LIBDIR}/lib/sequel_core/dataset/sql.rb
+${GEM_LIBDIR}/lib/sequel_core/exceptions.rb
+${GEM_LIBDIR}/lib/sequel_core/migration.rb
+${GEM_LIBDIR}/lib/sequel_core/model.rb
+${GEM_LIBDIR}/lib/sequel_core/pretty_table.rb
+${GEM_LIBDIR}/lib/sequel_core/schema.rb
+${GEM_LIBDIR}/lib/sequel_core/schema/schema_generator.rb
+${GEM_LIBDIR}/lib/sequel_core/schema/schema_sql.rb
+${GEM_LIBDIR}/lib/sequel_core/worker.rb
+${GEM_LIBDIR}/spec/adapters/informix_spec.rb
+${GEM_LIBDIR}/spec/adapters/mysql_spec.rb
+${GEM_LIBDIR}/spec/adapters/oracle_spec.rb
+${GEM_LIBDIR}/spec/adapters/postgres_spec.rb
+${GEM_LIBDIR}/spec/adapters/sqlite_spec.rb
+${GEM_LIBDIR}/spec/array_keys_spec.rb
+${GEM_LIBDIR}/spec/core_ext_spec.rb
+${GEM_LIBDIR}/spec/core_sql_spec.rb
+${GEM_LIBDIR}/spec/database_spec.rb
+${GEM_LIBDIR}/spec/dataset_spec.rb
+${GEM_LIBDIR}/spec/migration_spec.rb
+${GEM_LIBDIR}/spec/pretty_table_spec.rb
+${GEM_LIBDIR}/spec/rcov.opts
+${GEM_LIBDIR}/spec/schema_generator_spec.rb
+${GEM_LIBDIR}/spec/schema_spec.rb
+${GEM_LIBDIR}/spec/sequelizer_spec.rb
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_config.rb.example
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/worker_spec.rb
+${GEM_HOME}/specifications/sequel_core-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/spec/adapters
+@dirrm ${GEM_LIBDIR}/spec
+@dirrm ${GEM_LIBDIR}/lib/sequel_core/schema
+@dirrm ${GEM_LIBDIR}/lib/sequel_core/dataset
+@dirrm ${GEM_LIBDIR}/lib/sequel_core/adapters
+@dirrm ${GEM_LIBDIR}/lib/sequel_core
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/bin
+@dirrm ${GEM_LIBDIR}
diff --git a/databases/ruby-sequel-core/distinfo b/databases/ruby-sequel-core/distinfo
new file mode 100644
index 00000000000..c3beb90ab4c
--- /dev/null
+++ b/databases/ruby-sequel-core/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:16:13 jlam Exp $
+
+SHA1 (sequel_core-1.3.gem) = c748652545d70361e69bce86ba05cc778e305c41
+RMD160 (sequel_core-1.3.gem) = 8378c1fd90c9714b3e1e53a7df4bd77fcd695509
+Size (sequel_core-1.3.gem) = 103936 bytes