1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

File::Assets is a tool for managing JavaScript and CSS assets in a (web)

application. It allows you to "publish" assests in one place after having
specified them in different parts of the application (e.g. throughout request
and template processing phases).

WWW:    http://search.cpan.org/dist/File-Assets/
This commit is contained in:
Steve Wills 2011-05-02 01:48:22 +00:00
parent da839edb33
commit 17d7239ca4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273432
5 changed files with 85 additions and 0 deletions

View File

@ -1644,6 +1644,7 @@
SUBDIR += p5-FSA-Rules
SUBDIR += p5-Fennec-Lite
SUBDIR += p5-File-Append-TempFile
SUBDIR += p5-File-Assets
SUBDIR += p5-File-Attributes
SUBDIR += p5-File-Attributes-Recursive
SUBDIR += p5-File-BOM

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: p5-File-Assets
# Date created: 2011-05-01
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-Assets
PORTVERSION= 0.064
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RKRIMEN
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl module to Manage .css and .js assets
BUILD_DEPENDS= p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
p5-Directory-Scratch>0:${PORTSDIR}/devel/p5-Directory-Scratch \
p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \
p5-Path-Resource>0:${PORTSDIR}/devel/p5-Path-Resource \
p5-Tie-LLHash>0:${PORTSDIR}/devel/p5-Tie-LLHash \
p5-Carp-Clan-Share>0:${PORTSDIR}/devel/p5-Carp-Clan-Share \
p5-Object-Tiny>0:${PORTSDIR}/devel/p5-Object-Tiny \
p5-HTML-Declare>0:${PORTSDIR}/www/p5-HTML-Declare \
p5-XML-Tiny>0:${PORTSDIR}/textproc/p5-XML-Tiny \
p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy
RUN_DEPENDS= p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
p5-Directory-Scratch>0:${PORTSDIR}/devel/p5-Directory-Scratch \
p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \
p5-Path-Resource>0:${PORTSDIR}/devel/p5-Path-Resource \
p5-Tie-LLHash>0:${PORTSDIR}/devel/p5-Tie-LLHash \
p5-Carp-Clan-Share>0:${PORTSDIR}/devel/p5-Carp-Clan-Share \
p5-Object-Tiny>0:${PORTSDIR}/devel/p5-Object-Tiny \
p5-HTML-Declare>0:${PORTSDIR}/www/p5-HTML-Declare \
p5-XML-Tiny>0:${PORTSDIR}/textproc/p5-XML-Tiny \
p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy
USE_PERL= yes
PERL_CONFIGURE= yes
MAN3= File::Assets.3 File::Assets::Asset.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (File-Assets-0.064.tar.gz) = 92ef98b195b41d7c083886b49b13a43705c6c8a2994653fb69702288c4dcbee4
SIZE (File-Assets-0.064.tar.gz) = 50338

View File

@ -0,0 +1,6 @@
File::Assets is a tool for managing JavaScript and CSS assets in a (web)
application. It allows you to "publish" assests in one place after having
specified them in different parts of the application (e.g. throughout request
and template processing phases).
WWW: http://search.cpan.org/dist/File-Assets/

View File

@ -0,0 +1,32 @@
%%SITE_PERL%%/File/Assets/Asset/Content.pm
%%SITE_PERL%%/File/Assets/Filter/Minifier/CSS/XS.pm
%%SITE_PERL%%/File/Assets/Filter/Minifier/JavaScript/XS.pm
%%SITE_PERL%%/File/Assets/Filter/Minifier/Base.pm
%%SITE_PERL%%/File/Assets/Filter/Minifier/XS.pm
%%SITE_PERL%%/File/Assets/Filter/Minifier/Best.pm
%%SITE_PERL%%/File/Assets/Filter/Minifier/CSS.pm
%%SITE_PERL%%/File/Assets/Filter/Minifier/JavaScript.pm
%%SITE_PERL%%/File/Assets/Filter/Minifier/JS.pm
%%SITE_PERL%%/File/Assets/Filter/Concat.pm
%%SITE_PERL%%/File/Assets/Filter/Minifier.pm
%%SITE_PERL%%/File/Assets/Filter/YUICompressor.pm
%%SITE_PERL%%/File/Assets/Filter/CSS.pm
%%SITE_PERL%%/File/Assets/Filter/Collect.pm
%%SITE_PERL%%/File/Assets/Filter.pm
%%SITE_PERL%%/File/Assets/Carp.pm
%%SITE_PERL%%/File/Assets/Cache.pm
%%SITE_PERL%%/File/Assets/Kind.pm
%%SITE_PERL%%/File/Assets/Asset.pm
%%SITE_PERL%%/File/Assets/Util.pm
%%SITE_PERL%%/File/Assets/Bucket.pm
%%SITE_PERL%%/File/Assets.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Assets/.packlist
@dirrmtry %%SITE_PERL%%/File/Assets/Filter/Minifier/CSS
@dirrmtry %%SITE_PERL%%/File/Assets/Filter/Minifier/JavaScript
@dirrmtry %%SITE_PERL%%/File/Assets/Filter/Minifier
@dirrmtry %%SITE_PERL%%/File/Assets/Filter
@dirrmtry %%SITE_PERL%%/File/Assets/Asset
@dirrmtry %%SITE_PERL%%/File/Assets
@dirrmtry %%SITE_PERL%%/File
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Assets
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File