aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Breadcrumbs
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-09-251-6/+2
| | | | Notes: svn path=/head/; revision=304807
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.7Gabor Kovesdan2008-02-203-9/+7
| | | | | | | | | | | | - Add missing WWW - Style PR: ports/120850 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Andrew McNaughton <andrew@scoop.co.nz> (maintainer) Notes: svn path=/head/; revision=207642
* Update to 0.06Erwin Lansing2006-05-232-4/+4
| | | | | | | | | PR: 97632 Submitted by: Christopher Boumenot <boumenot@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=163154
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add p5-HTML-Breadcrumbs 0.03,Erwin Lansing2003-08-284-0/+48
HTML::Breadcrumbs is a module used to create HTML 'breadcrumb trails' i.e. an ordered set of html links locating the current page within a hierarchy. HTML::Breadcrumbs splits the given path up into a list of elements, derives labels to use for each of these elements, and then renders this list as N-1 links using the derived label, with the final element being just a label. PR: 55576 Submitted by: andrew@scoop.co.nz Notes: svn path=/head/; revision=87847