[Pkg-octave-commit] rev 385 - trunk/www

Rafael Laboissiere rafael at costa.debian.org
Fri Dec 23 17:49:00 UTC 2005


Author: rafael
Date: 2005-12-23 17:48:59 +0000 (Fri, 23 Dec 2005)
New Revision: 385

Modified:
   trunk/www/index.html.in
Log:
* Added sundials to the list of maintained packages
* Sort package names alphabetically


Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-12-17 07:56:56 UTC (rev 384)
+++ trunk/www/index.html.in	2005-12-23 17:48:59 UTC (rev 385)
@@ -106,13 +106,14 @@
   "octave2.9" => "sid",
   "octaviz" => "sid",
   "semidef-oct" => "sid",
+  "sundials" => "sid",
   "glpk-shlib" => "sid"
 )
 :>
 <dl><dt></dt><dd>
     <table class="pkg">
 <:
-for my $pkg (keys %packages) {
+for my $pkg (sort keys %packages) {
   my $pkg_svn = ($pkg =~ /(.*)\d\.\d$/) ? $1 : $pkg; _:>
       <tr>
         <td><:=$pkg:></td>
@@ -182,8 +183,7 @@
 <:
 @packages = (
   "octave-gtk",
-  "octplot",
-  "sundials"
+  "octplot"
 );
 for my $pkg (@packages) { _:>
       <li>




More information about the Pkg-octave-commit mailing list