diff options
author | wen <wen@FreeBSD.org> | 2009-11-28 21:26:18 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-28 21:26:18 +0800 |
commit | d63954e51a5edeb554ca14ead87b181f3c40912b (patch) | |
tree | b95e5a5827b5d64a30875275158edd7958a46032 | |
parent | 6e9a6ad7feb57ab405eab0d45b643b69d243ae7f (diff) | |
download | freebsd-ports-gnome-d63954e51a5edeb554ca14ead87b181f3c40912b.tar.gz freebsd-ports-gnome-d63954e51a5edeb554ca14ead87b181f3c40912b.tar.zst freebsd-ports-gnome-d63954e51a5edeb554ca14ead87b181f3c40912b.zip |
Library for converting CSS <style> blocks to inline styles.
WWW: http://search.cpan.org/dist/CSS-Inliner
PR: ports/139497
Submitted by: Vick Khera <vivek@khera.org>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/Makefile | 29 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/distinfo | 3 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/pkg-descr | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 429a8360311b..b05446dcf661 100644 --- a/www/Makefile +++ b/www/Makefile @@ -730,6 +730,7 @@ SUBDIR += p5-CGI.pm SUBDIR += p5-CGI_Lite SUBDIR += p5-CSS-DOM + SUBDIR += p5-CSS-Inliner SUBDIR += p5-Catalyst-Action-REST SUBDIR += p5-Catalyst-Action-RenderView SUBDIR += p5-Catalyst-Authentication-Credential-HTTP diff --git a/www/p5-CSS-Inliner/Makefile b/www/p5-CSS-Inliner/Makefile new file mode 100644 index 000000000000..f3f435aa05d0 --- /dev/null +++ b/www/p5-CSS-Inliner/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-HTML-Query +# Date created: Sat Oct 10 17:28:20 EDT 2009 +# Whom: Vivek Khera <vivek@khera.org> +# +# $FreeBSD$ +# + +PORTNAME= CSS-Inliner +PORTVERSION= 2307 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/K/KA/KAMELKEV +PKGNAMEPREFIX= p5- + +MAINTAINER= vivek@khera.org +COMMENT= Library for converting CSS <style> blocks to inline styles + +RUN_DEPENDS+= p5-CSS-Tiny>=1.15:${PORTSDIR}/textproc/p5-CSS-Tiny \ + p5-HTML-Query>=0.02:${PORTSDIR}/www/p5-HTML-Query \ + p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree + +PERL_CONFIGURE= yes + +MAN3= CSS::Inliner.3 +PLIST_FILES= %%SITE_PERL%%/CSS/Inliner.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner/.packlist +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner + +.include <bsd.port.mk> diff --git a/www/p5-CSS-Inliner/distinfo b/www/p5-CSS-Inliner/distinfo new file mode 100644 index 000000000000..daa5714a59b7 --- /dev/null +++ b/www/p5-CSS-Inliner/distinfo @@ -0,0 +1,3 @@ +MD5 (CSS-Inliner-2307.tar.gz) = d9b445d032b02ecf29bf0063ee8f6a05 +SHA256 (CSS-Inliner-2307.tar.gz) = 302a0ac12002d8d78b6bbdac8de6b85dae065c1295478e92d8969a0579ead05e +SIZE (CSS-Inliner-2307.tar.gz) = 3205 diff --git a/www/p5-CSS-Inliner/pkg-descr b/www/p5-CSS-Inliner/pkg-descr new file mode 100644 index 000000000000..784721717d40 --- /dev/null +++ b/www/p5-CSS-Inliner/pkg-descr @@ -0,0 +1,3 @@ +Library for converting CSS <style> blocks to inline styles. + +WWW: http://search.cpan.org/dist/CSS-Inliner |