Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2016 20:11:20 +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: r419456 - in head/www: . p5-Interchange6
Message-ID:  <201608012011.u71KBKsS067288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Aug  1 20:11:19 2016
New Revision: 419456
URL: https://svnweb.freebsd.org/changeset/ports/419456

Log:
  New port: www/p5-Interchange6
  
  Interchange6, the Open Source Shop Machine,
  is the Modern Perl ecosystem for online business.
  It uses the DBIx::Class database schema Interchange6::Schema.
  
  This is a small module, implementing an API, used in Dancer plugins.
  
  WWW: http://search.cpan.org/dist/Interchange6/
  
  PR:		211358
  Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>

Added:
  head/www/p5-Interchange6/
  head/www/p5-Interchange6/Makefile   (contents, props changed)
  head/www/p5-Interchange6/distinfo   (contents, props changed)
  head/www/p5-Interchange6/pkg-descr   (contents, props changed)
  head/www/p5-Interchange6/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Aug  1 19:36:24 2016	(r419455)
+++ head/www/Makefile	Mon Aug  1 20:11:19 2016	(r419456)
@@ -1014,6 +1014,7 @@
     SUBDIR += p5-I18N-AcceptLanguage
     SUBDIR += p5-IMDB-Film
     SUBDIR += p5-Image-Delivery
+    SUBDIR += p5-Interchange6
     SUBDIR += p5-JE
     SUBDIR += p5-Jemplate
     SUBDIR += p5-Jifty

Added: head/www/p5-Interchange6/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Interchange6/Makefile	Mon Aug  1 20:11:19 2016	(r419456)
@@ -0,0 +1,32 @@
+# Created by: <hvo.pm@xs4all.nl>
+# $FreeBSD$
+
+PORTNAME=	Interchange6
+PORTVERSION=	0.120
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:HORNBURG
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	hvo.pm@xs4all.nl
+COMMENT=	Open Source Shop Machine
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Interchange6-Schema>=0:databases/p5-Interchange6-Schema \
+		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-aliased>=0:devel/p5-aliased
+
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/www/p5-Interchange6/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Interchange6/distinfo	Mon Aug  1 20:11:19 2016	(r419456)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469403635
+SHA256 (Interchange6-0.120.tar.gz) = 40d96dec64ff1cce95eb0389722a74fa4fc9f5d0321a0153ffe39e7507a68c08
+SIZE (Interchange6-0.120.tar.gz) = 21331

Added: head/www/p5-Interchange6/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Interchange6/pkg-descr	Mon Aug  1 20:11:19 2016	(r419456)
@@ -0,0 +1,7 @@
+Interchange6, the Open Source Shop Machine,
+is the Modern Perl ecosystem for online business.
+It uses the DBIx::Class database schema Interchange6::Schema.
+
+This is a small module, implementing an API, used in Dancer plugins.
+
+WWW: http://search.cpan.org/dist/Interchange6/

Added: head/www/p5-Interchange6/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Interchange6/pkg-plist	Mon Aug  1 20:11:19 2016	(r419456)
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/Interchange6.pm
+%%SITE_PERL%%/Interchange6/Cart.pm
+%%SITE_PERL%%/Interchange6/Cart/Cost.pm
+%%SITE_PERL%%/Interchange6/Cart/Product.pm
+%%SITE_PERL%%/Interchange6/Role/Costs.pm
+%%SITE_PERL%%/Interchange6/Types.pm
+%%PERL5_MAN3%%/Interchange6.3.gz
+%%PERL5_MAN3%%/Interchange6::Cart.3.gz
+%%PERL5_MAN3%%/Interchange6::Cart::Cost.3.gz
+%%PERL5_MAN3%%/Interchange6::Cart::Product.3.gz
+%%PERL5_MAN3%%/Interchange6::Role::Costs.3.gz
+%%PERL5_MAN3%%/Interchange6::Types.3.gz



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