diff options
author | lbr <lbr@FreeBSD.org> | 2009-03-29 22:16:18 +0800 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2009-03-29 22:16:18 +0800 |
commit | 20fc548efd977b7083f2fe281a6dd99b97aa5f1d (patch) | |
tree | d8aed4f5561b1a9abd3cc79490f74847ff604abf /www/p5-HTML-LinkList | |
parent | 3f0f63a639fd2cfb10c49672e8c04c45f73fed10 (diff) | |
download | freebsd-ports-gnome-20fc548efd977b7083f2fe281a6dd99b97aa5f1d.tar.gz freebsd-ports-gnome-20fc548efd977b7083f2fe281a6dd99b97aa5f1d.tar.zst freebsd-ports-gnome-20fc548efd977b7083f2fe281a6dd99b97aa5f1d.zip |
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.
Diffstat (limited to 'www/p5-HTML-LinkList')
-rw-r--r-- | www/p5-HTML-LinkList/Makefile | 21 | ||||
-rw-r--r-- | www/p5-HTML-LinkList/distinfo | 3 | ||||
-rw-r--r-- | www/p5-HTML-LinkList/pkg-descr | 8 | ||||
-rw-r--r-- | www/p5-HTML-LinkList/pkg-plist | 2 |
4 files changed, 34 insertions, 0 deletions
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 <lbr@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |