1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

The HTML_Common2 package provides methods for HTML code display and

attributes handling.
* Provides methods to set, remove, merge HTML attributes.
* Handles global document options (charset, linebreak and more).
* Provides methods to handle indentation and HTML comments.

WWW: http://pear.php.net/package/HTML_Common2/
This commit is contained in:
Martin Wilke 2006-12-26 20:49:30 +00:00
parent a9ba7efd37
commit de11675478
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180812
4 changed files with 35 additions and 0 deletions

View File

@ -1569,6 +1569,7 @@
SUBDIR += pear-HTML_BBCodeParser
SUBDIR += pear-HTML_CSS
SUBDIR += pear-HTML_Common
SUBDIR += pear-HTML_Common2
SUBDIR += pear-HTML_Form
SUBDIR += pear-HTML_Javascript
SUBDIR += pear-HTML_Page2

View File

@ -0,0 +1,24 @@
# Ports collection makefile for: pear-HTML_Common2
# Date created: 27 December 2006
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML_Common2
PORTVERSION= 0.3.0
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR::HTML_Common2 is a base class for other HTML classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML
FILES= Common2.php
TESTS= HTML_Common2_Test.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/HTML_Common2-0.3.0.tgz) = 757cf3879b3a6e4750728206e4c37070
SHA256 (PEAR/HTML_Common2-0.3.0.tgz) = f57db0e30473ff676c09c2632d4a7545f7eed50d3ce808a83cdaa8b63d0f56c5
SIZE (PEAR/HTML_Common2-0.3.0.tgz) = 6389

View File

@ -0,0 +1,7 @@
TheHTML_Common2 package provides methods for HTML code display and
attributes handling.
* Provides methods to set, remove, merge HTML attributes.
* Handles global document options (charset, linebreak and more).
* Provides methods to handle indentation and HTML comments.
WWW: http://pear.php.net/package/HTML_Common2/