diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:20:38 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:20:38 +0000 |
commit | ca056d58cca0f9bfa6bd9c008f4e045ed4c67146 (patch) | |
tree | 28a2e39438890844baac36763533a0ece1d6f40b /www | |
parent | 8458dd2b4d8f07f3b94593cd4458bbc7da2c90cf (diff) | |
download | pkgsrc-ca056d58cca0f9bfa6bd9c008f4e045ed4c67146.tar.gz |
added pear-HTML_Common-1.2.1, moved from pkgsrc-wip, as done by Adrian Portelli
The PEAR::HTML_Common PHP 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.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index b9549ad2670..65cb95771dc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.281 2003/12/17 14:38:38 taca Exp $ +# $NetBSD: Makefile,v 1.282 2003/12/17 19:20:38 jdolecek Exp $ # COMMENT= Packages related to the World Wide Web @@ -169,6 +169,7 @@ SUBDIR+= p5-VRML SUBDIR+= p5-WWW-Amazon-Wishlist SUBDIR+= p5-libapreq SUBDIR+= p5-libwww +SUBDIR+= pear-HTML_Common SUBDIR+= php-FastTemplate SUBDIR+= php3 SUBDIR+= php4 |