1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

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
This commit is contained in:
Antoine Brodin 2016-05-15 06:59:11 +00:00
parent 7ed5194625
commit f0d02459a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415211
4 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1463295349
SHA256 (rubygem/postgres_ext-3.0.0.gem) = ec311a5550a0ad7a26ca9a3d1aaf3cb0a9a4e75fa49d6a3f6c4d055d1c0e77d1
SIZE (rubygem/postgres_ext-3.0.0.gem) = 21504

View File

@ -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