summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_TreeMenu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stage support for pear classes and channels in the devel categoryAntoine Brodin2013-11-081-1/+0
| | | | | | | | Reviewed by: bapt, ports@ Tested with: poudriere + diff on the content of generated packages Notes: svn path=/head/; revision=333263
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-151-25/+2
| | | | Notes: svn path=/head/; revision=314223
* - Update to 1.2.2Martin Wilke2011-02-262-4/+4
| | | | Notes: svn path=/head/; revision=269752
* - Update to 1.2.1Martin Wilke2008-04-192-6/+6
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=211629
* Reset maintainership of ports assigned to antonio@php.net after numerousMark Linimon2006-09-231-1/+1
| | | | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr Notes: svn path=/head/; revision=173626
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-2/+2
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* Upgrade to to 1.2.0.Thierry Thomas2005-03-032-5/+5
| | | | | | | | | | Changelog at <http://pear.php.net/package/HTML_TreeMenu/download/1.2.0/>. PR: ports/78297 Submitted by: Antônio Carlos Venâncio Júnior (maintainer) Notes: svn path=/head/; revision=130290
* New port: devel/pear-HTML_TreeMenu Provides an API to create a HTMLEdwin Groothuis2004-11-273-0/+53
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). PR: ports/74376 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=122552