Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
The PEAR::HTML_TreeMenu PHP package provides methods for HTML tree menus.
PHP Based api creates a tree structure using a couple of small PHP classes.
This can then be converted to javascript using the printMenu() method. The
tree is dynamic in IE 4 or higher, NN6/Mozilla and Opera 7, and maintains state
(the collapsed/expanded status of the branches) by using cookies.
Other browsers display the tree fully expanded. Each node can have an
optional link and icon.

View File

@@ -0,0 +1,10 @@
# $NetBSD: Makefile,v 1.3 2012/10/28 06:30:56 asau Exp $
DISTNAME= HTML_TreeMenu-1.2.2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP class for generating tree menus
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2010/12/22 15:50:01 taca Exp $
SHA1 (pear/HTML_TreeMenu-1.2.2.tgz) = 5d5f039e4311cd1ae7197b000ce4231fead1112d
RMD160 (pear/HTML_TreeMenu-1.2.2.tgz) = ef551f44353e662f66f6dd5268a04eaa696f7a21
Size (pear/HTML_TreeMenu-1.2.2.tgz) = 55925 bytes