commit-womb
[Top][All Lists]
Advanced

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

[commit-womb] gnumaint gm


From: Karl Berry
Subject: [commit-womb] gnumaint gm
Date: Mon, 05 Dec 2011 01:16:44 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Karl Berry <karl>       11/12/05 01:16:44

Modified files:
        .              : gm 

Log message:
        some progress reducing special cases for copyright.list

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gm?cvsroot=womb&r1=1.46&r2=1.47

Patches:
Index: gm
===================================================================
RCS file: /sources/womb/gnumaint/gm,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- gm  5 Dec 2011 01:13:03 -0000       1.46
+++ gm  5 Dec 2011 01:16:44 -0000       1.47
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# $Id: gm,v 1.46 2011/12/05 01:13:03 karl Exp $
+# $Id: gm,v 1.47 2011/12/05 01:16:44 karl Exp $
 # GNU maintainer-related operations.
 # 
 # Copyright 2007, 2008, 2009, 2010, 2011 Free Software Foundation Inc.
@@ -803,12 +803,6 @@
       # keyword ANY in copyright.list is not a package name for us, etc.
       next if $w =~ /^(ANY|UNUSED|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);
@@ -817,10 +811,8 @@
   }
   close (COPYRIGHT_LIST_FILE) || warn "close($COPYRIGHT_LIST_FILE) failed: $!";
   
-  $ret{"gnun"} = 1;         # intended to be copyright FSF
   $ret{"gnustandards"} = 1; # no papers, but is copyright FSF
   $ret{"goodbye"} = $ret{"network"} = 1; # mattl
-  $ret{"gsrc"} = 1;         # intended to be copyright FSF
   $ret{"libtasn1"} = 1;     # split off from gnutls, so no separate papers
   $ret{"lispintro"} = 1;    # no papers, but is copyright FSF
   $ret{"mig"} = 1;          # part of hurd
@@ -838,35 +830,9 @@
     $w =~ s/_manual//;  # manuals are not separate packages for us.
 
     %map = (
-#      "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",
       "enterprise"     => "gnue",
-#      "factor"                => "coreutils",
-#      "fileutils"     => "coreutils",
-#      "finger"                => "inetutils",
-#      "fmt"           => "coreutils",
-#      "forth"         => "gforth",
-#      "fortran"               => "gfortran",
-#      "forum"         => "dotgnu-forum",
-#      "gar"           => "binutils",
-#      "gar960"                => "binutils",
-#      "gas"           => "binutils",
-#      "gas960"                => "binutils",
-#      "gcc960"                => "gcc",
-#      "gcrt0.s"         => "gcc",
-#      "gdb960"                => "gdb",
       "getopt"         => "libc",
-#      "gld"           => "binutils",
-#      "gld960"                => "binutils",
       "glibc"          => "libc",
       "glob"           => "libc",
       "gnm"            => "binutils",
@@ -878,7 +844,6 @@
       "gnupascal"      => "pascal",
       "gnus"           => "emacs",
       "gnuucp"         => "uucp",
-#      "go"            => "gnugo",
       "gpc"            => "pascal",
       "gprof"          => "binutils",
       "graphics"       => "plotutils",
@@ -922,10 +887,7 @@
       "regex"          => "libc",
       "regexp"         => "regex",
       "robotussin"     => "binutils",
-#      "rst.el"                => "emacs",
       "sasl"           => "gsasl",
-#      "sh-utils"      => "coreutils",
-#      "shellutils"    => "sh-utils",
       "shogi"          => "gnushogi",
       "shred"          => "coreutils",
       "snprintfv"      => "libc",
@@ -935,7 +897,6 @@
       "strtod"         => "libc",
       "superoptimizer" => "superopt",
       "texi2html"      => "texinfo",
-#      "textutils"     => "coreutils",
       "verilog-mode.el"        => "emacs",
       "winboard"       => "xboard",
     );



reply via email to

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