Date: Fri, 21 Jan 2005 09:16:38 -0200 (BRST) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76532: New port: devel/pear-HTML_Page2 PEAR base class for XHTML page generation Message-ID: <200501211116.j0LBGcG0015853@digitalsign.com> Resent-Message-ID: <200501211120.j0LBKKkn001090@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 (<antonio@inf.ufsc.br>) 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 <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501211116.j0LBGcG0015853>