pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-sequel Initial import of ruby18-sequel-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4df74978a5d2
branches:  trunk
changeset: 540465:4df74978a5d2
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 04 15:16:06 2008 +0000

description:
Initial import of ruby18-sequel-1.3 as databases/ruby-sequel.

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:

 databases/ruby-sequel/DESCR    |   6 ++++++
 databases/ruby-sequel/Makefile |  15 +++++++++++++++
 databases/ruby-sequel/PLIST    |  10 ++++++++++
 databases/ruby-sequel/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 73dcc7d6d5f6 -r 4df74978a5d2 databases/ruby-sequel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-sequel/DESCR       Fri Apr 04 15:16:06 2008 +0000
@@ -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 -r 73dcc7d6d5f6 -r 4df74978a5d2 databases/ruby-sequel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-sequel/Makefile    Fri Apr 04 15:16:06 2008 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:16:06 jlam Exp $
+
+DISTNAME=      sequel-1.3
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    databases
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://sequel.rubyforge.org/
+COMMENT=       Database toolkit for Ruby
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-sequel-core>=1.3:../../databases/ruby-sequel-core
+DEPENDS+=      ${RUBY_PKGPREFIX}-sequel-model>=0.5.0.2:../../databases/ruby-sequel-model
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 73dcc7d6d5f6 -r 4df74978a5d2 databases/ruby-sequel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-sequel/PLIST       Fri Apr 04 15:16:06 2008 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:16:06 jlam Exp $
+${GEM_HOME}/cache/sequel-${PKGVERSION}.gem
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/sequel.rb
+${GEM_HOME}/specifications/sequel-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}
+@exec ${MKDIR} %D/${GEM_DOCDIR}/rdoc/classes
diff -r 73dcc7d6d5f6 -r 4df74978a5d2 databases/ruby-sequel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-sequel/distinfo    Fri Apr 04 15:16:06 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:16:06 jlam Exp $
+
+SHA1 (sequel-1.3.gem) = a78720aea193d7a8a9a776f119117ae90d323c98
+RMD160 (sequel-1.3.gem) = 34aaf37b801fa58f367c64ee6f8f641fee355bf9
+Size (sequel-1.3.gem) = 8192 bytes



Home | Main Index | Thread Index | Old Index