File: index.html.in

package info (click to toggle)
plplot 5.3.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 26,248 kB
  • ctags: 11,687
  • sloc: ansic: 86,045; xml: 17,249; sh: 12,400; tcl: 8,113; cpp: 6,824; perl: 4,383; python: 3,915; makefile: 2,899; java: 2,788; fortran: 290; sed: 5; awk: 1
file content (48 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>PLplot packages for Debian GNU/Linux</title>
  </head>

  <body>
    <h1>PLplot packages for Debian GNU/Linux</h1>
    <table border="1">
      <tbody>
	<tr>
	  <th> file </th>
	  <th> size </th>
	  <th> md5sum </th>
	</tr>
<:

while (<>) {
  chomp;
  $f = $_;
  if ( -f $f ) {
    $s = `ls -sh $f`;
    $s =~ s/\s*([0-9.]+)([MKk])\s+.*/$1 $2/;
    chomp $s;
    $m = `md5sum $f`;
    $m =~ s/\s*([0-9a-f]+)\s+.*/$1/;
    chomp $m;
    print "
<tr>
  <td> <a href=\"$f\">$f</a> </td>
  <td align=\"right\"><pre> $s </pre></td>
  <td><pre> $m </pre></td>
</tr>
";
  }
}
:>
      </tbody>
    </table>

    <hr>
    <address><a href="mailto:rafael@debian.org">Rafael Laboissiere</a></address>
<!-- Created: Thu Feb 15 08:39:05 CET 2001 -->
<!-- hhmts start -->
Last modified: <: print `date` :>
<!-- hhmts end -->
  </body>
</html>