From owner-svn-ports-head@FreeBSD.ORG Wed Apr 1 13:58:17 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 1D1681B1; Wed, 1 Apr 2015 13:58:17 +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 06DC1B4; Wed, 1 Apr 2015 13:58:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31DwGdn095914; Wed, 1 Apr 2015 13:58:16 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31DwFTI095906; Wed, 1 Apr 2015 13:58:15 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201504011358.t31DwFTI095906@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 1 Apr 2015 13:58:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382913 - in head/databases: . p5-DBICx-Sugar 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: Wed, 01 Apr 2015 13:58:17 -0000 Author: bofh Date: Wed Apr 1 13:58:14 2015 New Revision: 382913 URL: https://svnweb.freebsd.org/changeset/ports/382913 QAT: https://qat.redports.org/buildarchive/r382913/ Log: [NEW] databases/p5-DBICx-Sugar: Just some syntax sugar for DBIx::Class Just some syntax sugar for your DBIx::Class applications. This was originally created to remove code duplication between Dancer::Plugin::DBIC and Dancer2::Plugin::DBIC. WWW: http://search.cpan.org/dist/DBICx-Sugar/ Added: head/databases/p5-DBICx-Sugar/ head/databases/p5-DBICx-Sugar/Makefile (contents, props changed) head/databases/p5-DBICx-Sugar/distinfo (contents, props changed) head/databases/p5-DBICx-Sugar/pkg-descr (contents, props changed) head/databases/p5-DBICx-Sugar/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Apr 1 13:06:56 2015 (r382912) +++ head/databases/Makefile Wed Apr 1 13:58:14 2015 (r382913) @@ -306,6 +306,7 @@ SUBDIR += p5-DBI-Shell SUBDIR += p5-DBICx-Deploy SUBDIR += p5-DBICx-MapMaker + SUBDIR += p5-DBICx-Sugar SUBDIR += p5-DBICx-TestDatabase SUBDIR += p5-DBICx-TxnInsert SUBDIR += p5-DBIWrapper Added: head/databases/p5-DBICx-Sugar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBICx-Sugar/Makefile Wed Apr 1 13:58:14 2015 (r382913) @@ -0,0 +1,30 @@ +# Created by: Muhammad Moinur Rahman +# $FreeBSD$ + +PORTNAME= DBICx-Sugar +PORTVERSION= 0.0001 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:IRONCAMEL +PKGNAMEPREFIX= p5- + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Just some syntax sugar for DBIx::Class + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \ + p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Modern>=0:${PORTSDIR}/devel/p5-Test-Modern \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Types-LoadableClass>0:${PORTSDIR}/devel/p5-MooseX-Types-LoadableClass + +USES= perl5 +USE_PERL5= configure + +.include Added: head/databases/p5-DBICx-Sugar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBICx-Sugar/distinfo Wed Apr 1 13:58:14 2015 (r382913) @@ -0,0 +1,2 @@ +SHA256 (DBICx-Sugar-0.0001.tar.gz) = 3a49f29602d9368b41ce1ac47cbfa11907d7aec0af51b5d355490a8696857c33 +SIZE (DBICx-Sugar-0.0001.tar.gz) = 16046 Added: head/databases/p5-DBICx-Sugar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBICx-Sugar/pkg-descr Wed Apr 1 13:58:14 2015 (r382913) @@ -0,0 +1,5 @@ +Just some syntax sugar for your DBIx::Class applications. This was originally +created to remove code duplication between Dancer::Plugin::DBIC and +Dancer2::Plugin::DBIC. + +WWW: http://search.cpan.org/dist/DBICx-Sugar/ Added: head/databases/p5-DBICx-Sugar/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DBICx-Sugar/pkg-plist Wed Apr 1 13:58:14 2015 (r382913) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/DBICx/Sugar.pm +%%PERL5_MAN3%%/DBICx::Sugar.3.gz