From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 21 11:20:22 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 6A3A816A4CF for ; Fri, 21 Jan 2005 11:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3260B43D55 for ; Fri, 21 Jan 2005 11:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0LBKK2e001092 for ; Fri, 21 Jan 2005 11:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0LBKKkn001090; Fri, 21 Jan 2005 11:20:20 GMT (envelope-from gnats) Resent-Date: Fri, 21 Jan 2005 11:20:20 GMT Resent-Message-Id: <200501211120.j0LBKKkn001090@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 C22ED16A4CF for ; Fri, 21 Jan 2005 11:16:41 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7510F43D53 for ; Fri, 21 Jan 2005 11:16:40 +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 j0LBGc2F015854 for ; Fri, 21 Jan 2005 09:16:39 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j0LBGcG0015853; Fri, 21 Jan 2005 09:16:38 -0200 (BRST) Message-Id: <200501211116.j0LBGcG0015853@digitalsign.com> Date: Fri, 21 Jan 2005 09:16:38 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76532: New port: devel/pear-HTML_Page2 PEAR base class for XHTML page generation 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: Fri, 21 Jan 2005 11:20:22 -0000 >Number: 76532 >Category: ports >Synopsis: New port: devel/pear-HTML_Page2 PEAR base class for XHTML page generation >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 Jan 21 11:20:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: devel/pear-HTML_Page2 PEAR base class for XHTML page generation The PEAR::HTML_Page2 package provides a simple interface for generating an XHTML compliant page: * supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and XHTML Basic 1.0 plus preliminary support for XHTML 2.0 * namespace support * global language declaration for the document * line ending styles * full META tag support * support for stylesheet declaration in the head section * support for script declaration in the head section * support for linked stylesheets and scripts * full support for header link tags * body can be a string, object with toHtml or toString methods or an array (can be combined) Ideas for use: * Use to validate the output of a class for XHTML compliance * Quick prototyping using PEAR packages is now a breeze. >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_Page2 # pear-HTML_Page2/Makefile # pear-HTML_Page2/distinfo # pear-HTML_Page2/pkg-descr # echo c - pear-HTML_Page2 mkdir -p pear-HTML_Page2 > /dev/null 2>&1 echo x - pear-HTML_Page2/Makefile sed 's/^X//' >pear-HTML_Page2/Makefile << 'END-of-pear-HTML_Page2/Makefile' X# Ports collection makefile for: pear-HTML_Page2 X# Date created: 21 January 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= HTML_Page2 XPORTVERSION= 0.5.0 XCATEGORIES= devel www pear XDISTNAME= ${PORTNAME}-${PORTVERSION}beta X XMAINTAINER= antonio@php.net XCOMMENT= PEAR base class for XHTML page generation X XBUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= HTML XFILES= Page2.php Page2/Doctypes.php Page2/Namespaces.php XEXAMPLES= Page2_NoDoctype.php Page2_Simple.php Page2_Complex.php X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-HTML_Page2/Makefile echo x - pear-HTML_Page2/distinfo sed 's/^X//' >pear-HTML_Page2/distinfo << 'END-of-pear-HTML_Page2/distinfo' XMD5 (PEAR/HTML_Page2-0.5.0beta.tgz) = a10646c904fafb3a39ecaf6920f0d174 XSIZE (PEAR/HTML_Page2-0.5.0beta.tgz) = 15467 END-of-pear-HTML_Page2/distinfo echo x - pear-HTML_Page2/pkg-descr sed 's/^X//' >pear-HTML_Page2/pkg-descr << 'END-of-pear-HTML_Page2/pkg-descr' XThe PEAR::HTML_Page2 package provides a simple interface for generating an XXHTML compliant page: X * supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and X XHTML Basic 1.0 plus preliminary support for XHTML 2.0 X * namespace support X * global language declaration for the document X * line ending styles X * full META tag support X * support for stylesheet declaration in the head section X * support for script declaration in the head section X * support for linked stylesheets and scripts X * full support for header link tags X * body can be a string, object with toHtml or toString methods or an array X (can be combined) X XIdeas for use: X * Use to validate the output of a class for XHTML compliance X * Quick prototyping using PEAR packages is now a breeze. X XWWW: http://pear.php.net/package/HTML_Page2/ END-of-pear-HTML_Page2/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: