Initial import of pear-HTML-Common-1.2.1
The PEAR::HTML_Common package provides methods for html code display and attributes handling.
This commit is contained in:
parent
7d59899b1a
commit
19b3ecfe7a
25
devel/pear-HTML-Common/Makefile
Normal file
25
devel/pear-HTML-Common/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/07/16 10:04:39 kevlo Exp $
|
||||
|
||||
COMMENT= "HTML classes for PHP"
|
||||
|
||||
DISTNAME= HTML_Common-1.2.1
|
||||
PKGNAME= pear-${DISTNAME}
|
||||
CATEGORIES= devel pear
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
MODULES= pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/pear-HTML-Common/distinfo
Normal file
3
devel/pear-HTML-Common/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (HTML_Common-1.2.1.tgz) = 0f4b7ed3f3f49590649f5ce4b4892044
|
||||
RMD160 (HTML_Common-1.2.1.tgz) = 45dbf3724e2bf04b421cb606693738280da362bf
|
||||
SHA1 (HTML_Common-1.2.1.tgz) = 7d4faec3d084d12ad06b17cda1d540dc5e6cf24c
|
6
devel/pear-HTML-Common/pkg/DESCR
Normal file
6
devel/pear-HTML-Common/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
The PEAR::HTML_Common package provides methods for html code display
|
||||
and attributes handling.
|
||||
* Methods to set, remove, update html attributes.
|
||||
* Handles comments in HTML code.
|
||||
* Handles layout, tabs, line endings for nicer HTML code.
|
||||
|
6
devel/pear-HTML-Common/pkg/PLIST
Normal file
6
devel/pear-HTML-Common/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/07/16 10:04:39 kevlo Exp $
|
||||
pear/lib/.registry/html_common.reg
|
||||
pear/lib/HTML/Common.php
|
||||
@dirrm pear/lib/HTML
|
||||
@dirrm lib/php
|
||||
@dirrm lib
|
Loading…
Reference in New Issue
Block a user