1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Plack::Middleware::JSConcat allows you to concatenate multiple

javascripts files into one.  It provides a content-hashed key as the
url for including all the javascript files you specified.  You can
also provide a filter program to minimize the concatenated file.

WWW: http://search.cpan.org/dist/Plack-Middleware-JSConcat/
This commit is contained in:
Jun Kuriyama 2010-04-06 15:24:39 +00:00
parent f0957210ee
commit c97bb6be4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252324
5 changed files with 43 additions and 0 deletions

View File

@ -1095,6 +1095,7 @@
SUBDIR += p5-Plack-Middleware-Debug
SUBDIR += p5-Plack-Middleware-Deflater
SUBDIR += p5-Plack-Middleware-Header
SUBDIR += p5-Plack-Middleware-JSConcat
SUBDIR += p5-Plack-Middleware-ReverseProxy
SUBDIR += p5-Plack-Middleware-Session
SUBDIR += p5-Plack-Server-AnyEvent

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: Plack::Middleware::JSConcat
# Date created: 07 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Plack-Middleware-JSConcat
PORTVERSION= 0.29
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to concatenate javascripts
RUN_DEPENDS= \
p5-IPC-Run3>0:${PORTSDIR}/devel/p5-IPC-Run3 \
p5-Plack>0:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Plack::Middleware::JSConcat.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Plack-Middleware-JSConcat-0.29.tar.gz) = a7b46665d0b7c0acb5d3a132f104d3cf
SHA256 (Plack-Middleware-JSConcat-0.29.tar.gz) = 586bb40c0b294b867e783767351e85a16c7082011e59ee03f8067f45f90d7c5e
SIZE (Plack-Middleware-JSConcat-0.29.tar.gz) = 40137

View File

@ -0,0 +1,6 @@
Plack::Middleware::JSConcat allows you to concatenate multiple
javascripts files into one. It provides a content-hashed key as the
url for including all the javascript files you specified. You can
also provide a filter program to minimize the concatenated file.
WWW: http://search.cpan.org/dist/Plack-Middleware-JSConcat/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/JSConcat/.packlist
%%SITE_PERL%%/Plack/Middleware/JSConcat.pm
@dirrmtry %%SITE_PERL%%/Plack/Middleware
@dirrmtry %%SITE_PERL%%/Plack
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/JSConcat
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack