pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-arel-helpers



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Sep 14 19:54:49 UTC 2017

Added Files:
        pkgsrc/databases/ruby-arel-helpers: DESCR Makefile PLIST distinfo

Log Message:
databases/ruby-arel-helpers: Import version 2.4.0

Arel-helpers are tools to help construct database queries with
ActiveRecord and Arel.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/ruby-arel-helpers/DESCR \
    pkgsrc/databases/ruby-arel-helpers/Makefile \
    pkgsrc/databases/ruby-arel-helpers/PLIST \
    pkgsrc/databases/ruby-arel-helpers/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/databases/ruby-arel-helpers/DESCR
diff -u /dev/null pkgsrc/databases/ruby-arel-helpers/DESCR:1.1
--- /dev/null   Thu Sep 14 19:54:49 2017
+++ pkgsrc/databases/ruby-arel-helpers/DESCR    Thu Sep 14 19:54:49 2017
@@ -0,0 +1,2 @@
+Arel-helpers are tools to help construct database queries with
+ActiveRecord and Arel.
Index: pkgsrc/databases/ruby-arel-helpers/Makefile
diff -u /dev/null pkgsrc/databases/ruby-arel-helpers/Makefile:1.1
--- /dev/null   Thu Sep 14 19:54:49 2017
+++ pkgsrc/databases/ruby-arel-helpers/Makefile Thu Sep 14 19:54:49 2017
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/09/14 19:54:49 minskim Exp $
+
+DISTNAME=      arel-helpers-2.4.0
+CATEGORIES=    databases
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/camertron
+COMMENT=       Tools to help construct database queries
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-activerecord42>=3.1.0<6:../../databases/ruby-activerecord42
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/databases/ruby-arel-helpers/PLIST
diff -u /dev/null pkgsrc/databases/ruby-arel-helpers/PLIST:1.1
--- /dev/null   Thu Sep 14 19:54:49 2017
+++ pkgsrc/databases/ruby-arel-helpers/PLIST    Thu Sep 14 19:54:49 2017
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/14 19:54:49 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/arel-helpers.gemspec
+${GEM_LIBDIR}/lib/arel-helpers.rb
+${GEM_LIBDIR}/lib/arel-helpers/arel_table.rb
+${GEM_LIBDIR}/lib/arel-helpers/ext/collection_proxy.rb
+${GEM_LIBDIR}/lib/arel-helpers/join_association.rb
+${GEM_LIBDIR}/lib/arel-helpers/query_builder.rb
+${GEM_LIBDIR}/lib/arel-helpers/version.rb
+${GEM_LIBDIR}/spec/arel_table_spec.rb
+${GEM_LIBDIR}/spec/env.rb
+${GEM_LIBDIR}/spec/env/migrations.rb
+${GEM_LIBDIR}/spec/env/models.rb
+${GEM_LIBDIR}/spec/join_association_spec.rb
+${GEM_LIBDIR}/spec/query_builder_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/databases/ruby-arel-helpers/distinfo
diff -u /dev/null pkgsrc/databases/ruby-arel-helpers/distinfo:1.1
--- /dev/null   Thu Sep 14 19:54:49 2017
+++ pkgsrc/databases/ruby-arel-helpers/distinfo Thu Sep 14 19:54:49 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/14 19:54:49 minskim Exp $
+
+SHA1 (arel-helpers-2.4.0.gem) = 70d5315176bbc2ed2dd7e9d4892e77ad7233c829
+RMD160 (arel-helpers-2.4.0.gem) = a9d712d003426df81cecd015c957e4749cd2f348
+SHA512 (arel-helpers-2.4.0.gem) = 3f1517b4b027728c2939314ecdd283af98d3616ebcfe2de8d819d64d78ec68dbdfbc2d26b07fb5df5345721cba8db446e2bea135f38c656e6366b560eedb8fd2
+Size (arel-helpers-2.4.0.gem) = 11776 bytes



Home | Main Index | Thread Index | Old Index