summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-04-24 10:05:13 +0000
committerwiz <wiz@pkgsrc.org>2014-04-24 10:05:13 +0000
commit035a25fa7ebbc47b1098e131c9c1c74490e6f3eb (patch)
treed8df57af3a5b60d8e6c66b5b720e91f0d155fd74 /pkgtools
parent705c8080ad00189122d784e7d8b2814961b7bfff (diff)
downloadpkgsrc-035a25fa7ebbc47b1098e131c9c1c74490e6f3eb.tar.gz
Mark up table header. From abs.
Bump version.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_p5up2date/Makefile5
-rwxr-xr-xpkgtools/pkg_p5up2date/files/pkg_p5up2date.pl15
2 files changed, 14 insertions, 6 deletions
diff --git a/pkgtools/pkg_p5up2date/Makefile b/pkgtools/pkg_p5up2date/Makefile
index 234572bbd14..caf6d170b92 100644
--- a/pkgtools/pkg_p5up2date/Makefile
+++ b/pkgtools/pkg_p5up2date/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/03/03 03:30:54 obache Exp $
+# $NetBSD: Makefile,v 1.9 2014/04/24 10:05:13 wiz Exp $
-PKGNAME= pkg_p5up2date-0.04
-PKGREVISION= 3
+PKGNAME= pkg_p5up2date-0.05
CATEGORIES= pkgtools
MAINTAINER= pkgsrc-p5-people@NetBSD.org
diff --git a/pkgtools/pkg_p5up2date/files/pkg_p5up2date.pl b/pkgtools/pkg_p5up2date/files/pkg_p5up2date.pl
index 3250f17e768..4e75943b345 100755
--- a/pkgtools/pkg_p5up2date/files/pkg_p5up2date.pl
+++ b/pkgtools/pkg_p5up2date/files/pkg_p5up2date.pl
@@ -69,8 +69,17 @@ sub init
<body>
<h1>Outdated Perl5 modules in pkgsrc</h1>
- <table>
- <tr><th>Package location</th><th>Maintainer</th><th>Comment</th><th>Operation</th><th>Installed</th></tr>
+ <table class="table-datatable">
+ <thead>
+ <tr>
+ <th>Package location</th>
+ <th class="filter">Maintainer</th>
+ <th class="filter">Comment</th>
+ <th>Operation</th>
+ <th class="filter">Installed</th>
+ </tr>
+ </thead>
+ <tbody>
EOH
say {$self->{fh}} $intro;
return;
@@ -90,7 +99,7 @@ sub write_entry
sub finish
{
my ($self, $pkg2update, $pkgok, $pkgcrank) = @_;
- say {$self->{fh}} " </table>";
+ say {$self->{fh}} " <tbody>\n</table>\n";
scalar(@_) > 1 and
say {$self->{fh}} "$pkg2update p5-packages needing updates, $pkgok p5-packages are up-to-date, $pkgcrank p5-packages needs review";
my $extro = <<EOE;