Add rubygem-pg0 0.21.0 (copied from rubygem-pg)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-21 13:39:24 +00:00
parent b592f6486f
commit 1057eec25b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462508
4 changed files with 35 additions and 0 deletions

View File

@ -972,6 +972,7 @@
SUBDIR += rubygem-peek-pg
SUBDIR += rubygem-pg
SUBDIR += rubygem-pg_array_parser
SUBDIR += rubygem-pg0
SUBDIR += rubygem-pghero
SUBDIR += rubygem-pghero-rails5
SUBDIR += rubygem-pghero-rails50

View File

@ -0,0 +1,26 @@
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pg
PORTVERSION= 0.21.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 0
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby interface to PostgreSQL library
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE =${WRKSRC}/BSDL
LICENSE_FILE_RUBY =${WRKSRC}/LICENSE
PORTSCOUT= limit:^0\.
CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
--with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
PG_CONFIG= ${LOCALBASE}/bin/pg_config
USE_RUBY= yes
USES= gem pgsql
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1497359776
SHA256 (rubygem/pg-0.21.0.gem) = 10b7cc05782236fb840c247a4ecb859f4b77001416774e1646c911c6b1567003
SIZE (rubygem/pg-0.21.0.gem) = 214016

View File

@ -0,0 +1,5 @@
rubygem-pg provides the module "pg", a Ruby interface to the
PostgreSQL Relational Database Management System, which
supersedes the old "postgres" module.
WWW: https://bitbucket.org/ged/ruby-pg/wiki/Home