Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2004 15:17:31 -0200 (BRST)
From:      Antonio Carlos Venancio Junior <antonio@php.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74376: New port: devel/pear-HTML_TreeMenu Provides an API to create a HTML tree
Message-ID:  <200411251717.iAPHHURT084989@digitalsign.com>
Resent-Message-ID: <200411251720.iAPHKO62014354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74376
>Category:       ports
>Synopsis:       New port: devel/pear-HTML_TreeMenu Provides an API to create a HTML tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 25 17:20:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004     root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO  i386
>Description:
New port: devel/pear-HTML_TreeMenu Provides an API to create a HTML tree

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. New API in 1.1 with many changes
(see CVS for changelog) and new features, of which most came
from Chip Chapin (http://www.chipchapin.com).
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-HTML_TreeMenu
#	pear-HTML_TreeMenu/Makefile
#	pear-HTML_TreeMenu/distinfo
#	pear-HTML_TreeMenu/pkg-descr
#
echo c - pear-HTML_TreeMenu
mkdir -p pear-HTML_TreeMenu > /dev/null 2>&1
echo x - pear-HTML_TreeMenu/Makefile
sed 's/^X//' >pear-HTML_TreeMenu/Makefile << 'END-of-pear-HTML_TreeMenu/Makefile'
X# Ports collection makefile for:  pear-HTML_TreeMenu
X# Date created:			  25 September 2004
X# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML_TreeMenu
XPORTVERSION=	1.1.9
XCATEGORIES=	devel www pear
X
XMAINTAINER=	antonio@php.net
XCOMMENT=	Provides an API to create a HTML tree
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	HTML
XFILES=		TreeMenu.php
XDATA=		TreeMenu.js images/branch.gif images/branchbottom.gif \
X		images/branchtop.gif images/folder.gif images/folder-expanded.gif \
X		images/line.gif images/linebottom.gif images/minus.gif \
X		images/minusbottom.gif images/minustop.gif images/plus.gif \
X		images/plusbottom.gif images/plustop.gif imagesAlt/branch.gif \
X		imagesAlt/branchbottom.gif imagesAlt/branchtop.gif imagesAlt/folder.gif \
X		imagesAlt/folder-expanded.gif imagesAlt/line.gif \
X		imagesAlt/linebottom.gif imagesAlt/minus.gif imagesAlt/minusbottom.gif \
X		imagesAlt/minustop.gif imagesAlt/plus.gif imagesAlt/plusbottom.gif \
X		imagesAlt/plustop.gif imagesAlt2/branch.gif imagesAlt2/branchbottom.gif \
X		imagesAlt2/branchtop.gif imagesAlt2/folder.gif \
X		imagesAlt2/folder-expanded.gif imagesAlt2/line.gif \
X		imagesAlt2/linebottom.gif imagesAlt2/minus.gif \
X		imagesAlt2/minusbottom.gif imagesAlt2/minustop.gif \
X		imagesAlt2/plus.gif imagesAlt2/plusbottom.gif imagesAlt2/plustop.gif
XDOCS=		HTML_TreeMenu.doc HTML_TreeMenu.pdf example.php map_fs.php
X_DATADIR=	.
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-HTML_TreeMenu/Makefile
echo x - pear-HTML_TreeMenu/distinfo
sed 's/^X//' >pear-HTML_TreeMenu/distinfo << 'END-of-pear-HTML_TreeMenu/distinfo'
XMD5 (PEAR/HTML_TreeMenu-1.1.9.tgz) = 88007ab29ac389ecc607c872de3ce684
XSIZE (PEAR/HTML_TreeMenu-1.1.9.tgz) = 49213
END-of-pear-HTML_TreeMenu/distinfo
echo x - pear-HTML_TreeMenu/pkg-descr
sed 's/^X//' >pear-HTML_TreeMenu/pkg-descr << 'END-of-pear-HTML_TreeMenu/pkg-descr'
XPHP Based API creates a tree structure using a couple of
Xsmall PHP classes. This can then be converted to javascript
Xusing the printMenu() method. The tree is dynamic in
XIE 4 or higher, NN6/Mozilla and Opera 7, and maintains state
X(the collapsed/expanded status of the branches) by using cookies.
XOther browsers display the tree fully expanded. Each node can
Xhave an optional link and icon. New API in 1.1 with many changes
X(see CVS for changelog) and new features, of which most came
Xfrom Chip Chapin (http://www.chipchapin.com).
X
XWWW: http://pear.php.net/package/HTML_TreeMenu/
END-of-pear-HTML_TreeMenu/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411251717.iAPHHURT084989>