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.
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
State Changed From-To: open->closed Port added, thanks! You forgot to add the directories created to pkg-plist