commit-womb
[Top][All Lists]
Advanced

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

[commit-womb] gnumaint gm gnupackages.txt oldpackages.txt


From: Karl Berry
Subject: [commit-womb] gnumaint gm gnupackages.txt oldpackages.txt
Date: Sun, 15 May 2011 15:34:48 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Karl Berry <karl>       11/05/15 15:34:48

Modified files:
        .              : gm gnupackages.txt oldpackages.txt 

Log message:
        complexity

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gm?cvsroot=womb&r1=1.40&r2=1.41
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gnupackages.txt?cvsroot=womb&r1=1.89&r2=1.90
http://cvs.savannah.gnu.org/viewcvs/gnumaint/oldpackages.txt?cvsroot=womb&r1=1.9&r2=1.10

Patches:
Index: gm
===================================================================
RCS file: /sources/womb/gnumaint/gm,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- gm  1 Apr 2011 17:20:39 -0000       1.40
+++ gm  15 May 2011 15:34:48 -0000      1.41
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# $Id: gm,v 1.40 2011/04/01 17:20:39 karl Exp $
+# $Id: gm,v 1.41 2011/05/15 15:34:48 karl Exp $
 # GNU maintainer-related operations.
 # 
 # Copyright 2007, 2008, 2009, 2010, 2011 Free Software Foundation Inc.
@@ -171,7 +171,6 @@
   }
   
   for my $p (sort keys %pkg_file) {
-    next if $pkg_file{$p}->{"savannah-only"};
     push (@ret, "$GNUPACKAGES_FILE:$pkg_file{$p}->{lineno}: "
                 . "$p not in maintainers");
   }
@@ -624,9 +623,9 @@
       qsort quagga
       rcl readelf regex review riacs
           scandir srchdir
-      send sh-utils sim spim spline stm suit
+      send sim spim spline stm suit
           tcl tix tk expect
-      texi2rof texi2roff thethe tkwww trix tsp_solve tzset
+      texi2roff thethe tkwww trix tsp_solve tzset
       udi ul uncvt unexec
       viper web webpages win32api xemacs zlib
     );
@@ -805,12 +804,14 @@
       last if $w =~ /^[-\d]+/;
       
       # keyword ANY in copyright.list is not a package name for us, etc.
-      next if $w =~ /^(ANY|BROWSER|BSD|CCLRC|CNOC|COMPILER)$/;
-      next if $w =~ /^(DOSFCHECK.C|FSF|GNU|GRAPHIC)$/;
-      next if $w =~ /^(HEAD|IBM|ICONS|IMAGE|INSIGHT|LIBRARY|MANUAL|PAGES)$/;
-      next if $w =~ /^(PROGRAM|PROJECT|SPECIAL|SYSTEM|TOOLS|TRANSLATIONS?)$/;
-      next if $w =~ /^(TUTORIAL|WIKI|XX..CODE.C|FOO)$/;
-      next if $w =~ /^(CALC|CEDET|CFS-EL)$/;  # emacs subprograms
+      next if $w =~ /^(ANY|SPECIAL|TRANSLATIONS)$/;
+      next if $w =~ /^(CCLRC|CNOC|ET|INSIGHT|L3|LINBIT|MEDIAGOBLIN|WCT|FOO)$/;
+#      next if $w =~ /^(ANY|BROWSER|BSD|CCLRC|CNOC|COMPILER)$/;
+#      next if $w =~ /^(DOSFCHECK.C|FSF|GNU|GRAPHIC)$/;
+#      next if $w =~ /^(HEAD|IBM|ICONS|IMAGE|INSIGHT|LIBRARY|MANUAL|PAGES)$/;
+#      next if $w =~ /^(PROGRAM|PROJECT|SPECIAL|SYSTEM|TOOLS|TRANSLATIONS?)$/;
+#      next if $w =~ /^(TUTORIAL|WIKI|XX..CODE.C|FOO)$/;
+#      next if $w =~ /^(CALC|CEDET|CFS-EL)$/;  # emacs subprograms
       
       $w = lc ($w);
       $canonical_pkg_name = &canonicalize_pkg_name ($w);
@@ -840,23 +841,20 @@
     $w =~ s/_manual//;  # manuals are not separate packages for us.
 
     %map = (
-      "accounting"     => "acct",
-      "arch"           => "gnu-arch",
-      "autotools"      => "autoconf",
-      "awk"            => "gawk",
-      "bnutils"                => "binutils",
-      "cccp"           => "gcc",
-      "commander"      => "mc",
-      "config.guess"   => "config",
-      "config.sub"     => "config",
-      "cperf"          => "gperf",
-      "diff"           => "diffutils",
+#      "accounting"    => "acct",
+#      "awk"           => "gawk",
+#      "cccp"          => "gcc",
+#      "commander"     => "mc",
+#      "config.guess"  => "config",
+#      "config.sub"    => "config",
+#      "cperf"         => "gperf",
+#      "diff"          => "diffutils",
       "dotgnu"         => "dotgnu-pnet", # make container?
-      "elisp"          => "elisp_manual",
-      "emac"           => "emacs",
+#      "elisp"         => "elisp_manual",
+#      "emac"          => "emacs",
       "enterprise"     => "gnue",
-      "factor"         => "coreutils",
-      "fileutils"      => "coreutils",
+#      "factor"                => "coreutils",
+#      "fileutils"     => "coreutils",
       "finger"         => "inetutils",
       "fmt"            => "coreutils",
       "forth"          => "gforth",
@@ -928,10 +926,10 @@
       "regex"          => "libc",
       "regexp"         => "regex",
       "robotussin"     => "binutils",
-      "rst.el"         => "emacs",
+#      "rst.el"                => "emacs",
       "sasl"           => "gsasl",
-      "sh-utils"       => "coreutils",
-      "shellutils"     => "sh-utils",
+#      "sh-utils"      => "coreutils",
+#      "shellutils"    => "sh-utils",
       "shogi"          => "gnushogi",
       "shred"          => "coreutils",
       "snprintfv"      => "libc",
@@ -941,7 +939,7 @@
       "strtod"         => "libc",
       "superoptimizer" => "superopt",
       "texi2html"      => "texinfo",
-      "textutils"      => "coreutils",
+#      "textutils"     => "coreutils",
       "verilog-mode.el"        => "emacs",
       "winboard"       => "xboard",
     );

Index: gnupackages.txt
===================================================================
RCS file: /sources/womb/gnumaint/gnupackages.txt,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- gnupackages.txt     1 Apr 2011 17:20:39 -0000       1.89
+++ gnupackages.txt     15 May 2011 15:34:48 -0000      1.90
@@ -1,4 +1,4 @@
-# $Id: gnupackages.txt,v 1.89 2011/04/01 17:20:39 karl Exp $
+# $Id: gnupackages.txt,v 1.90 2011/05/15 15:34:48 karl Exp $
 # Public domain.
 #
 # This file records information on a per-package basis, *not* including
@@ -146,7 +146,7 @@
 doc-summary: Collection of freely reusable Autoconf macros
 doc-url: none
 gplv3-status: not-applicable
-activity-status: ok 20110102 (2011.02.02)
+activity-status: ok 20110412 (2011.04.12)
 
 package: autogen
 copyright-holder: notfsf
@@ -155,7 +155,7 @@
 doc-summary: Automated program generator
 doc-url: /software/autogen/manual/
 gplv3-status: done-in-5.9.5
-activity-status: ok 20110307 (5.11.8)
+activity-status: ok 20110506 (5.11.9)
 
 package: automake
 language: perl
@@ -324,10 +324,9 @@
 package: chess
 doc-category: Games
 doc-summary: Full chess implementation
-doc-url: none
-gplv3-status: not-done-in-5.07
-activity-status: ok 20110125 (5.08)
-last-contact: alpha 6 released
+doc-url: /software/chess/manual/
+gplv3-status: done-in-6.0.0
+activity-status: ok 20110426 (6.0.0)
 
 package: cim
 doc-category: Software
@@ -392,9 +391,16 @@
 doc-summary: (u)Common C++ framework
 doc-url: none
 gplv3-status: not-done-commoncpp2-1.6.3.tar.gz, done-ucommon-1.9.1
-activity-status: ok commoncpp2-1.8.0/20100224 (ucommon-4.2.2/20110327)
+activity-status: ok commoncpp2-1.8.0/20100224 (ucommon-4.3.3/20110508)
 last-contact: 8jun10 wrote
 
+package: complexity
+doc-category: Software
+doc-summary: analyzing complexity of C functions
+doc-url: /software/complexity/manual/
+gplv3-status: done
+activity-status: new (28apr11)
+
 package: config
 doc-category: Software
 doc-summary: Common config.guess and config.sub scripts
@@ -407,7 +413,7 @@
 doc-summary: Core GNU utilities (file, text, shell)
 doc-url: /software/coreutils/manual/
 gplv3-status: done-in-7.1
-activity-status: ok 20110204 (8.10)
+activity-status: ok 20110426 (8.12)
 
 package: cpio
 doc-category: Archiving
@@ -456,6 +462,7 @@
 logo: /graphics/dddlogo.jpg
 gplv3-status: done-as-of-3.3.12
 activity-status: ok 20090211 (3.3.12)
+last-contact: 4may11 wrote
 
 package: ddrescue
 doc-category: Sysadmin
@@ -480,7 +487,7 @@
 doc-url: http://www.denemo.org/doc/denemo-manual.html
 logo: http://denemo.sourceforge.net/images/logo1.png
 gplv3-status: not-done-as-of-0.8.16
-activity-status: ok 20101207 (0.8.22)
+activity-status: ok 20110427 (0.9.0)
 last-contact: 12may10 replied, stalled on old authors?
 
 package: dia
@@ -727,7 +734,7 @@
 logo: /software/freeipmi/images/freeipmi-logo-small.jpg
 gplv3-status: in-dev-sources
 last-contact: 14jan10 replied, next major release
-activity-status: ok 20110329 (1.0.3)
+activity-status: ok 20110421 (1.0.4)
 
 package: freetalk
 doc-category: Internet
@@ -973,7 +980,7 @@
 doc-url: /software/gmp/manual/
 logo: http://gmplib.org/gmplogo2.png
 gplv3-status: done?-per-andreas-enge
-activity-status: ok 20100206 (5.0.1)
+activity-status: ok 20110508 (5.0.2)
 
 package: gnash
 logo: /software/gnash/images/small-GnashGnu.png
@@ -1108,7 +1115,7 @@
 doc-summary: The GNUbik toy
 doc-url: /software/gnubik/manual/
 gplv3-status: done-in-2.3
-activity-status: ok 20090105 (2.3)
+activity-status: ok 20110409 (2.4)
 
 package: gnucap
 download-url: http://www.geda.seul.org/dist/
@@ -1149,6 +1156,13 @@
 download-url: http://www.gnuenterprise.org/downloads/current/
 activity-status: ok # many packages
 
+package: gnufm
+doc-category: Audio
+doc-summary: Social music explorations
+doc-url: none
+gplv3-status: not-done-since-no-release
+activity-status: new
+
 package: gnugo
 logo: /software/gnugo/logo-36.jpg
 doc-category: Games
@@ -1312,6 +1326,7 @@
 download-url: http://www.cs.caltech.edu/~mvanier/hacking/gnushogi/
 gplv3-status: not-done-in-1.3.2-nomaint
 activity-status: stale 200407 (1.3.2)
+last-contact: 11may11 wrote
 
 package: gnuskies
 doc-category: Science
@@ -1367,7 +1382,7 @@
 doc-summary: Transport layer security library
 doc-url: /software/gnutls/manual/
 gplv3-status: stays-v2-indefinitely (gnumaint-reply 21 Aug 2007 11:13:04)
-activity-status: ok 20110324 (2.12.0)
+activity-status: ok 20110506 (2.12.4)
 
 package: gnutrition
 doc-category: Health
@@ -1464,7 +1479,7 @@
 doc-summary: Print lines matching a pattern
 doc-url: /software/grep/manual/
 gplv3-status: done-in-2.5.4
-activity-status: ok 20100920 (2.7)
+activity-status: ok 20110513 (2.8)
 
 package: gretl
 logo: http://gretl.sourceforge.net/images/gretl-image.png
@@ -1498,7 +1513,7 @@
 doc-summary: Simple Authentication and Security Layer library
 doc-url: /software/gsasl/manual/
 gplv3-status: stays-lgplv2.1+
-activity-status: ok 20101214 (1.6.0, libgsasl-1.6.0/20101214)
+activity-status: ok 20110501 (1.6.1, libgsasl-1.6.1/20110501)
 
 package: gsegrafix
 doc-category: Graphics
@@ -1515,7 +1530,7 @@
 doc-summary: Numerical library for C and C++
 doc-url: htmlxref
 gplv3-status: done-in-1.10 (gnumaint-reply 21 Aug 2007 10:01:29)
-activity-status: ok 20100310 (1.14)
+activity-status: ok 2010506 (1.15)
 
 package: gsrc
 mundane-name: GNU Source Release Collection
@@ -1561,7 +1576,7 @@
 doc-summary: Typing tutor
 doc-url: htmlxref
 gplv3-status: done-in-2.8
-activity-status: 20110228 (2.8.4)
+activity-status: 20110408 (2.8.5)
 last-contact: 5dec10 volunteer
 
 package: guile
@@ -1570,7 +1585,7 @@
 doc-summary: Scheme implementation intended especially for extensions
 doc-url: /software/guile/manual/
 gplv3-status: not-done-in-1.8.6-planned-for-1.10/2.0-in-2009 # neil 12jan09
-activity-status: ok 20110216 (2.0.0)
+activity-status: ok 20110427 (2.0.1)
 
 package: guile-dbi
 doc-category: Database
@@ -1623,7 +1638,7 @@
 doc-summary: PostScript and PDF viewer using Ghostscript as a back-end
 doc-url: /software/gv/manual/
 gplv3-status: done-in-3.6.5
-activity-status: ok 20100610 (3.7.1)
+activity-status: ok 20110429 (3.7.1)
 
 package: gvpe
 doc-category: Security
@@ -1665,7 +1680,7 @@
 doc-summary: Automatically generate man pages from program output
 doc-url: none
 gplv3-status: done-in-1.37.1
-activity-status: ok 20110308 (1.39.2)
+activity-status: ok 20110511 (1.39.3)
 
 package: hp2xx
 copyright-holder: not-fsf
@@ -1692,6 +1707,7 @@
 gplv3-status: under-discussion
 logo: /graphics/hurd_sm_mf.jpg
 activity-status: ok released-through-debian
+note: 2apr11 http://people.debian.org/~sthibault/hurd-0.401/hurd-0.401.iso
 
 package: hyperbole
 doc-category: Text
@@ -1707,7 +1723,7 @@
 doc-summary: Entirely free browser derived from Mozilla Firefox
 doc-url: none
 gplv3-status: not-applicable-since-not-our-program
-activity-status: ok 20110323 (3.6.16)
+activity-status: ok 20110430 (4.0.1)
 
 package: idutils
 doc-category: Software
@@ -1817,7 +1833,7 @@
 doc-summary: Libraries and engines for game programming
 doc-url: none
 gplv3-status: not-done-since-no-release
-activity-status: newmaint/20090617 no-release
+activity-status: nomaint no-release
 last-contact: 8nov10 replied, soon
 
 package: less
@@ -1826,7 +1842,7 @@
 doc-summary: Paginator for terminals
 doc-url: none
 gplv3-status: notgpl
-activity-status: ok 20080108 (418)
+activity-status: ok 20110417 (443)
 
 package: libc
 mundane-name: GNU C Library
@@ -1885,7 +1901,7 @@
 doc-summary: Internationalized string processing library
 doc-url: /software/libidn/manual/
 gplv3-status: not-done-partially-in-1.6-except-java?-20mar08
-activity-status: ok 20110301 (1.20)
+activity-status: ok 20110504 (1.22)
 
 package: libmatheval
 doc-category: Mathematics
@@ -1903,7 +1919,7 @@
 doc-url: /software/libmicrohttpd/#using
 doc-url: htmlxref
 gplv3-status: depends-on-gnunet-lgplv2.1+
-activity-status: ok 20110329 (0.9.9)
+activity-status: ok 20110427 (0.9.10)
 
 package: libredwg
 language: c
@@ -1914,19 +1930,12 @@
 activity-status: new 23oct09
 last-contact: 16feb10 replied
 
-package: librefm
-doc-category: Audio
-doc-summary: Social music explorations
-doc-url: none
-gplv3-status: not-done-since-no-release
-activity-status: new
-
 package: libsigsegv
 doc-category: Software
 doc-summary: Library for handling page faults
 doc-url: none
 gplv3-status: not-done-in-2.5-11nov07
-activity-status: ok 20101106 (2.9)
+activity-status: ok 20110403 (2.10)
 
 package: libtasn1
 language: c
@@ -2067,7 +2076,7 @@
 doc-summary: Support interactive 3d virtual environments
 doc-url: none
 gplv3-status: done-in-6.4
-activity-status: ok 20090111 (6.4)
+activity-status: nomaint 20l090111 (6.4)
 
 package: mc
 mundane-name: Midnight Commander
@@ -2187,7 +2196,7 @@
 doc-summary: C library for arbitrary precision floating-point arithmetic
 doc-url: http://www.mpfr.org/mpfr-current/#doc
 gplv3-status: done?-per-andreas-enge 
not-done-in-2.4.2-is-lgpl-2.1+-should-follow-gmp
-activity-status: ok 20100610 (3.0.0)
+activity-status: ok 20110404 (3.0.1)
 
 package: mpc
 doc-category: Libraries
@@ -2201,7 +2210,7 @@
 doc-summary: Access MS-DOS disks without mounting them
 doc-url: /software/mtools/mailing.html
 gplv3-status: done-as-of-4.0.12
-activity-status: ok 20101017 (4.0.15)
+activity-status: ok 2010416 (4.0.16)
 
 package: myserver
 language: c++
@@ -2228,14 +2237,14 @@
 doc-url: http://www.nano-editor.org/docs.php
 logo: http://www.gnu.org.ua/software/nano/nano.jpg
 gplv3-status: done-in-2.1.4
-activity-status: ok 20110226 (2.3.0)
+activity-status: ok 20110510 (2.3.1)
 
 package: ncurses
 doc-category: Libraries
 doc-summary: Terminal emulation (termcap, terminfo) library
 doc-url: none
 gplv3-status: notgpl
-activity-status: ok 20110226 (5.8)
+activity-status: ok 20110404 (5.9)
 subactivity-status: ok 20081108 (tack-1.06)
 note: as a special case, we accepted ncurses as a GNU package under the
 note: revised BSD license.
@@ -2328,7 +2337,7 @@
 doc-summary: Build and execute command lines in parallel
 doc-url: /software/parallel/man.html
 gplv3-status: done-in-20100424
-activity-status: ok 20110322 (20110203)
+activity-status: ok 20110422 (20110422)
 
 package: parted
 doc-category: Sysadmin
@@ -2488,7 +2497,7 @@
 doc-summary: Interactive software synthesizer
 doc-url: http://www.psychosynth.com/index.php/Documentation
 gplv3-status: done-as-of-0.1.5
-activity-status: ok 20100811 (0.1.6)
+activity-status: ok 20110411 (0.2.0)
 
 package: pth
 logo: /software/pth/pth.jpg
@@ -2642,7 +2651,7 @@
 doc-summary: Archives in shell scripts, uuencode/uudecode
 doc-url: /software/sharutils/manual/
 gplv3-status: done-in-4.7
-activity-status: ok 20110205 (4.11)
+activity-status: ok 20110429 (4.11.1)
 
 package: shishi
 copyright-holder: notfsf
@@ -2674,7 +2683,7 @@
 doc-summary: Secure peer-to-peer VoIP server for the SIP protocol
 doc-url: none
 gplv3-status: done-in-0.1
-activity-status: ok 20110327 (0.10.5)
+activity-status: ok 20110508 (0.10.6)
 
 package: slib
 mundane-name: SLIB
@@ -2830,7 +2839,7 @@
 doc-summary: POSIX software packaging utilities
 doc-url: htmlxref
 gplv3-status: done-in-0.951 (20apr08)
-activity-status: ok 20110124 (1.9)
+activity-status: ok 20110425 (1.11)
 
 package: sxml
 download-url: http://medialab.di.unipi.it/Project/SXML/resources.html
@@ -3102,11 +3111,6 @@
 gplv3-status: in-dev-sources (aug07)
 activity-status: ok released-through-vc
 
-#package: www
-#savannah-only: t
-#gplv3-status: not-applicable
-#activity-status: no-release
-
 package: xaos
 mundane-name: XaoS
 doc-category: Graphics
@@ -3122,7 +3126,7 @@
 doc-summary: Graphical user interface for chess programs
 doc-url: /software/xboard/manual/
 gplv3-status: done-as-of-4.4.2
-activity-status: ok 20110220 (4.5.1)
+activity-status: ok 20110501 (4.5.2a)
 
 package: xhippo
 doc-category: Audio
@@ -3151,7 +3155,7 @@
 doc-summary: Create, manipulate, burn ISO-9660 filesystems
 doc-url: /software/xorriso/man_1_xorriso.html
 gplv3-status: done
-activity-status: ok 20110310 (1.0.4)
+activity-status: ok 20110414 (1.0.8)
 note: Libburnia project = address@hidden
 note: xorriso support also on address@hidden
 
@@ -3160,7 +3164,7 @@
 doc-summary: Zile is lossy Emacs, a lightweight Emacs clone
 doc-url: none
 gplv3-status: done-in-2.2.58
-activity-status: ok 20110314 (2.3.23)
+activity-status: ok 20110429 (2.3.24)
 
 # End. (Do not remove this line or the blank line before it.  Thanks.)
 doc-category: 

Index: oldpackages.txt
===================================================================
RCS file: /sources/womb/gnumaint/oldpackages.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- oldpackages.txt     19 Mar 2011 23:57:26 -0000      1.9
+++ oldpackages.txt     15 May 2011 15:34:48 -0000      1.10
@@ -1,4 +1,4 @@
-# $Id: oldpackages.txt,v 1.9 2011/03/19 23:57:26 karl Exp $
+# $Id: oldpackages.txt,v 1.10 2011/05/15 15:34:48 karl Exp $
 # Public domain.
 # 
 # This file records information and the old gnupackages entries for
@@ -117,6 +117,9 @@
 package: hydrant
 gone: 18feb08
 
+package: cfs-el
+gone: 31aug07 or so
+
 package: music
 gone: 28aug07
 
@@ -141,6 +144,12 @@
 package: rx
 gone: long ago
 
+package: doschk
+gone: always nongnu
+
+package: emacs-wiki
+gone: never dubbed
+
 package: adhoc
 gone: never dubbed
 



reply via email to

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