svn commit: r368723 - in head/databases: . rubygem-dbd-pg

Dirk Meyer dinoex at FreeBSD.org
Sun Sep 21 08:17:26 UTC 2014


Author: dinoex
Date: Sun Sep 21 08:17:25 2014
New Revision: 368723
URL: http://svnweb.freebsd.org/changeset/ports/368723
QAT: https://qat.redports.org/buildarchive/r368723/

Log:
  This is the PostgreSQL driver for DBI-for-Ruby.
  
  WWW: http://ruby-dbi.sourceforge.net

Added:
  head/databases/rubygem-dbd-pg/
  head/databases/rubygem-dbd-pg/Makefile   (contents, props changed)
  head/databases/rubygem-dbd-pg/distinfo   (contents, props changed)
  head/databases/rubygem-dbd-pg/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Sep 21 08:03:46 2014	(r368722)
+++ head/databases/Makefile	Sun Sep 21 08:17:25 2014	(r368723)
@@ -837,6 +837,7 @@
     SUBDIR += rubygem-data_objects
     SUBDIR += rubygem-datamapper
     SUBDIR += rubygem-dbd-mysql
+    SUBDIR += rubygem-dbd-pg
     SUBDIR += rubygem-dbi
     SUBDIR += rubygem-dm-active_model
     SUBDIR += rubygem-dm-aggregates

Added: head/databases/rubygem-dbd-pg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-dbd-pg/Makefile	Sun Sep 21 08:17:25 2014	(r368723)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	dbd-pg
+PORTVERSION=	0.3.9
+CATEGORIES=	databases rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	PostgreSQL driver for DBI-for-Ruby
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/databases/rubygem-dbd-pg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-dbd-pg/distinfo	Sun Sep 21 08:17:25 2014	(r368723)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/dbd-pg-0.3.9.gem) = 8f07c011ce4ec0ffd6115f8a9b9c5739494eafc8d3241edc36576d39e039b4ed
+SIZE (rubygem/dbd-pg-0.3.9.gem) = 56832

Added: head/databases/rubygem-dbd-pg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-dbd-pg/pkg-descr	Sun Sep 21 08:17:25 2014	(r368723)
@@ -0,0 +1,3 @@
+This is the PostgreSQL driver for DBI-for-Ruby.
+
+WWW: http://ruby-dbi.sourceforge.net


More information about the svn-ports-head mailing list