From owner-svn-ports-all@FreeBSD.ORG Wed Dec 19 13:05:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF31C9AD; Wed, 19 Dec 2012 13:05:49 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B423A8FC0C; Wed, 19 Dec 2012 13:05:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJD5nUK099887; Wed, 19 Dec 2012 13:05:49 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBJD5mk8099876; Wed, 19 Dec 2012 13:05:48 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201212191305.qBJD5mk8099876@svn.freebsd.org> From: Philippe Audeoud Date: Wed, 19 Dec 2012 13:05:48 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 13:05:49 -0000 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 +# $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 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