Bug 55576 - New port: p5-HTML-Breadcrumbs
Summary: New port: p5-HTML-Breadcrumbs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-14 11:50 UTC by Andrew McNaughton
Modified: 2003-08-28 08:35 UTC (History)
1 user (show)

See Also:


Attachments
p5-HTML-Breadcrumbs.shar (2.51 KB, text/plain)
2003-08-14 11:50 UTC, Andrew McNaughton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew McNaughton 2003-08-14 11:50:14 UTC
HTML::Breadcrumbs
=================

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.

Both procedural and object-oriented interfaces are provided. The OO
interface is useful if you want to separate object creation and
initialisation from rendering or display, or for subclassing.

Both interfaces allow you to munge the path in various ways, to set
labels either explicitly via a hashref or via a callback subroutine,
and to control the formatting of elements via sprintf patterns or a
callback subroutine.
Comment 1 Andrew McNaughton 2003-08-15 03:52:34 UTC
Found a glitch.  pkg-plist should have a '/' in place of the '::'.

Andrew



On Thu, 14 Aug 2003 FreeBSD-gnats-submit@FreeBSD.org wrote:

> Date: Thu, 14 Aug 2003 03:50:14 -0700 (PDT)
> From: FreeBSD-gnats-submit@FreeBSD.org
> To: Andrew McNaughton <andrew@scoop.co.nz>
> Subject: Re: ports/55576: New port: p5-HTML-Breadcrumbs
>
> Thank you very much for your problem report.
> It has the internal identification `ports/55576'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=55576
>
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       New port: p5-HTML-Breadcrumbs
> >Arrival-Date:   Thu Aug 14 03:50:14 PDT 2003
>

--

No added Sugar.  Not tested on animals.  May contain traces of Nuts.  If
irritation occurs, discontinue use.

-------------------------------------------------------------------
Andrew McNaughton           In Sydney
                            Working on a Product Recommender System
andrew@scoop.co.nz
Mobile: +61 422 753 792     http://staff.scoop.co.nz/andrew/cv.doc
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2003-08-28 08:34:44 UTC
State Changed
From-To: open->closed

Port added, thanks! 

You forgot to add the directories created to pkg-plist