From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 16 20:30:13 2005 Return-Path: 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 1EE4D16A4CE for ; Mon, 16 May 2005 20:30:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6EEF43D64 for ; Mon, 16 May 2005 20:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4GKU4Qu026455 for ; Mon, 16 May 2005 20:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4GKU4tE026452; Mon, 16 May 2005 20:30:04 GMT (envelope-from gnats) Resent-Date: Mon, 16 May 2005 20:30:04 GMT Resent-Message-Id: <200505162030.j4GKU4tE026452@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, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F056E16A4F6 for ; Mon, 16 May 2005 20:26:30 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.dynamic.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F38F43D9A for ; Mon, 16 May 2005 20:26:29 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j4GKQQ3F033039 for ; Mon, 16 May 2005 17:26:26 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j4GKQP15033038; Mon, 16 May 2005 17:26:25 -0300 (BRT) Message-Id: <200505162026.j4GKQP15033038@digitalsign.com> Date: Mon, 16 May 2005 17:26:25 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81132: New port: devel/pear-HTML_CSS PEAR class for generating CSS declarations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 20:30:13 -0000 >Number: 81132 >Category: ports >Synopsis: New port: devel/pear-HTML_CSS PEAR class for generating CSS declarations >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: Mon May 16 20:30:04 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antonio Carlos Venancio Junior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #7: Tue May 10 10:37:35 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: devel/pear-HTML_CSS PEAR class for generating CSS declarations PEAR::HTML_CSS provides a simple interface for generating a stylesheet declaration. It is completely standards compliant, and has some great features: * Simple OO interface to CSS definitions * Output to - Inline stylesheet declarations - Document internal stylesheet declarations - Standalone stylesheet declarations - Array of definitions In addition, it shares the following with HTML_Common based classes: * Indent style support * Line ending style >How-To-Repeat: >Fix: # 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: # # pear-HTML_CSS # pear-HTML_CSS/Makefile # pear-HTML_CSS/distinfo # pear-HTML_CSS/pkg-descr # echo c - pear-HTML_CSS mkdir -p pear-HTML_CSS > /dev/null 2>&1 echo x - pear-HTML_CSS/Makefile sed 's/^X//' >pear-HTML_CSS/Makefile << 'END-of-pear-HTML_CSS/Makefile' X# Ports collection makefile for: pear-HTML_CSS X# Date created: 16 May 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= HTML_CSS XPORTVERSION= 0.2.0 XCATEGORIES= devel www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR class for generating CSS declarations X XBUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= HTML XFILES= CSS.php XEXAMPLES= CSS_InHeader.php CSS_Inline.php CSS_Stylesheet.php X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-HTML_CSS/Makefile echo x - pear-HTML_CSS/distinfo sed 's/^X//' >pear-HTML_CSS/distinfo << 'END-of-pear-HTML_CSS/distinfo' XMD5 (PEAR/HTML_CSS-0.2.0.tgz) = 549eceff1562bd97b358a34e7abc0dfb XSIZE (PEAR/HTML_CSS-0.2.0.tgz) = 4181 END-of-pear-HTML_CSS/distinfo echo x - pear-HTML_CSS/pkg-descr sed 's/^X//' >pear-HTML_CSS/pkg-descr << 'END-of-pear-HTML_CSS/pkg-descr' XPEAR::HTML_CSS provides a simple interface for generating Xa stylesheet declaration. It is completely standards compliant, and Xhas some great features: X* Simple OO interface to CSS definitions X* Output to X - Inline stylesheet declarations X - Document internal stylesheet declarations X - Standalone stylesheet declarations X - Array of definitions X XIn addition, it shares the following with HTML_Common based classes: X* Indent style support X* Line ending style X XWWW: http://pear.php.net/package/HTML_CSS/ END-of-pear-HTML_CSS/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: