initial import of pear-HTML-Common-1.0
-- The HTML_Common package provides methods for HTML code display and attributes handling. 1) Methods to set, remove, update HTML attributes. 2) Handles comments in HTML code. 3) Handles layout and tabs for nicer HTML code.
This commit is contained in:
parent
4c2594a5fd
commit
b2096689de
23
www/pear-HTML-Common/Makefile
Normal file
23
www/pear-HTML-Common/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/03 23:39:33 avsm Exp $
|
||||
|
||||
COMMENT= "base package for HTML handling in PHP"
|
||||
|
||||
V= 1.0
|
||||
DISTNAME= HTML_Common-${V}
|
||||
PKGNAME= pear-HTML-Common-${V}
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
|
||||
MODULES= pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/pear-HTML-Common/distinfo
Normal file
3
www/pear-HTML-Common/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (HTML_Common-1.0.tgz) = 7190426df5f75e53b5ac5a6de8ec56b5
|
||||
RMD160 (HTML_Common-1.0.tgz) = 7c8fd870962421301f94bc8799aea88b1fa672e9
|
||||
SHA1 (HTML_Common-1.0.tgz) = c90b3c63150782c5fa1cde9acf84deabd2bd8c7b
|
6
www/pear-HTML-Common/pkg/DESCR
Normal file
6
www/pear-HTML-Common/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
The HTML_Common package provides methods for HTML code display and
|
||||
attributes handling.
|
||||
|
||||
1) Methods to set, remove, update HTML attributes.
|
||||
2) Handles comments in HTML code.
|
||||
3) Handles layout and tabs for nicer HTML code.
|
3
www/pear-HTML-Common/pkg/PLIST
Normal file
3
www/pear-HTML-Common/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/03 23:39:33 avsm Exp $
|
||||
lib/php/.registry/HTML_Common.reg
|
||||
lib/php/HTML/Common.php
|
Loading…
Reference in New Issue
Block a user