From 8640eed7663ddcff3d099d6c2d90226e1b42a793 Mon Sep 17 00:00:00 2001 From: adrianp Date: Sat, 3 Nov 2007 14:32:04 +0000 Subject: This module provides a progress bar for web browsers, to keep end-users occupied when otherwise nothing would appear to be happening. It aims to require that the recipient client have a minimum of JavaScript 1.0, HTML 4.0, ancd CSS/1, but this has yet to be tested. --- www/p5-CGI-ProgressBar/DESCR | 5 +++++ www/p5-CGI-ProgressBar/Makefile | 19 +++++++++++++++++++ www/p5-CGI-ProgressBar/PLIST | 1 + www/p5-CGI-ProgressBar/distinfo | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 www/p5-CGI-ProgressBar/DESCR create mode 100644 www/p5-CGI-ProgressBar/Makefile create mode 100644 www/p5-CGI-ProgressBar/PLIST create mode 100644 www/p5-CGI-ProgressBar/distinfo (limited to 'www/p5-CGI-ProgressBar') diff --git a/www/p5-CGI-ProgressBar/DESCR b/www/p5-CGI-ProgressBar/DESCR new file mode 100644 index 00000000000..c335baf8fad --- /dev/null +++ b/www/p5-CGI-ProgressBar/DESCR @@ -0,0 +1,5 @@ +This module provides a progress bar for web browsers, to keep end-users +occupied when otherwise nothing would appear to be happening. + +It aims to require that the recipient client have a minimum of +JavaScript 1.0, HTML 4.0, ancd CSS/1, but this has yet to be tested. diff --git a/www/p5-CGI-ProgressBar/Makefile b/www/p5-CGI-ProgressBar/Makefile new file mode 100644 index 00000000000..888cf4c5333 --- /dev/null +++ b/www/p5-CGI-ProgressBar/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 14:32:04 adrianp Exp $ +# + +DISTNAME= CGI-ProgressBar-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/L/LG/LGODDARD/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/L/LG/LGODDARD/ +COMMENT= CGI.pm sub-class with a progress bar object + +DEPENDS+= p5-CGI>=3.15:../../www/p5-CGI + +PERL5_PACKLIST= auto/CGI/ProgressBar/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-ProgressBar/PLIST b/www/p5-CGI-ProgressBar/PLIST new file mode 100644 index 00000000000..804e9fe899d --- /dev/null +++ b/www/p5-CGI-ProgressBar/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/03 14:32:04 adrianp Exp $ diff --git a/www/p5-CGI-ProgressBar/distinfo b/www/p5-CGI-ProgressBar/distinfo new file mode 100644 index 00000000000..e846777d01c --- /dev/null +++ b/www/p5-CGI-ProgressBar/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/11/03 14:32:04 adrianp Exp $ + +SHA1 (CGI-ProgressBar-0.04.tar.gz) = aa56655da232d3e92d4b9a5c8d1d4fb57155c884 +RMD160 (CGI-ProgressBar-0.04.tar.gz) = 9db6f8037dae0bed282985f26facba26721c0971 +Size (CGI-ProgressBar-0.04.tar.gz) = 8652 bytes -- cgit v1.2.3