commit-womb
[Top][All Lists]
Advanced

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

[commit-womb] gnumaint doc-categories.txt gm gnupackages.txt


From: Karl Berry
Subject: [commit-womb] gnumaint doc-categories.txt gm gnupackages.txt
Date: Sun, 12 Sep 2010 18:47:38 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Karl Berry <karl>       10/09/12 18:47:38

Modified files:
        .              : doc-categories.txt gm gnupackages.txt 

Log message:
        gm list packages html; rename GTK+ to gtk+

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/doc-categories.txt?cvsroot=womb&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gm?cvsroot=womb&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gnupackages.txt?cvsroot=womb&r1=1.63&r2=1.64

Patches:
Index: doc-categories.txt
===================================================================
RCS file: /sources/womb/gnumaint/doc-categories.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- doc-categories.txt  6 Sep 2010 17:51:59 -0000       1.5
+++ doc-categories.txt  12 Sep 2010 18:47:38 -0000      1.6
@@ -7,11 +7,16 @@
 Development    Software development
 Education
 Email
+Fonts
 Games
 Graphics
 Hobbies
 Interface
 Internet       Internet applications
+Live           Live communications
+Localization
+Mathematics
+Printing
 Science
 Security
 Spreadsheets

Index: gm
===================================================================
RCS file: /sources/womb/gnumaint/gm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- gm  19 Jul 2010 18:51:18 -0000      1.22
+++ gm  12 Sep 2010 18:47:38 -0000      1.23
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# $Id: gm,v 1.22 2010/07/19 18:51:18 karl Exp $
+# $Id: gm,v 1.23 2010/09/12 18:47:38 karl Exp $
 # More gnumaint-related stuff, since I think better in Perl than TCL.
 # 
 # Copyright 2007, 2008, 2009, 2010 Free Software Foundation Inc.
@@ -43,6 +43,7 @@
 list maintainers nophysical  (maintainers without phone/address info)
 list packages activity       (packages sorted by activity-status)
 list packages gplv3          (packages with GPLv3 update pending)
+list packages html           (packages with links)
 list packages unanswered     (packages which we've had no contact about)
 check activityfile           (verify activity-report.txt)
 check gnupackages            (verify consistency: maintainers/gnupackages)
@@ -200,6 +201,27 @@
 
 
 
+# Return all packages as relative HTML links to directories by the
+# package name.  We carefully maintain http://www.gnu.org/software/
+# so this works.  Use the simple pkgname/ directory, since nothing else
+# (neither /index.html nor /pkgname.html) always works.
+# 
+sub list_packages_html
+{
+  my @ret = ();
+
+  my %pkgs = &read_gnupackages ();
+  for my $pkgname (sort keys %pkgs) {
+    next if / /; # gimp www pages, flex manual
+    my %p = %{$pkgs{$pkgname}};
+    push (@ret, qq!<a href="$pkgname/">$pkgname</a>!);
+  }
+
+  return @ret;
+}
+
+
+
 # Return list of packages for whom no maintainer has answered.
 # 
 sub list_packages_unanswered

Index: gnupackages.txt
===================================================================
RCS file: /sources/womb/gnumaint/gnupackages.txt,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- gnupackages.txt     7 Sep 2010 00:26:49 -0000       1.63
+++ gnupackages.txt     12 Sep 2010 18:47:38 -0000      1.64
@@ -1,4 +1,4 @@
-# $Id: gnupackages.txt,v 1.63 2010/09/07 00:26:49 karl Exp $
+# $Id: gnupackages.txt,v 1.64 2010/09/12 18:47:38 karl Exp $
 # This file records information on a per-package basis,
 # *not* including maintainers (that's in /gd/gnuorg/maintainers).
 # There is nothing private in this file.  Public domain.
@@ -44,6 +44,9 @@
 
 package: a2ps
 copyright-holder: notfsf
+doc-category: Printing
+doc-summary: Any file to PostScript, including pretty-printing
+doc-url: none
 gplv3-status: done-in-4.14
 activity-status: ok 20071228 (4.14)
 last-contact: 10feb10 wrote
@@ -177,6 +180,9 @@
 
 package: bc
 copyright-holder: fsf
+doc-category: Mathematics
+doc-summary: Arbitrary precision numeric processing language
+doc-url: http://www.gnu.org/software/bc/manual/bc.html
 gplv3-status: next-release
 activity-status: stale 20001115 (1.06)
 last-contact: 9jun10 replied
@@ -304,7 +310,7 @@
 package: commoncpp
 mundane-name: Common C++
 gplv3-status: not-done-commoncpp2-1.6.3.tar.gz, done-ucommon-1.9.1
-activity-status: ok commoncpp2-1.8.0/20100224 (ucommon-3.3.5/20100810)
+activity-status: ok commoncpp2-1.8.0/20100224 (ucommon-3.3.7/20100910)
 last-contact: 8jun10 wrote
 
 package: config
@@ -340,6 +346,9 @@
 
 package: dc
 copyright-holder: fsf
+doc-category: Mathematics
+doc-summary: Arbitrary precision numeric processing with reverse-polish 
notation
+doc-url: http://www.gnu.org/software/bc/manual/dc-1.05/
 gplv3-status: see bc
 activity-status: ok # merged into the bc package (dc.README)
 last-contact: see bc
@@ -506,6 +515,9 @@
 activity-status: ok 20080916 (3.0)
 
 package: enscript
+doc-category: Printing
+doc-summary: Generating PostScript, including pretty-printing
+doc-url: none
 gplv3-status: done-in-1.6.5
 activity-status: ok 2010601 (1.6.5.2)
 
@@ -579,9 +591,12 @@
 activity-status: ok 20081115 (3.2)
 
 package: fribidi
-gplv3-status: under-discussion-with-brett (gnumaint-reply 3 Oct 2007 11:06:24)
 mundane-name: FriBiDi
+doc-category: Localization
+doc-summary: Implementation of the Unicode bidirectional algorithm
+doc-url: none
 download-url: http://fribidi.org/download/
+gplv3-status: under-discussion-with-brett (gnumaint-reply 3 Oct 2007 11:06:24)
 activity-status: ok 20090326 (0.19.2)
 
 package: gama
@@ -648,7 +663,7 @@
 
 package: gengen
 gplv3-status: done-in-1.3
-activity-status: ok 20091001 (1.4.1)
+activity-status: ok 20100906 (1.4.2)
 
 package: gengetopt
 copyright-holder: fsf
@@ -657,6 +672,9 @@
 
 package: gettext
 copyright-holder: fsf
+doc-category: Localization
+doc-summary: Tools and documentation for translation
+doc-url: htmlxref
 gplv3-status: done-except-for-dependencies-in-0.17
 activity-status: ok 20100606 (0.18.1.1)
 
@@ -674,10 +692,12 @@
 package: ghostscript
 copyright-holder: notfsf
 mundane-name: GNU Ghostscript
+doc-category: Printing
+doc-summary: PostScript and PDF interpreter
+doc-url: none
 logo: /software/ghostscript/images/gnugs-head.png
 gplv3-status: done-in-8.71.0
-activity-status: ok 20100905 (8.71.0)
-last-contact: 21jan10 replied
+activity-status: ok 20100908 (8.71.1)
 
 package: gift
 mundane-name: GIFT
@@ -709,7 +729,7 @@
 package: glib
 mundane-name: GLib
 download-url: http://ftp.gnome.org/pub/gnome/sources/glib/
-gplv3-status: see GTK+
+gplv3-status: see gtk+
 activity-status: ok 20100618 (2.25.9)
 
 package: global
@@ -1239,7 +1259,7 @@
 #homepage: http://gts.sourceforge.net/
 #activity-status: ? # 13nov08 wrote about gnu status
 
-package: GTK+
+package: gtk+
 gplv3-status: under-discussion # stormy.peters mail 23 Nov 2009 19:26:17
 activity-status: ok 20090925 (2.18) # 23nov09 wrote behdad
 
@@ -1288,6 +1308,9 @@
 
 package: gv
 copyright-holder: notfsf
+doc-category: Printing
+doc-summary: PostScript and PDF viewer using Ghostscript as a back-end
+doc-url: htmlxref
 gplv3-status: done-in-3.6.5
 activity-status: ok 20100610 (3.7.1)
 
@@ -1323,6 +1346,9 @@
 
 package: hp2xx
 copyright-holder: not-fsf
+doc-category: Printing
+doc-summary: Convert HP-GL format graphics to many vector and bitmap formats
+doc-url: none
 gplv3-status: not-done-since-stale
 activity-status: stale 20030623 (3.4.4)
 last-contact: 11feb10 replied, may
@@ -1353,7 +1379,7 @@
 doc-summary: Entirely free browser derived from Mozilla Firefox
 doc-url: none
 gplv3-status: not-applicable-since-not-our-program
-activity-status: ok 20100730 (3.6.8)
+activity-status: ok 20100908 (3.6.9)
 
 package: idutils
 copyright-holder: fsf
@@ -1378,6 +1404,9 @@
 activity-status: ok 20100515 (1.8)
 
 package: intlfonts
+doc-category: Fonts
+doc-summary: TrueType and BDF fonts covering many scripts
+doc-url: none
 gplv3-status: needs-exception-#341653-fonts (21 Aug 2007 10:41:44)
 activity-status: stale 20030703 (1.2.1)
 last-contact: 27jan09 wrote
@@ -1385,6 +1414,9 @@
 package: jacal
 mundane-name: JACAL
 logo: http://swiss.csail.mit.edu/~jaffer/Logo/equal96.png
+doc-category: Mathematics
+doc-summary: Symbolic mathematics system
+doc-url: http://people.csail.mit.edu/jaffer/jacal_toc.html
 gplv3-status: needs-guile-licensing-exception? (licensing 341651 20 Aug 2007 
21:32:09)
 # jacal is done, but scm and wb (fsf assigned?) aren't, needed guile.
 download-url: http://groups.csail.mit.edu/mac/ftpdir/scm/
@@ -1489,13 +1521,16 @@
 
 package: libmatheval
 copyright-holder: fsf
+doc-category: Mathematics
+doc-summary: Library for evaluating symbolic expressions
+doc-url: htmlxref
 gplv3-status: done-as-of-1.1.7
 activity-status: ok 20080327 (1.1.7)
 
 package: libmicrohttpd
 copyright-holder: not-fsf
 gplv3-status: depends-on-gnunet-lgplv2.1+
-activity-status: ok 20100726 (0.9.0)
+activity-status: ok 20100910 (0.9.1)
 
 package: libopts
 gplv3-status: not-done-in-27.6
@@ -1605,7 +1640,7 @@
 doc-summary: Utilities and library for reading and serving mail
 doc-url: htmlxref
 gplv3-status: done-in-2.0
-activity-status: ok 200910 (2.1)
+activity-status: ok 20100908 (2.2)
 
 package: make
 copyright-holder: fsf
@@ -1744,7 +1779,6 @@
 package: nettle
 gplv3-status: stays-lgplv2+?
 activity-status: ok 20100731 (2.1)
-download-url: http://www.lysator.liu.se/~nisse/archive/
 
 package: network
 gplv3-status: not-done-since-no-release
@@ -1758,6 +1792,9 @@
 activity-status: ok 20100716 (0.20)
 
 package: octave
+doc-category: Mathematics
+doc-summary: High-level language for numerical computation
+doc-url: http://www.gnu.org/software/octave/docs.html
 gplv3-status: done-in-3.0.1 (licensing #345079)
 activity-status: ok 20100128 (3.2.4)
 
@@ -1841,6 +1878,9 @@
 last-contact: 24mar09,4mar10 wrote
 
 package: pdf
+doc-category: Printing
+doc-summary: Library and programs for manipulating PDF
+doc-url: none
 gplv3-status: not-done-since-no-release
 activity-status: stale no-release
 
@@ -1927,8 +1967,11 @@
 package: pspp
 mundane-name: PSPP
 copyright-holder: fsf
-gplv3-status: done-in-0.4.0.1
 logo: /software/pspp/pspplogo.png
+doc-category: Mathematics
+doc-summary: Statistical analysis
+doc-url: htmlxref
+gplv3-status: done-in-0.4.0.1
 activity-status: ok 20091011 (0.6.2)
 
 package: psychosynth
@@ -2222,6 +2265,9 @@
 activity-status: ok 20081015 (1.07)
 
 package: thales
+doc-category: Live
+doc-summary: IRC to database gateway
+doc-url: none
 gplv3-status: not-done-since-stale
 activity-status: stale 20040509 (1.0) # 27mar10 wrote
 
@@ -2242,6 +2288,9 @@
 note: savannah project for www.gnu.org translation coordination
 
 package: trueprint
+doc-category: printing
+doc-summary: Pretty-print C sources and other plain text to PostScript
+doc-url: none
 gplv3-status: not-done-since-stale
 activity-status: stale 20010709 (5.3) # 5apr10 replied
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]