summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-03-21 14:59:59 +0000
committertaca <taca@pkgsrc.org>2020-03-21 14:59:59 +0000
commit800ae7a65f0d630b38a89a5a999ed9cc77a296bf (patch)
treea282a0c02bc9bffc5816d6a634a2dacad8c52ca3 /databases
parent5c1c04bd7e5561d4e9d024e65fd544453f7c0855 (diff)
downloadpkgsrc-800ae7a65f0d630b38a89a5a999ed9cc77a296bf.tar.gz
databases/ruby-postgres_ext: remove pacakge
Remove ruby-postgres_ext package. Acoording to https://github.com/dockyard/postgres_ext (redirect to https://github.com/DavyJonesLocker/postgres_ext), this rubygem is no longer maintained. Approved by MAINTAINER.
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-postgres_ext/DESCR2
-rw-r--r--databases/ruby-postgres_ext/Makefile21
-rw-r--r--databases/ruby-postgres_ext/PLIST48
-rw-r--r--databases/ruby-postgres_ext/distinfo6
4 files changed, 0 insertions, 77 deletions
diff --git a/databases/ruby-postgres_ext/DESCR b/databases/ruby-postgres_ext/DESCR
deleted file mode 100644
index 982d835ab36..00000000000
--- a/databases/ruby-postgres_ext/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-postgres_ext adds missing native PostgreSQL data types to ActiveRecord
-and convenient querying extensions for ActiveRecord and Arel.
diff --git a/databases/ruby-postgres_ext/Makefile b/databases/ruby-postgres_ext/Makefile
deleted file mode 100644
index 4b59f4f8723..00000000000
--- a/databases/ruby-postgres_ext/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2020/03/20 15:08:56 taca Exp $
-
-DISTNAME= postgres_ext-3.0.1
-PKGREVISION= 1
-CATEGORIES= databases
-
-MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= https://github.com/dockyard/postgres_ext
-COMMENT= Native PostgreSQL data types for ActiveRecord
-LICENSE= mit
-
-DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
-DEPENDS+= ${RUBY_PKGPREFIX}-arel>=4.0.1:../../databases/ruby-arel
-DEPENDS+= ${RUBY_PKGPREFIX}-pg_array_parser>=0.0.9:../../databases/ruby-pg_array_parser
-
-USE_LANGUAGES= # none
-
-RUBY_RAILS_ACCEPTED= 42
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/ruby-postgres_ext/PLIST b/databases/ruby-postgres_ext/PLIST
deleted file mode 100644
index d626ef4d89d..00000000000
--- a/databases/ruby-postgres_ext/PLIST
+++ /dev/null
@@ -1,48 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2020/01/16 15:17:32 taca Exp $
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.travis.yml
-${GEM_LIBDIR}/CHANGELOG.md
-${GEM_LIBDIR}/CODE_OF_CONDUCT.md
-${GEM_LIBDIR}/CONTRIBUTING.md
-${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/docs/querying.md
-${GEM_LIBDIR}/gemfiles/Gemfile.activerecord-4.0.x
-${GEM_LIBDIR}/gemfiles/Gemfile.activerecord-4.1.x
-${GEM_LIBDIR}/gemfiles/Gemfile.activerecord-4.2.x
-${GEM_LIBDIR}/lib/postgres_ext.rb
-${GEM_LIBDIR}/lib/postgres_ext/active_record.rb
-${GEM_LIBDIR}/lib/postgres_ext/active_record/cte_proxy.rb
-${GEM_LIBDIR}/lib/postgres_ext/active_record/querying.rb
-${GEM_LIBDIR}/lib/postgres_ext/active_record/relation.rb
-${GEM_LIBDIR}/lib/postgres_ext/active_record/relation/merger.rb
-${GEM_LIBDIR}/lib/postgres_ext/active_record/relation/predicate_builder.rb
-${GEM_LIBDIR}/lib/postgres_ext/active_record/relation/predicate_builder/array_handler.rb
-${GEM_LIBDIR}/lib/postgres_ext/active_record/relation/query_methods.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/4.1/predications.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/4.1/visitors.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/4.1/visitors/depth_first.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/4.1/visitors/postgresql.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/4.2/predications.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/4.2/visitors.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/4.2/visitors/postgresql.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/nodes.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/nodes/array_nodes.rb
-${GEM_LIBDIR}/lib/postgres_ext/arel/nodes/contained_within.rb
-${GEM_LIBDIR}/lib/postgres_ext/version.rb
-${GEM_LIBDIR}/postgres_ext.gemspec
-${GEM_LIBDIR}/test/arel/array_test.rb
-${GEM_LIBDIR}/test/arel/inet_test.rb
-${GEM_LIBDIR}/test/queries/alias_test.rb
-${GEM_LIBDIR}/test/queries/array_queries_test.rb
-${GEM_LIBDIR}/test/queries/common_table_expression_test.rb
-${GEM_LIBDIR}/test/queries/contains_test.rb
-${GEM_LIBDIR}/test/queries/join_query_test.rb
-${GEM_LIBDIR}/test/queries/sanity_test.rb
-${GEM_LIBDIR}/test/queries/window_functions_test.rb
-${GEM_LIBDIR}/test/test_helper.rb
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/databases/ruby-postgres_ext/distinfo b/databases/ruby-postgres_ext/distinfo
deleted file mode 100644
index d409a8d6950..00000000000
--- a/databases/ruby-postgres_ext/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2020/01/16 15:17:32 taca Exp $
-
-SHA1 (postgres_ext-3.0.1.gem) = 60dc47991c25e6f3593a4062f4fa0fcea64b9756
-RMD160 (postgres_ext-3.0.1.gem) = 66e4074fe75f5b2930cb35a1aaebaed23dff8d36
-SHA512 (postgres_ext-3.0.1.gem) = da1f47e90e12229f675955491d21eea56a349213db963e7a6e29886c1f5b8773a1988ca224be4abf5163e66e4189d98e9adf85d61e201488e5c13b36bc6f7b4f
-Size (postgres_ext-3.0.1.gem) = 24064 bytes