Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 17:20:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363738 - head/www/p5-Emplacken
Message-ID:  <201408011720.s71HKdOu002988@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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