diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:13:28 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:13:28 +0000 |
commit | c46918d45176649ed817dfd39f481f845d0aa288 (patch) | |
tree | da79070b5673f33454f9021ffec2a1c48b02df03 /www/pear-HTML_Common | |
parent | 52921afb2170e6d1fb133ca4805dc35dd2657399 (diff) | |
download | pkgsrc-c46918d45176649ed817dfd39f481f845d0aa288.tar.gz |
add pear-HTML_Common package; moved from pkgsrc-wip, 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/pear-HTML_Common')
-rw-r--r-- | www/pear-HTML_Common/DESCR | 5 | ||||
-rw-r--r-- | www/pear-HTML_Common/Makefile | 10 | ||||
-rw-r--r-- | www/pear-HTML_Common/PLIST | 1 | ||||
-rw-r--r-- | www/pear-HTML_Common/distinfo | 4 |
4 files changed, 20 insertions, 0 deletions
diff --git a/www/pear-HTML_Common/DESCR b/www/pear-HTML_Common/DESCR new file mode 100644 index 00000000000..debc2b44ce7 --- /dev/null +++ b/www/pear-HTML_Common/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/www/pear-HTML_Common/Makefile b/www/pear-HTML_Common/Makefile new file mode 100644 index 00000000000..481978b9df8 --- /dev/null +++ b/www/pear-HTML_Common/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/17 19:13:28 jdolecek Exp $ + +DISTNAME= HTML_Common-1.2.1 + +MAINTAINER= adrianp@stindustries.net +HOMEPAGE= http://pear.php.net/package/HTML_Common +COMMENT= PEAR::HTML_Common is a base PHP class for other HTML classes + +.include "../../wip/php4/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/pear-HTML_Common/PLIST b/www/pear-HTML_Common/PLIST new file mode 100644 index 00000000000..85047d4280e --- /dev/null +++ b/www/pear-HTML_Common/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 19:13:28 jdolecek Exp $ diff --git a/www/pear-HTML_Common/distinfo b/www/pear-HTML_Common/distinfo new file mode 100644 index 00000000000..b96000a73cc --- /dev/null +++ b/www/pear-HTML_Common/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/17 19:13:28 jdolecek Exp $ + +SHA1 (HTML_Common-1.2.1.tgz) = 7d4faec3d084d12ad06b17cda1d540dc5e6cf24c +Size (HTML_Common-1.2.1.tgz) = 3637 bytes |