From owner-svn-ports-head@FreeBSD.ORG Fri Aug 1 17:20:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57F5A8EB; Fri, 1 Aug 2014 17:20:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C70082B22; Fri, 1 Aug 2014 17:20:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s71HKdGK002994; Fri, 1 Aug 2014 17:20:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s71HKdOu002988; Fri, 1 Aug 2014 17:20:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201408011720.s71HKdOu002988@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Aug 2014 17:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363738 - head/www/p5-Emplacken 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.18 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: Fri, 01 Aug 2014 17:20:40 -0000 Author: sunpoet Date: Fri Aug 1 17:20:38 2014 New Revision: 363738 URL: http://svnweb.freebsd.org/changeset/ports/363738 QAT: https://qat.redports.org/buildarchive/r363738/ Log: - Add LICENSE - Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr Modified: head/www/p5-Emplacken/Makefile head/www/p5-Emplacken/pkg-descr head/www/p5-Emplacken/pkg-plist Modified: head/www/p5-Emplacken/Makefile ============================================================================== --- head/www/p5-Emplacken/Makefile Fri Aug 1 17:20:31 2014 (r363737) +++ head/www/p5-Emplacken/Makefile Fri Aug 1 17:20:38 2014 (r363738) @@ -11,7 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manage multiple plack apps with a directory of config files -RUN_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ +LICENSE= ART20 + +BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ p5-File-Pid>=0:${PORTSDIR}/devel/p5-File-Pid \ p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \ @@ -24,8 +26,9 @@ RUN_DEPENDS= p5-Class-Load>=0:${PORTSDIR p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \ p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include Modified: head/www/p5-Emplacken/pkg-descr ============================================================================== --- head/www/p5-Emplacken/pkg-descr Fri Aug 1 17:20:31 2014 (r363737) +++ head/www/p5-Emplacken/pkg-descr Fri Aug 1 17:20:38 2014 (r363738) @@ -1,12 +1,10 @@ -Emplacken is a tool for managing a set of Plack applications based on -config files. It also adds support for privilege dropping and error -logs to those Plack servers that don't support these features -natively. +Emplacken is a tool for managing a set of Plack applications based on config +files. It also adds support for privilege dropping and error logs to those Plack +servers that don't support these features natively. -It works be reading a config file and using that to generate a PSGI -application file based on your config. It knows how to generate -Catalyst, Mojo, and Mason app files natively. For other apps, or more -complicated setups, you can supply a template to Emplacken and it -will use that to generate the PSGI app. +It works be reading a config file and using that to generate a PSGI application +file based on your config. It knows how to generate Catalyst, Mojo, and Mason +app files natively. For other apps, or more complicated setups, you can supply a +template to Emplacken and it will use that to generate the PSGI app. WWW: http://search.cpan.org/dist/Emplacken/ Modified: head/www/p5-Emplacken/pkg-plist ============================================================================== --- head/www/p5-Emplacken/pkg-plist Fri Aug 1 17:20:31 2014 (r363737) +++ head/www/p5-Emplacken/pkg-plist Fri Aug 1 17:20:38 2014 (r363738) @@ -1,5 +1,4 @@ bin/emplacken -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken/.packlist %%SITE_PERL%%/Emplacken.pm %%SITE_PERL%%/Emplacken/App.pm %%SITE_PERL%%/Emplacken/App/Starman.pm @@ -12,11 +11,12 @@ bin/emplacken %%SITE_PERL%%/Emplacken/Stderr.pm %%SITE_PERL%%/Emplacken/Types.pm %%SITE_PERL%%/Emplacken/Types/Internal.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken/.packlist %%PERL5_MAN3%%/Emplacken.3.gz %%PERL5_MAN3%%/Emplacken::Types.3.gz -@dirrmtry %%SITE_PERL%%/Emplacken/Types -@dirrmtry %%SITE_PERL%%/Emplacken/Role -@dirrmtry %%SITE_PERL%%/Emplacken/CodeBuilder -@dirrmtry %%SITE_PERL%%/Emplacken/App -@dirrmtry %%SITE_PERL%%/Emplacken -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Emplacken +@dirrm %%SITE_PERL%%/Emplacken/Types +@dirrm %%SITE_PERL%%/Emplacken/Role +@dirrm %%SITE_PERL%%/Emplacken/CodeBuilder +@dirrm %%SITE_PERL%%/Emplacken/App +@dirrm %%SITE_PERL%%/Emplacken