From 56a21d6b2076dd633aac30dd3e7aea0f153f782e Mon Sep 17 00:00:00 2001 From: Lars Balker Rasmussen Date: Sun, 29 Mar 2009 14:16:18 +0000 Subject: New port www/p5-HTML-LinkList: This module contains a number of functions for taking sets of URLs and labels and creating suitably formatted HTML. These links are "smart" because, if given the url of the current page, if any of the links in the list equal it, that item in the list will be formatted as a special label, not as a link; this is a Good Thing, since the user would be confused by clicking on a link back to the current page. --- www/p5-HTML-LinkList/Makefile | 21 +++++++++++++++++++++ www/p5-HTML-LinkList/distinfo | 3 +++ www/p5-HTML-LinkList/pkg-descr | 8 ++++++++ www/p5-HTML-LinkList/pkg-plist | 2 ++ 4 files changed, 34 insertions(+) create mode 100644 www/p5-HTML-LinkList/Makefile create mode 100644 www/p5-HTML-LinkList/distinfo create mode 100644 www/p5-HTML-LinkList/pkg-descr create mode 100644 www/p5-HTML-LinkList/pkg-plist (limited to 'www/p5-HTML-LinkList') diff --git a/www/p5-HTML-LinkList/Makefile b/www/p5-HTML-LinkList/Makefile new file mode 100644 index 000000000000..fb5da1886ef5 --- /dev/null +++ b/www/p5-HTML-LinkList/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: www/p5-HTML-LinkList +# Date created: 29 Mar 2009 +# Whom: Lars Balker Rasmussen +# +# $FreeBSD$ +# + +PORTNAME= HTML-LinkList +PORTVERSION= 0.1503 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lbr@FreeBSD.org +COMMENT= Create a 'smart' list of HTML links + +PERL_MODBUILD= 5.6.2+ + +MAN3= HTML::LinkList.3 + +.include diff --git a/www/p5-HTML-LinkList/distinfo b/www/p5-HTML-LinkList/distinfo new file mode 100644 index 000000000000..bf26f0970a95 --- /dev/null +++ b/www/p5-HTML-LinkList/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-LinkList-0.1503.tar.gz) = 57e79ea9a15e57864042d3645651530c +SHA256 (HTML-LinkList-0.1503.tar.gz) = b43e68eeb10a8ced4725f049499e2427079d0f6bf7f45e0272985ee5ed9feff4 +SIZE (HTML-LinkList-0.1503.tar.gz) = 17876 diff --git a/www/p5-HTML-LinkList/pkg-descr b/www/p5-HTML-LinkList/pkg-descr new file mode 100644 index 000000000000..d08db5b21cbd --- /dev/null +++ b/www/p5-HTML-LinkList/pkg-descr @@ -0,0 +1,8 @@ +This module contains a number of functions for taking sets of URLs and +labels and creating suitably formatted HTML. These links are "smart" +because, if given the url of the current page, if any of the links in +the list equal it, that item in the list will be formatted as a special +label, not as a link; this is a Good Thing, since the user would be +confused by clicking on a link back to the current page. + +WWW: http://search.cpan.org/dist/HTML-LinkList/ diff --git a/www/p5-HTML-LinkList/pkg-plist b/www/p5-HTML-LinkList/pkg-plist new file mode 100644 index 000000000000..8294f0b2ad3d --- /dev/null +++ b/www/p5-HTML-LinkList/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/HTML/LinkList.pm +@dirrmtry %%SITE_PERL%%/HTML -- cgit v1.2.3