From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 21 04:00:37 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 207BC16A4E5 for ; Fri, 21 Jul 2006 04:00:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4919943D46 for ; Fri, 21 Jul 2006 04:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6L40alZ076198 for ; Fri, 21 Jul 2006 04:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6L40akK076189; Fri, 21 Jul 2006 04:00:36 GMT (envelope-from gnats) Resent-Date: Fri, 21 Jul 2006 04:00:36 GMT Resent-Message-Id: <200607210400.k6L40akK076189@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6CD816A4DF for ; Fri, 21 Jul 2006 03:57:55 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1200D43D70 for ; Fri, 21 Jul 2006 03:57:54 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id D25602E970 for ; Fri, 21 Jul 2006 11:57:54 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Fri, 21 Jul 2006 11:51:05 +0800 Message-Id: <20060721035754.D25602E970@smtp2.bc.hgc.com.tw> Date: Fri, 21 Jul 2006 11:51:05 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100640: [NEW PORT] textproc/p5-CSS: Object oriented access to Cascading Style Sheets (CSS) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 04:00:37 -0000 >Number: 100640 >Category: ports >Synopsis: [NEW PORT] textproc/p5-CSS: Object oriented access to Cascading Style Sheets (CSS) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 21 04:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: This module can be used, along with a CSS::Parse::* module, to parse CSS data and represent it as a tree of objects. Using a CSS::Adaptor::* module, the CSS data tree can then be transformed into other formats. WWW: http://search.cpan.org/dist/CSS/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-CSS-1.07.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-CSS # p5-CSS/Makefile # p5-CSS/distinfo # p5-CSS/pkg-descr # p5-CSS/pkg-plist # echo c - p5-CSS mkdir -p p5-CSS > /dev/null 2>&1 echo x - p5-CSS/Makefile sed 's/^X//' >p5-CSS/Makefile << 'END-of-p5-CSS/Makefile' X# New ports collection makefile for: p5-CSS X# Date created: 2006/07/21 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= CSS XPORTVERSION= 1.07 XCATEGORIES= textproc www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= CSS XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= Object oriented access to Cascading Style Sheets (CSS) X XBUILD_DEPENDS= p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent X XMAN3= CSS.3 CSS::Value.3 CSS::Parse::Compiled.3 CSS::Property.3 CSS::Parse::Heavy.3 \ X CSS::Parse::PRDGrammar.3 CSS::Style.3 CSS::Parse::Lite.3 CSS::Selector.3 \ X CSS::Adaptor::Debug.3 CSS::Adaptor::Pretty.3 CSS::Parse.3 CSS::Adaptor.3 X XPERL_CONFIGURE= yes X X.include X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again X.endif X X.include END-of-p5-CSS/Makefile echo x - p5-CSS/distinfo sed 's/^X//' >p5-CSS/distinfo << 'END-of-p5-CSS/distinfo' XMD5 (CSS-1.07.tar.gz) = c4f08d2d2ab82c00b1a0d42754d9aef1 XSHA256 (CSS-1.07.tar.gz) = 3fc8f4176a25481f9e7f34162586b6f7db56117dd05ccf99529b7193df08326b XSIZE (CSS-1.07.tar.gz) = 33782 END-of-p5-CSS/distinfo echo x - p5-CSS/pkg-descr sed 's/^X//' >p5-CSS/pkg-descr << 'END-of-p5-CSS/pkg-descr' XThis module can be used, along with a CSS::Parse::* module, to parse CSS Xdata and represent it as a tree of objects. Using a CSS::Adaptor::* module, Xthe CSS data tree can then be transformed into other formats. X XWWW: http://search.cpan.org/dist/CSS/ END-of-p5-CSS/pkg-descr echo x - p5-CSS/pkg-plist sed 's/^X//' >p5-CSS/pkg-plist << 'END-of-p5-CSS/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/.packlist X%%SITE_PERL%%/CSS.pm X%%SITE_PERL%%/CSS/Value.pm X%%SITE_PERL%%/CSS/Property.pm X%%SITE_PERL%%/CSS/Style.pm X%%SITE_PERL%%/CSS/Selector.pm X%%SITE_PERL%%/CSS/Parse.pm X%%SITE_PERL%%/CSS/Adaptor.pm X%%SITE_PERL%%/CSS/Parse/Compiled.pm X%%SITE_PERL%%/CSS/Parse/PRDGrammar.pm X%%SITE_PERL%%/CSS/Parse/Heavy.pm X%%SITE_PERL%%/CSS/Parse/Lite.pm X%%SITE_PERL%%/CSS/Parse/CompiledGrammar.pm X%%SITE_PERL%%/CSS/Adaptor/Debug.pm X%%SITE_PERL%%/CSS/Adaptor/Pretty.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS X@dirrmtry %%SITE_PERL%%/CSS/Parse X@dirrmtry %%SITE_PERL%%/CSS/Adaptor X@dirrmtry %%SITE_PERL%%/CSS END-of-p5-CSS/pkg-plist exit --- p5-CSS-1.07.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: