From owner-svn-ports-head@freebsd.org Tue Aug 14 15:06:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74475107AF51; Tue, 14 Aug 2018 15:06:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 276EE73AE1; Tue, 14 Aug 2018 15:06:40 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0432A1D27C; Tue, 14 Aug 2018 15:06:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7EF6dCv040153; Tue, 14 Aug 2018 15:06:39 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7EF6dUH040149; Tue, 14 Aug 2018 15:06:39 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201808141506.w7EF6dUH040149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 14 Aug 2018 15:06:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477162 - in head/www: . p5-Mojolicious-Plugin-HamlRenderer X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/www: . p5-Mojolicious-Plugin-HamlRenderer X-SVN-Commit-Revision: 477162 X-SVN-Commit-Repository: ports 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.27 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: Tue, 14 Aug 2018 15:06:40 -0000 Author: adamw Date: Tue Aug 14 15:06:38 2018 New Revision: 477162 URL: https://svnweb.freebsd.org/changeset/ports/477162 Log: Add www/p5-Mojolicious-Plugin-HamlRenderer This is a Haml renderer backend for Mojolicious. Added: head/www/p5-Mojolicious-Plugin-HamlRenderer/ head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile (contents, props changed) head/www/p5-Mojolicious-Plugin-HamlRenderer/distinfo (contents, props changed) head/www/p5-Mojolicious-Plugin-HamlRenderer/pkg-descr (contents, props changed) head/www/p5-Mojolicious-Plugin-HamlRenderer/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Aug 14 15:04:04 2018 (r477161) +++ head/www/Makefile Tue Aug 14 15:06:38 2018 (r477162) @@ -1081,6 +1081,7 @@ SUBDIR += p5-Mojolicious SUBDIR += p5-Mojolicious-Plugin-Authentication SUBDIR += p5-Mojolicious-Plugin-Database + SUBDIR += p5-Mojolicious-Plugin-HamlRenderer SUBDIR += p5-Mojolicious-Plugin-Mongodb SUBDIR += p5-Mojolicious-Plugin-SetUserGroup SUBDIR += p5-Mojolicious-Plugin-TtRenderer Added: head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-HamlRenderer/Makefile Tue Aug 14 15:06:38 2018 (r477162) @@ -0,0 +1,24 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Mojolicious-Plugin-HamlRenderer +PORTVERSION= 2.100000 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Haml renderer for Mojolicious + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Mojolicious>=1.3:www/p5-Mojolicious \ + p5-Text-Haml>=0.990103:textproc/p5-Text-Haml +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/www/p5-Mojolicious-Plugin-HamlRenderer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-HamlRenderer/distinfo Tue Aug 14 15:06:38 2018 (r477162) @@ -0,0 +1,3 @@ +TIMESTAMP = 1534258899 +SHA256 (Mojolicious-Plugin-HamlRenderer-2.100000.tar.gz) = 75e6db0879a3cb16159952b3378b7c73d02d532c41359d986bb11dadaf1fd86a +SIZE (Mojolicious-Plugin-HamlRenderer-2.100000.tar.gz) = 4714 Added: head/www/p5-Mojolicious-Plugin-HamlRenderer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-HamlRenderer/pkg-descr Tue Aug 14 15:06:38 2018 (r477162) @@ -0,0 +1,6 @@ +This plugin enables using the HTML Abstraction Markup Language (Haml), +via Text::Haml, as the rendering engine in Mojolicious apps. Haml pares +down HTML markup to almost the bare minimum, which speeds up +development and reduces the likelihood of tag errors. + +WWW: https://metacpan.org/release/Mojolicious-Plugin-HamlRenderer Added: head/www/p5-Mojolicious-Plugin-HamlRenderer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojolicious-Plugin-HamlRenderer/pkg-plist Tue Aug 14 15:06:38 2018 (r477162) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/MojoX/Renderer/Haml.pm +%%SITE_PERL%%/Mojolicious/Plugin/HamlRenderer.pm +%%PERL5_MAN3%%/MojoX::Renderer::Haml.3.gz +%%PERL5_MAN3%%/Mojolicious::Plugin::HamlRenderer.3.gz