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:
parent
f0957210ee
commit
c97bb6be4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252324
@ -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
|
||||
|
26
www/p5-Plack-Middleware-JSConcat/Makefile
Normal file
26
www/p5-Plack-Middleware-JSConcat/Makefile
Normal 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>
|
3
www/p5-Plack-Middleware-JSConcat/distinfo
Normal file
3
www/p5-Plack-Middleware-JSConcat/distinfo
Normal 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
|
6
www/p5-Plack-Middleware-JSConcat/pkg-descr
Normal file
6
www/p5-Plack-Middleware-JSConcat/pkg-descr
Normal 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/
|
7
www/p5-Plack-Middleware-JSConcat/pkg-plist
Normal file
7
www/p5-Plack-Middleware-JSConcat/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user