HTML for pear/php5.

This commit is contained in:
mbalmer 2006-10-22 13:16:35 +00:00
parent 50dae55738
commit d6c69b7a14
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/22 13:16:35 mbalmer Exp $
COMMENT= "base package for HTML handling in PHP5"
DISTNAME= HTML_Page2-0.5.0beta
PKGNAME= pear-${DISTNAME:S/_/-/}
CATEGORIES= www devel pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
MODULES= www/php5/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (HTML_Page2-0.5.0beta.tgz) = a10646c904fafb3a39ecaf6920f0d174
RMD160 (HTML_Page2-0.5.0beta.tgz) = 85485f4cad24bf15c013cc6d3b5d4c0b2f5874bd
SHA1 (HTML_Page2-0.5.0beta.tgz) = 61000fac2631f99e747de46a9786fad174c0fae1
SIZE (HTML_Page2-0.5.0beta.tgz) = 15467

View File

@ -0,0 +1,10 @@
Abstract base class for HTML classes (PHP5 port of HTML_Common package).
The HTML_Common2 package provides methods for HTML code display and
attributes handling.
* Methods to set, remove, update html attributes.
* Handles comments in HTML code.
* Handles global document options (encoding, linebreak and indentation
characters).
* Handles indentation for nicer HTML code.

View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/22 13:16:35 mbalmer Exp $
lib/
lib/php/
pear/doc/HTML_Page2/
pear/doc/HTML_Page2/examples/
pear/doc/HTML_Page2/examples/Page2_Complex.php
pear/doc/HTML_Page2/examples/Page2_NoDoctype.php
pear/doc/HTML_Page2/examples/Page2_Simple.php
pear/lib/.registry/html_page2.reg
pear/lib/HTML/Page2/
pear/lib/HTML/Page2.php
pear/lib/HTML/Page2/Doctypes.php
pear/lib/HTML/Page2/Namespaces.php