Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 17:33:00 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401287 - in head/www: . p5-Dancer-Plugin-FlashMessage
Message-ID:  <201511111733.tABHX0e1083387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Wed Nov 11 17:33:00 2015
New Revision: 401287
URL: https://svnweb.freebsd.org/changeset/ports/401287

Log:
  Dancer plugin which provides an easy way implement flash messages.
  
  WWW: http://search.cpan.org/dist/Dancer-Plugin-FlashMessage/

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Nov 11 17:24:31 2015	(r401286)
+++ head/www/Makefile	Wed Nov 11 17:33:00 2015	(r401287)
@@ -839,6 +839,7 @@
     SUBDIR += p5-Dancer-Logger-Log4perl
     SUBDIR += p5-Dancer-Plugin-ExtDirect
     SUBDIR += p5-Dancer-Plugin-Feed
+    SUBDIR += p5-Dancer-Plugin-FlashMessage
     SUBDIR += p5-Dancer-Plugin-Lexicon
     SUBDIR += p5-Dancer-Plugin-Memcached
     SUBDIR += p5-Dancer-Plugin-REST

Added: head/www/p5-Dancer-Plugin-FlashMessage/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-FlashMessage/Makefile	Wed Nov 11 17:33:00 2015	(r401287)
@@ -0,0 +1,25 @@
+# Created by: Tom Judge <tj@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Dancer-Plugin-FlashMessage
+PORTVERSION=	0.314
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj@FreeBSD.org
+COMMENT=	Dancer plugin for implementing Flash Messages
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+post-patch:
+	@${RM} ${WRKSRC}/README.pod
+
+.include <bsd.port.mk>

Added: head/www/p5-Dancer-Plugin-FlashMessage/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-FlashMessage/distinfo	Wed Nov 11 17:33:00 2015	(r401287)
@@ -0,0 +1,2 @@
+SHA256 (Dancer-Plugin-FlashMessage-0.314.tar.gz) = 0964348c08369a37b7d47a04c10e17570415e02c7b39eefb1668d730cc588700
+SIZE (Dancer-Plugin-FlashMessage-0.314.tar.gz) = 12729

Added: head/www/p5-Dancer-Plugin-FlashMessage/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-FlashMessage/pkg-descr	Wed Nov 11 17:33:00 2015	(r401287)
@@ -0,0 +1,3 @@
+Dancer plugin which provides an easy way implement flash messages.
+
+WWW: http://search.cpan.org/dist/Dancer-Plugin-FlashMessage/

Added: head/www/p5-Dancer-Plugin-FlashMessage/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-FlashMessage/pkg-plist	Wed Nov 11 17:33:00 2015	(r401287)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Dancer/Plugin/FlashMessage.pm
+%%PERL5_MAN3%%/Dancer::Plugin::FlashMessage.3.gz



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