From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 16:30:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3859D77B; Sat, 21 Feb 2015 16:30:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2272E954; Sat, 21 Feb 2015 16:30:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGUa6v040261; Sat, 21 Feb 2015 16:30:36 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LGUZ7F040256; Sat, 21 Feb 2015 16:30:35 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502211630.t1LGUZ7F040256@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 21 Feb 2015 16:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379534 - in head/databases: . p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 16:30:37 -0000 Author: adamw Date: Sat Feb 21 16:30:34 2015 New Revision: 379534 URL: https://svnweb.freebsd.org/changeset/ports/379534 QAT: https://qat.redports.org/buildarchive/r379534/ Log: Add databases/p5-Mojo-Pg, a PostgreSQL integration for Mojolicious. Added: head/databases/p5-Mojo-Pg/ head/databases/p5-Mojo-Pg/Makefile (contents, props changed) head/databases/p5-Mojo-Pg/distinfo (contents, props changed) head/databases/p5-Mojo-Pg/pkg-descr (contents, props changed) head/databases/p5-Mojo-Pg/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Feb 21 16:15:35 2015 (r379533) +++ head/databases/Makefile Sat Feb 21 16:30:34 2015 (r379534) @@ -416,6 +416,7 @@ SUBDIR += p5-MR-Tarantool SUBDIR += p5-Memcached-libmemcached SUBDIR += p5-Metadata + SUBDIR += p5-Mojo-Pg SUBDIR += p5-MongoDB SUBDIR += p5-MySQL-Diff SUBDIR += p5-Net-Async-CassandraCQL Added: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Mojo-Pg/Makefile Sat Feb 21 16:30:34 2015 (r379534) @@ -0,0 +1,23 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Mojo-Pg +PORTVERSION= 1.10 +CATEGORIES= databases www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SRI +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= PostgreSQL integration for p5-Mojolicious + +LICENSE= ART20 + +BUILD_DEPENDS= p5-Mojolicious>=5.81:${PORTSDIR}/www/p5-Mojolicious \ + p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Mojo-Pg/distinfo Sat Feb 21 16:30:34 2015 (r379534) @@ -0,0 +1,2 @@ +SHA256 (Mojo-Pg-1.10.tar.gz) = d276e47b160ea347820a0397b3e4dfaa4fb652de70b09b1be06854f5802d18b6 +SIZE (Mojo-Pg-1.10.tar.gz) = 20094 Added: head/databases/p5-Mojo-Pg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 16:30:34 2015 (r379534) @@ -0,0 +1,8 @@ +Mojo::Pg is a tiny wrapper around DBD::Pg that makes PostgreSQL a lot of fun to +use with the Mojolicious real-time web framework. + +Database handles are cached automatically, so they can be reused transparently +to increase performance. And you can handle connection timeouts gracefully by +holding on to them only for short amounts of time. + +WWW: http://mojolicio.us/perldoc/Mojo/Pg Added: head/databases/p5-Mojo-Pg/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Mojo-Pg/pkg-plist Sat Feb 21 16:30:34 2015 (r379534) @@ -0,0 +1,12 @@ +%%SITE_PERL%%/Mojo/Pg.pm +%%SITE_PERL%%/Mojo/Pg/Database.pm +%%SITE_PERL%%/Mojo/Pg/Migrations.pm +%%SITE_PERL%%/Mojo/Pg/PubSub.pm +%%SITE_PERL%%/Mojo/Pg/Results.pm +%%SITE_PERL%%/Mojo/Pg/Transaction.pm +%%PERL5_MAN3%%/Mojo::Pg.3.gz +%%PERL5_MAN3%%/Mojo::Pg::Database.3.gz +%%PERL5_MAN3%%/Mojo::Pg::Migrations.3.gz +%%PERL5_MAN3%%/Mojo::Pg::PubSub.3.gz +%%PERL5_MAN3%%/Mojo::Pg::Results.3.gz +%%PERL5_MAN3%%/Mojo::Pg::Transaction.3.gz