From owner-svn-ports-head@freebsd.org Wed Nov 11 17:33:02 2015 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 0A47AA2CF0B; Wed, 11 Nov 2015 17:33:02 +0000 (UTC) (envelope-from tj@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 BC4AB12FF; Wed, 11 Nov 2015 17:33:01 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABHX0vG083392; Wed, 11 Nov 2015 17:33:00 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABHX0e1083387; Wed, 11 Nov 2015 17:33:00 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201511111733.tABHX0e1083387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Wed, 11 Nov 2015 17:33:00 +0000 (UTC) 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 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.20 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, 11 Nov 2015 17:33:02 -0000 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 +# $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 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