From 2cb567c8d22732ddb4006ae6f429ad59401f5e24 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Wed, 17 Dec 2003 19:13:28 +0000 Subject: 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. --- www/pear-HTML_Common/DESCR | 5 +++++ www/pear-HTML_Common/Makefile | 10 ++++++++++ www/pear-HTML_Common/PLIST | 1 + www/pear-HTML_Common/distinfo | 4 ++++ 4 files changed, 20 insertions(+) create mode 100644 www/pear-HTML_Common/DESCR create mode 100644 www/pear-HTML_Common/Makefile create mode 100644 www/pear-HTML_Common/PLIST create mode 100644 www/pear-HTML_Common/distinfo (limited to 'www/pear-HTML_Common') 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 -- cgit v1.2.3