pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-CGI-ProgressBar This module provides a progress...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e59c6d12a34a
branches:  trunk
changeset: 534883:e59c6d12a34a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Nov 03 14:32:04 2007 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (46 lines):

diff -r 60bd6d541558 -r e59c6d12a34a www/p5-CGI-ProgressBar/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-ProgressBar/DESCR      Sat Nov 03 14:32:04 2007 +0000
@@ -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 -r 60bd6d541558 -r e59c6d12a34a www/p5-CGI-ProgressBar/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-ProgressBar/Makefile   Sat Nov 03 14:32:04 2007 +0000
@@ -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@localhost
+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 -r 60bd6d541558 -r e59c6d12a34a www/p5-CGI-ProgressBar/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-ProgressBar/PLIST      Sat Nov 03 14:32:04 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/03 14:32:04 adrianp Exp $
diff -r 60bd6d541558 -r e59c6d12a34a www/p5-CGI-ProgressBar/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-ProgressBar/distinfo   Sat Nov 03 14:32:04 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index