Date: Wed, 19 Dec 2012 13:05:48 +0000 (UTC) From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309237 - in head/textproc: . p5-CSS-Compressor Message-ID: <201212191305.qBJD5mk8099876@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jadawin Date: Wed Dec 19 13:05:48 2012 New Revision: 309237 URL: http://svnweb.freebsd.org/changeset/ports/309237 Log: This module is an implementation of the CSS parts of Yahoo! YUIcompressor in Perl. It was needed to produce minified css on the fly using Perl based backend systems. WWW: http://search.cpan.org/dist/CSS-Compressor/ PR: ports/174484 Submitted by: gslin@gslin.org Added: head/textproc/p5-CSS-Compressor/ head/textproc/p5-CSS-Compressor/Makefile (contents, props changed) head/textproc/p5-CSS-Compressor/distinfo (contents, props changed) head/textproc/p5-CSS-Compressor/pkg-descr (contents, props changed) head/textproc/p5-CSS-Compressor/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Dec 19 12:43:12 2012 (r309236) +++ head/textproc/Makefile Wed Dec 19 13:05:48 2012 (r309237) @@ -490,6 +490,7 @@ SUBDIR += p5-CAM-PDF SUBDIR += p5-CQL-Parser SUBDIR += p5-CSS + SUBDIR += p5-CSS-Compressor SUBDIR += p5-CSS-Croco SUBDIR += p5-CSS-Minifier SUBDIR += p5-CSS-Minifier-XS Added: head/textproc/p5-CSS-Compressor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-CSS-Compressor/Makefile Wed Dec 19 13:05:48 2012 (r309237) @@ -0,0 +1,17 @@ +# Created by: Gea-Suan Lin <gslin@gslin.org> +# $FreeBSD$ + +PORTNAME= CSS-Compressor +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Perl extension for CSS minification + +PERL_CONFIGURE= yes + +MAN3= CSS::Compressor.3 + +.include <bsd.port.mk> Added: head/textproc/p5-CSS-Compressor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-CSS-Compressor/distinfo Wed Dec 19 13:05:48 2012 (r309237) @@ -0,0 +1,2 @@ +SHA256 (CSS-Compressor-0.02.tar.gz) = f70fff44d93ef82766dfed4d1ab995f2180c45d75998e29ccac8945ac9809d31 +SIZE (CSS-Compressor-0.02.tar.gz) = 11924 Added: head/textproc/p5-CSS-Compressor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-CSS-Compressor/pkg-descr Wed Dec 19 13:05:48 2012 (r309237) @@ -0,0 +1,5 @@ +This module is an implementation of the CSS parts of Yahoo! YUIcompressor +in Perl. It was needed to produce minified css on the fly using Perl +based backend systems. + +WWW: http://search.cpan.org/dist/CSS-Compressor/ Added: head/textproc/p5-CSS-Compressor/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-CSS-Compressor/pkg-plist Wed Dec 19 13:05:48 2012 (r309237) @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Compressor/.packlist +%%SITE_PERL%%/CSS/Compressor.pm +@dirrmtry %%SITE_PERL%%/CSS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Compressor +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212191305.qBJD5mk8099876>