texlive[61053] Build/source/texk/web2c: [CWEB] More generic point of

commits+ascherer at tug.org commits+ascherer at tug.org
Sun Nov 14 14:59:47 CET 2021


Revision: 61053
          http://tug.org/svn/texlive?view=revision&revision=61053
Author:   ascherer
Date:     2021-11-14 14:59:47 +0100 (Sun, 14 Nov 2021)
Log Message:
-----------
[CWEB] More generic point of interest.

Instead of to the tex-k mail address, we direct the CWEB user to the
package home page on CTAN, where more detailed information is listed.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/cwebboot.cin
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
    trunk/Build/source/texk/web2c/cwebdir/po/cweb-tl.pot
    trunk/Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2021-11-14 00:48:50 UTC (rev 61052)
+++ trunk/Build/source/texk/web2c/ChangeLog	2021-11-14 13:59:47 UTC (rev 61053)
@@ -1,3 +1,7 @@
+2021-11-14  Andreas Scherer  <https://ascherer.github.io>
+
+	* cwebboot.cin: More generic point of interest.
+
 2021-11-07  Marcel Kr\"uger  <tex at 2krueger.de>
 
 	* showstream.ch: new primitive \showstream.

Modified: trunk/Build/source/texk/web2c/cwebboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/cwebboot.cin	2021-11-14 00:48:50 UTC (rev 61052)
+++ trunk/Build/source/texk/web2c/cwebboot.cin	2021-11-14 13:59:47 UTC (rev 61053)
@@ -480,7 +480,7 @@
 #line 836 "cwebdir/comm-w2c.ch"
 
 static void cb_usage(const_string str);
-static void cb_usagehelp(const_string*message,const_string bug_email);
+static void cb_usagehelp(const_string*message);
 
 /*:98*/
 #line 67 "cwebdir/common.w"
@@ -1433,7 +1433,7 @@
 #line 827 "cwebdir/comm-w2c.ch"
 
 cb_usagehelp(program==ctangle?CTANGLEHELP:
-program==cweave?CWEAVEHELP:CTWILLHELP,NULL);
+program==cweave?CWEAVEHELP:CTWILLHELP);
 
 
 /*:97*/
@@ -1442,7 +1442,7 @@
 if(strcmp("-version",*argv)==0||strcmp("--version",*argv)==0)
 
 /*100:*/
-#line 875 "cwebdir/comm-w2c.ch"
+#line 873 "cwebdir/comm-w2c.ch"
 
 printversionandexit(cb_banner,
 program==ctwill?"Donald E. Knuth":"Silvio Levy and Donald E. Knuth",
@@ -1630,10 +1630,8 @@
 history= fatal_message;exit(wrap_up());
 }
 
-static void cb_usagehelp(const_string*message,const_string bug_email)
+static void cb_usagehelp(const_string*message)
 {
-if(!bug_email)
-bug_email= "tex-k at tug.org";
 textdomain("web2c-help");
 
 while(*message){
@@ -1643,7 +1641,7 @@
 }
 textdomain("cweb-tl");
 
-printf(_("\nEmail bug reports to %s.\n"),bug_email);
+printf(_("\nPackage home page: %s.\n"),"https://ctan.org/pkg/cweb");
 textdomain("cweb");
 
 history= spotless;exit(wrap_up());
@@ -1650,7 +1648,7 @@
 }
 
 /*:99*//*101:*/
-#line 883 "cwebdir/comm-w2c.ch"
+#line 881 "cwebdir/comm-w2c.ch"
 
 void cb_show_banner(void)
 {

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-11-14 00:48:50 UTC (rev 61052)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-11-14 13:59:47 UTC (rev 61053)
@@ -1,3 +1,9 @@
+2021-11-14  Andreas Scherer  <https://ascherer.github.io>
+
+	* comm-w2c.ch,
+	* po/cweb-tl.pot,
+	* po/de/cweb-tl.po: More generic point of interest.
+
 2021-11-12  Andreas Scherer  <https://ascherer.github.io>
 
 	* ctangle.w,

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2021-11-14 00:48:50 UTC (rev 61052)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2021-11-14 13:59:47 UTC (rev 61053)
@@ -826,7 +826,7 @@
 
 @ @<Display help message and |exit|@>=
 cb_usagehelp(program==ctangle ? CTANGLEHELP :
-  program==cweave ? CWEAVEHELP : CTWILLHELP, NULL);
+  program==cweave ? CWEAVEHELP : CTWILLHELP);
 @.--help@>
 
 @ Special variants from Web2c's `\.{lib/usage.c}', adapted for
@@ -835,7 +835,7 @@
 
 @<Predecl...@>=
 static void cb_usage (const_string str);@/
-static void cb_usagehelp (const_string *message, const_string bug_email);@/
+static void cb_usagehelp (const_string *message);@/
 
 @ @c
 static void cb_usage (const_string str)
@@ -850,10 +850,8 @@
   history=fatal_message; exit(wrap_up());
 }
 
-static void cb_usagehelp (const_string *message, const_string bug_email)
+static void cb_usagehelp (const_string *message)
 {
-  if (!bug_email)
-    bug_email = "tex-k@@tug.org";
   textdomain("web2c-help");
 @.web2c-help.mo@>
   while (*message) {
@@ -863,7 +861,7 @@
   }
   textdomain("cweb-tl");
 @.cweb-tl.mo@>
-  printf(_("\nEmail bug reports to %s.\n"), bug_email);
+  printf(_("\nPackage home page: %s.\n"), "https://ctan.org/pkg/cweb");
   textdomain("cweb");
 @.cweb.mo@>
   history=spotless; exit(wrap_up());

Modified: trunk/Build/source/texk/web2c/cwebdir/po/cweb-tl.pot
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/po/cweb-tl.pot	2021-11-14 00:48:50 UTC (rev 61052)
+++ trunk/Build/source/texk/web2c/cwebdir/po/cweb-tl.pot	2021-11-14 13:59:47 UTC (rev 61053)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: CWEBbin 2021\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-06 11:08+0200\n"
+"POT-Creation-Date: 2021-11-14 14:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -17,11 +17,11 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: comm-texlive.ch:531
+#: comm-texlive.ch:547
 #, c-format
 msgid ""
 "\n"
-"Email bug reports to %s.\n"
+"\nPackage home page: %s.\n"
 msgstr ""
 
 #: comm-texlive.ch:511

Modified: trunk/Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po	2021-11-14 00:48:50 UTC (rev 61052)
+++ trunk/Build/source/texk/web2c/cwebdir/po/de/cweb-tl.po	2021-11-14 13:59:47 UTC (rev 61053)
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: CWEBbin 2021\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-06 11:08+0200\n"
-"PO-Revision-Date: 2021-06-06 11:09+0200\n"
+"POT-Creation-Date: 2021-11-14 14:19+0100\n"
+"PO-Revision-Date: 2021-11-14 14:21+0100\n"
 "Last-Translator: Andreas Scherer <andreas_github at freenet.de>\n"
 "Language-Team: German\n"
 "Language: de\n"
@@ -22,9 +22,10 @@
 msgid ""
 "\n"
 "Email bug reports to %s.\n"
+"\nPackage home page: %s.\n"
 msgstr ""
 "\n"
-"Sende Fehler per Email an %s.\n"
+"Weitergehende Informationen auf %s.\n"
 
 #: comm-texlive.ch:511
 #, c-format



More information about the tex-live-commits mailing list.