Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 10:24:57 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
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
Message-ID:  <201608041024.u74AOvG6070423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <hvo.pm@xs4all.nl>

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: <hvo.pm@xs4all.nl>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041024.u74AOvG6070423>