Date: Sun, 15 May 2016 06:59:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415211 - in head/databases: . rubygem-postgres_ext Message-ID: <201605150659.u4F6xC4w022875@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 15 06:59:11 2016 New Revision: 415211 URL: https://svnweb.freebsd.org/changeset/ports/415211 Log: New port: databases/rubygem-postgres_ext rubygem-postgres_ext adds missing native PostgreSQL data types to ActiveRecord and convenient querying extensions to ActiveRecord and Arel for Rails 4.x WWW: https://github.com/dockyard/postgres_ext Added: head/databases/rubygem-postgres_ext/ head/databases/rubygem-postgres_ext/Makefile (contents, props changed) head/databases/rubygem-postgres_ext/distinfo (contents, props changed) head/databases/rubygem-postgres_ext/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun May 15 06:54:15 2016 (r415210) +++ head/databases/Makefile Sun May 15 06:59:11 2016 (r415211) @@ -911,6 +911,7 @@ SUBDIR += rubygem-paranoia SUBDIR += rubygem-pg SUBDIR += rubygem-pg_array_parser + SUBDIR += rubygem-postgres_ext SUBDIR += rubygem-rbase SUBDIR += rubygem-redis SUBDIR += rubygem-redis-actionpack Added: head/databases/rubygem-postgres_ext/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-postgres_ext/Makefile Sun May 15 06:59:11 2016 (r415211) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= postgres_ext +PORTVERSION= 3.0.0 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= PostgreSQL data types extension for ActiveRecord + +LICENSE= MIT + +RUN_DEPENDS= rubygem-activerecord4>=4.0.0:databases/rubygem-activerecord4 \ + rubygem-arel6>=4.0.1:databases/rubygem-arel6 \ + rubygem-pg_array_parser>=0.0.9:databases/rubygem-pg_array_parser + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/databases/rubygem-postgres_ext/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-postgres_ext/distinfo Sun May 15 06:59:11 2016 (r415211) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463295349 +SHA256 (rubygem/postgres_ext-3.0.0.gem) = ec311a5550a0ad7a26ca9a3d1aaf3cb0a9a4e75fa49d6a3f6c4d055d1c0e77d1 +SIZE (rubygem/postgres_ext-3.0.0.gem) = 21504 Added: head/databases/rubygem-postgres_ext/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-postgres_ext/pkg-descr Sun May 15 06:59:11 2016 (r415211) @@ -0,0 +1,4 @@ +rubygem-postgres_ext adds missing native PostgreSQL data types to ActiveRecord +and convenient querying extensions to ActiveRecord and Arel for Rails 4.x + +WWW: https://github.com/dockyard/postgres_ext
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605150659.u4F6xC4w022875>