pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/pear-HTML_Common add pear-HTML_Common package; mov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71ed0c82b58d
branches:  trunk
changeset: 464909:71ed0c82b58d
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Dec 17 19:13:28 2003 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (36 lines):

diff -r 5eb64dc88ec3 -r 71ed0c82b58d www/pear-HTML_Common/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/pear-HTML_Common/DESCR        Wed Dec 17 19:13:28 2003 +0000
@@ -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 -r 5eb64dc88ec3 -r 71ed0c82b58d www/pear-HTML_Common/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/pear-HTML_Common/Makefile     Wed Dec 17 19:13:28 2003 +0000
@@ -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@localhost
+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 -r 5eb64dc88ec3 -r 71ed0c82b58d www/pear-HTML_Common/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/pear-HTML_Common/PLIST        Wed Dec 17 19:13:28 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 19:13:28 jdolecek Exp $
diff -r 5eb64dc88ec3 -r 71ed0c82b58d www/pear-HTML_Common/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/pear-HTML_Common/distinfo     Wed Dec 17 19:13:28 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index