commit-womb
[Top][All Lists]
Advanced

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

[commit-womb] gnumaint Makefile doc-categories.txt gm gnupack...


From: Karl Berry
Subject: [commit-womb] gnumaint Makefile doc-categories.txt gm gnupack...
Date: Sat, 25 Sep 2010 23:34:22 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Karl Berry <karl>       10/09/25 23:34:22

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

Log message:
        proxyknife

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/Makefile?cvsroot=womb&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/gnumaint/doc-categories.txt?cvsroot=womb&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gm?cvsroot=womb&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gnupackages.txt?cvsroot=womb&r1=1.66&r2=1.67

Patches:
Index: Makefile
===================================================================
RCS file: /sources/womb/gnumaint/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- Makefile    19 Jul 2010 18:51:18 -0000      1.22
+++ Makefile    25 Sep 2010 23:34:21 -0000      1.23
@@ -6,24 +6,12 @@
 
 default: test-savannah
 
-test-list-maintainers:
-       gnumaint list maintainers $(sep)
-       gnumaint list maintainers package karl1test  $(sep)
-       gnumaint list maintainers karl $(sep)
-       
-test-list-packages:
-#      gnumaint list packages $(sep)
-#      gnumaint list packages maintained $(sep)
-#      gnumaint list packages unmaintained $(sep)
-#      gnumaint list packages maintainer karl $(sep)
-       gnumaint list packages maintainer arenn $(sep)
-
-test-checkactivity:
-       gm check activityfile
-       
 test-listactivity:
        gm list packages activity
 
+test-listhtml html:
+       gm list packages html
+
 test-nophysical:
        gm list maintainers nophysical
 
@@ -33,12 +21,27 @@
 test-gplv3 gplv3:
        gm list packages gplv3
        
+test-activity:
+       gm check activityfile
+       
 test-gnupackages:
        gm check gnupackages
        
 test-savannah sv:
        gm check savannah
 
+test-list-maintainers:
+       gnumaint list maintainers $(sep)
+       gnumaint list maintainers package karl1test  $(sep)
+       gnumaint list maintainers karl $(sep)
+       
+test-list-packages:
+#      gnumaint list packages $(sep)
+#      gnumaint list packages maintained $(sep)
+#      gnumaint list packages unmaintained $(sep)
+#      gnumaint list packages maintainer karl $(sep)
+       gnumaint list packages maintainer arenn $(sep)
+
 # 
 # gnumaint (mail) and conversion.
 # 

Index: doc-categories.txt
===================================================================
RCS file: /sources/womb/gnumaint/doc-categories.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- doc-categories.txt  12 Sep 2010 18:47:38 -0000      1.6
+++ doc-categories.txt  25 Sep 2010 23:34:21 -0000      1.7
@@ -4,7 +4,6 @@
 # generated web pages.
 Audio
 Business       Business and productivity
-Development    Software development
 Education
 Email
 Fonts
@@ -13,11 +12,14 @@
 Hobbies
 Interface
 Internet       Internet applications
+Libraries      Software libraries
 Live           Live communications
 Localization
 Mathematics
 Printing
 Science
 Security
+Software       Software development
 Spreadsheets
 Telephony
+Text           Text creation and manipulation

Index: gm
===================================================================
RCS file: /sources/womb/gnumaint/gm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- gm  12 Sep 2010 19:02:16 -0000      1.24
+++ gm  25 Sep 2010 23:34:21 -0000      1.25
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# $Id: gm,v 1.24 2010/09/12 19:02:16 karl Exp $
+# $Id: gm,v 1.25 2010/09/25 23:34:21 karl Exp $
 # More gnumaint-related stuff, since I think better in Perl than TCL.
 # 
 # Copyright 2007, 2008, 2009, 2010 Free Software Foundation Inc.
@@ -212,7 +212,8 @@
 
   my %pkgs = &read_gnupackages ();
   for my $pkgname (sort keys %pkgs) {
-    next if / /; # gimp www pages, flex manual
+    next if $pkgname =~ / /; # gimp www pages, flex manual
+    next if $pkgname =~ /^gnu-.*-group$/; # no web pages for groups (yet?)
     my %p = %{$pkgs{$pkgname}};
     push (@ret, qq!<a href="$pkgname/">$pkgname</a>&nbsp;!);
   }

Index: gnupackages.txt
===================================================================
RCS file: /sources/womb/gnumaint/gnupackages.txt,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- gnupackages.txt     23 Sep 2010 15:08:17 -0000      1.66
+++ gnupackages.txt     25 Sep 2010 23:34:21 -0000      1.67
@@ -1,4 +1,4 @@
-# $Id: gnupackages.txt,v 1.66 2010/09/23 15:08:17 karl Exp $
+# $Id: gnupackages.txt,v 1.67 2010/09/25 23:34:21 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.
@@ -270,6 +270,9 @@
 
 package: cflow
 copyright-holder: fsf
+doc-category: Software
+doc-summary: Create a graph of control flow within a program
+doc-url: htmlxref
 gplv3-status: done-in-1.3
 activity-status: ok 20090711 (1.3)
 
@@ -289,6 +292,9 @@
 last-contact: 22dec09 wrote aceballos
 
 package: cim
+doc-category: Software
+doc-summary: Simula compiler
+doc-url: none
 gplv3-status: not-done-in-3.30
 activity-status: stale 19991226 (3.30)
 last-contact: 22dec09 wrote hvammem
@@ -302,12 +308,19 @@
 package: classpathx
 copyright-holder: fsf-except-for-jaxp-module
 logo: /software/classpathx/classpathx-logo.jpg
+language: java
+doc-category: Libraries
+doc-summary: Classpath extensions: javax.* libraries
+doc-url: none
 gplv3-status: not-done-worry-about-classpath-first
 activity-status: moribund # mostly merged into classpath
 
 package: clisp
 mundane-name: CLISP
 logo: /software/clisp/clisp.png
+doc-category: Software
+doc-summary: A Common Lisp implementation.
+doc-url: http://www.gnu.org/software/clisp/impnotes/clisp.html
 gplv3-status: not-done-v2only-in-2.4.5-bruno:24oct07-asked-rms:oct09
 activity-status: ok 20100707 (2.49)
 
@@ -340,6 +353,9 @@
 
 package: coreutils
 copyright-holder: fsf
+doc-category: Software
+doc-summary: Core GNU (file, text, shell) utilities
+doc-url: htmlxref
 gplv3-status: done-in-7.1
 activity-status: ok 20100423 (8.5)
 
@@ -356,6 +372,9 @@
 package: cssc
 copyright-holder: fsf
 mundane-name: CSSC
+doc-category: Software
+doc-summary: File-based version control like SCCS
+doc-url: htmlxref
 gplv3-status: done-in-1.1.0
 activity-status: ok 20090411 (1.2.0)
 
@@ -376,6 +395,9 @@
 package: ddd
 mundane-name: DDD
 copyright-holder: notfsf
+doc-category: Software
+doc-summary: Graphical front-end for GDB and other debuggers
+doc-url: htmlxref
 logo: /graphics/dddlogo.jpg
 gplv3-status: done-as-of-3.3.12
 activity-status: ok 20090211 (3.3.12)
@@ -388,6 +410,9 @@
 copyright-holder: fsf
 mundane-name: DejaGnu
 logo: /software/dejagnu/images/logo.png
+doc-category: Software
+doc-summary: GNU testing framework
+doc-url: http://www.gnu.org/software/dejagnu/manual/
 gplv3-status: in-dev-sources
 activity-status: moribund 20040130 (1.4.4)
 last-contact: 11nov08 bje replied, early 2009; 21sep10 replies
@@ -448,6 +473,9 @@
 
 package: djgpp
 copyright-holder: DJ Delorie (and others)
+doc-category: Software
+doc-summary: Development system and GNU utilities for DOS on x86 hardware
+doc-url: none
 gplv3-status: needs-exception-#342079 (gnumaint-reply 20 Aug 2007 21:43:02)
 mundane-name: DJGPP
 activity-status: moribund 200112 (2.03) # awaiting v3 license exception
@@ -500,6 +528,9 @@
 
 package: edma
 mundane-name: EDMA
+doc-category: Software
+doc-summary: Object-oriented component-based development environment 
+doc-url: none
 gplv3-status: in-dev-sources
 activity-status: ok 20100408 (0.18.1)
 
@@ -555,6 +586,9 @@
 
 package: epsilon
 gplv3-status: needs-agreement-#374046
+doc-category: Software
+doc-summary: A purely functional programming language.
+doc-url: http://www.gnu.org/software/epsilon/manual/
 activity-status: no-release
 last-contact: 13jun10 wrote
 
@@ -572,6 +606,9 @@
 
 package: findutils
 copyright-holder: fsf
+doc-category: Software
+doc-summary: Operating on files matching given criteria
+doc-url: htmlxref
 gplv3-status: in-dev-sources (gnumaint-reply 23 Aug 2007 10:14:01 +0100)
 activity-status: ok 20080606 (4.4.2)
 
@@ -646,8 +683,11 @@
 activity-status: ok 20100602 (3.6)
 
 package: gcc
-mundane-name: GCC
 copyright-holder: fsf
+mundane-name: GCC
+doc-category: Software
+doc-summary: GNU Compiler Collection
+doc-url: htmlxref
 logo: /software/gcc/img/gccegg-65.png
 gplv3-status: done
 activity-status: ok 20100731 (4.5.1)
@@ -655,6 +695,9 @@
 package: gcl
 mundane-name: GCL
 mundane-name: GNU Common Lisp
+doc-category: Software
+doc-summary: A Common Lisp implementation.
+doc-url: none
 gplv3-status: not-done rms
 activity-status: stale 20050811 (2.6.7)
 last-contact: 5feb09 replied
@@ -1077,11 +1120,6 @@
 activity-status: ok 20100825 (0.2.5)
 note: requires jdk 1.2, released under lgpl (no exception?)
 
-package: gnuproxyknife
-mundane-name: Proxyknife
-gplv3-status: done-in-1.7 (gnumaint-reply 24 Sep 2007 22:54:49 +0800)
-activity-status: ok 20070924 (1.7)
-
 package: gnuradio
 copyright-holder: fsf
 mundane-name: Radio
@@ -2003,6 +2041,10 @@
 activity-status: stale 1996
 last-contact: 14mar10 replied, no plans to work on it
 
+package: proxyknife
+gplv3-status: done-in-1.7 (gnumaint-reply 24 Sep 2007 22:54:49 +0800)
+activity-status: ok 20070924 (1.7)
+
 package: pspp
 mundane-name: PSPP
 copyright-holder: fsf
@@ -2500,3 +2542,6 @@
 activity-status: ok 20100813 (2.3.19)
 
 # End. (Do not remove this line or the blank line before it.  Thanks.)
+doc-category: Software
+doc-summary: 
+doc-url: htmlxref



reply via email to

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