From owner-svn-ports-head@freebsd.org Thu Aug 4 10:24:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B09DBAEC2E; Thu, 4 Aug 2016 10:24:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BF96F16A7; Thu, 4 Aug 2016 10:24:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74AOvYi070428; Thu, 4 Aug 2016 10:24:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74AOvG6070423; Thu, 4 Aug 2016 10:24:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608041024.u74AOvG6070423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 4 Aug 2016 10:24:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419606 - in head/www: . p5-Dancer2-Plugin-Interchange6 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.22 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: Thu, 04 Aug 2016 10:24:59 -0000 Author: pi Date: Thu Aug 4 10:24:57 2016 New Revision: 419606 URL: https://svnweb.freebsd.org/changeset/ports/419606 Log: New port: www/p5-Dancer2-Plugin-Interchange6 Interchange6, the Open Source Shop Machine, is the Modern Perl ecosystem for online business. This plugin turns your Dancer2 site into a shop. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Interchange6/ PR: 211440 Submitted by: Henk van Oers Added: head/www/p5-Dancer2-Plugin-Interchange6/ head/www/p5-Dancer2-Plugin-Interchange6/Makefile (contents, props changed) head/www/p5-Dancer2-Plugin-Interchange6/distinfo (contents, props changed) head/www/p5-Dancer2-Plugin-Interchange6/pkg-descr (contents, props changed) head/www/p5-Dancer2-Plugin-Interchange6/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Aug 4 09:52:51 2016 (r419605) +++ head/www/Makefile Thu Aug 4 10:24:57 2016 (r419606) @@ -824,6 +824,7 @@ SUBDIR += p5-Dancer2 SUBDIR += p5-Dancer2-Plugin-Ajax SUBDIR += p5-Dancer2-Plugin-Deferred + SUBDIR += p5-Dancer2-Plugin-Interchange6 SUBDIR += p5-Dancer2-Plugin-Path-Class SUBDIR += p5-Data-TreeDumper-Renderer-DHTML SUBDIR += p5-Data-Validate-URI Added: head/www/p5-Dancer2-Plugin-Interchange6/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer2-Plugin-Interchange6/Makefile Thu Aug 4 10:24:57 2016 (r419606) @@ -0,0 +1,40 @@ +# Created by: +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-Interchange6 +PORTVERSION= 0.202 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= hvo.pm@xs4all.nl +COMMENT= Dancer2 Plugin for Interchange6 Open Source Shop Machine + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Interchange6-Schema>=0:databases/p5-Interchange6-Schema \ + p5-Interchange6>=0:www/p5-Interchange6 \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ + p5-Moo>=2.000000:devel/p5-Moo \ + p5-Type-Tiny>=0:devel/p5-Type-Tiny \ + p5-Safe-Isa>=0:devel/p5-Safe-Isa \ + p5-MooX-HandlesVia>=0:devel/p5-MooX-HandlesVia \ + p5-MooseX-CoverableModifiers>=0:devel/p5-MooseX-CoverableModifiers \ + p5-Net-HTTPS-Any>=0.11:net/p5-Net-HTTPS-Any \ + p5-Business-OnlinePayment>=3.04:finance/p5-Business-OnlinePayment \ + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ + p5-YAML>=0.86:textproc/p5-YAML \ + p5-Dancer2>=0.200002:www/p5-Dancer2 \ + p5-Dancer2-Session-DBIC>=0.102:databases/p5-Dancer2-Session-DBIC \ + p5-Dancer2-Plugin-DBIC>=0.0013:databases/p5-Dancer2-Plugin-DBIC \ + p5-Dancer2-Plugin-Auth-Extensible>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/www/p5-Dancer2-Plugin-Interchange6/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer2-Plugin-Interchange6/distinfo Thu Aug 4 10:24:57 2016 (r419606) @@ -0,0 +1,3 @@ +TIMESTAMP = 1469783059 +SHA256 (Dancer2-Plugin-Interchange6-0.202.tar.gz) = 9506ef2e4ec4e8ae5b53814b4e7f60baaa79d5162bf6fe64fa4bd39d04f9193b +SIZE (Dancer2-Plugin-Interchange6-0.202.tar.gz) = 35221 Added: head/www/p5-Dancer2-Plugin-Interchange6/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer2-Plugin-Interchange6/pkg-descr Thu Aug 4 10:24:57 2016 (r419606) @@ -0,0 +1,6 @@ +Interchange6, the Open Source Shop Machine, +is the Modern Perl ecosystem for online business. + +This plugin turns your Dancer2 site into a shop. + +WWW: http://search.cpan.org/dist/Dancer2-Plugin-Interchange6/ Added: head/www/p5-Dancer2-Plugin-Interchange6/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer2-Plugin-Interchange6/pkg-plist Thu Aug 4 10:24:57 2016 (r419606) @@ -0,0 +1,18 @@ +bin/interchange6-expire-sessions +%%SITE_PERL%%/Dancer2/Plugin/Interchange6.pm +%%SITE_PERL%%/Dancer2/Plugin/Interchange6/Business/OnlinePayment.pm +%%SITE_PERL%%/Dancer2/Plugin/Interchange6/Cart.pm +%%SITE_PERL%%/Dancer2/Plugin/Interchange6/Cart/Product.pm +%%SITE_PERL%%/Dancer2/Plugin/Interchange6/Routes.pm +%%SITE_PERL%%/Dancer2/Plugin/Interchange6/Routes/Account.pm +%%SITE_PERL%%/Dancer2/Plugin/Interchange6/Routes/Cart.pm +%%SITE_PERL%%/Dancer2/Plugin/Interchange6/Routes/Checkout.pm +%%PERL5_MAN1%%/interchange6-expire-sessions.1.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Interchange6.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Interchange6::Business::OnlinePayment.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Interchange6::Cart.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Interchange6::Cart::Product.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Interchange6::Routes.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Interchange6::Routes::Account.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Interchange6::Routes::Cart.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Interchange6::Routes::Checkout.3.gz