diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-03 14:32:04 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-03 14:32:04 +0000 |
commit | 932ad4d0c2872b687c7d2980c49ab22e86c3b7ae (patch) | |
tree | 36a3fe3f93f154329820506949101b05edd357d5 /www | |
parent | fdefbf21ea4abcca108fe63ff98c34f666031864 (diff) | |
download | pkgsrc-932ad4d0c2872b687c7d2980c49ab22e86c3b7ae.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-ProgressBar/DESCR | 5 | ||||
-rw-r--r-- | www/p5-CGI-ProgressBar/Makefile | 19 | ||||
-rw-r--r-- | www/p5-CGI-ProgressBar/PLIST | 1 | ||||
-rw-r--r-- | www/p5-CGI-ProgressBar/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
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 |