texlive[68043] trunk: dviasm (24aug23)

commits+karl at tug.org commits+karl at tug.org
Thu Aug 24 22:17:14 CEST 2023


Revision: 68043
          http://tug.org/svn/texlive?view=revision&revision=68043
Author:   karl
Date:     2023-08-24 22:17:14 +0200 (Thu, 24 Aug 2023)
Log Message:
-----------
dviasm (24aug23)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/dviasm/dviasm.py
    trunk/Master/texmf-dist/doc/latex/dviasm/README
    trunk/Master/texmf-dist/doc/man/man1/dviasm.1
    trunk/Master/texmf-dist/doc/man/man1/dviasm.man1.pdf
    trunk/Master/texmf-dist/scripts/dviasm/dviasm.py

Modified: trunk/Build/source/texk/texlive/linked_scripts/dviasm/dviasm.py
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/dviasm/dviasm.py	2023-08-24 17:24:22 UTC (rev 68042)
+++ trunk/Build/source/texk/texlive/linked_scripts/dviasm/dviasm.py	2023-08-24 20:17:14 UTC (rev 68043)
@@ -6,7 +6,7 @@
 # Copyright (C) 2007-2008 by Jin-Hwan Cho <chofchof at ktug.or.kr>
 # Copyright (C) 2011-2017 by Khaled Hosny <khaledhosny at eglug.org>
 # Copyright (C) 2019      by Arthur Reutenauer <arthur at reutenauer.eu>
-# Copyright (C) 2019-2022 by Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+# Copyright (C) 2019-2023 by Hironobu Yamashita <h.y.acetaminophen at gmail.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys, os.path
 from optparse import OptionParser
@@ -315,8 +315,7 @@
     id = GetByte(fp)
     if not ValidID(id):
       warning("ID byte is %d; use the default %d!" % (id, DVI_ID))
-    else:
-      self.id = id
+    self.id = id
     numerator = SignedQuad(fp)
     if numerator <= 0:
       warning('numerator is %d; use the default 25400000!' % numerator)
@@ -1169,13 +1168,13 @@
 DVIasm is a Python script to support changing or creating DVI files
 via disassembling into text, editing, and then reassembling into
 binary format. It is fully documented at
-  http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf
+  https://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf
   http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf
 
 Please report bugs to
   https://github.com/aminophen/dviasm"""
 
-  version = """This is %prog-20220918
+  version = """This is %prog-20230823
 
 Copyright (C) 2007-2008 by Jin-Hwan Cho <chofchof at ktug.or.kr>
 Copyright (C) 2011-2017 by Khaled Hosny <khaledhosny at eglug.org>

Modified: trunk/Master/texmf-dist/doc/latex/dviasm/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dviasm/README	2023-08-24 17:24:22 UTC (rev 68042)
+++ trunk/Master/texmf-dist/doc/latex/dviasm/README	2023-08-24 20:17:14 UTC (rev 68043)
@@ -12,7 +12,7 @@
 
 It is fully documented at
 
-http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf (TUGboat)
+https://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf (TUGboat)
 http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf (Asian Journal of TeX)
 
 Previous maintainer of DVIasm: Khaled Hosny

Modified: trunk/Master/texmf-dist/doc/man/man1/dviasm.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/dviasm.1	2023-08-24 17:24:22 UTC (rev 68042)
+++ trunk/Master/texmf-dist/doc/man/man1/dviasm.1	2023-08-24 20:17:14 UTC (rev 68043)
@@ -105,7 +105,7 @@
 Documentation of
 .B DVIasm
 by the original author Jin-Hwan Cho is published as:
-     http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf (TUGboat)
+     https://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf (TUGboat)
      http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf (Asian Journal of TeX)
 .SH AUTHORS
 The first version was written in Python 2 by Jin-Hwan Cho in 2007.

Modified: trunk/Master/texmf-dist/doc/man/man1/dviasm.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/dviasm/dviasm.py
===================================================================
--- trunk/Master/texmf-dist/scripts/dviasm/dviasm.py	2023-08-24 17:24:22 UTC (rev 68042)
+++ trunk/Master/texmf-dist/scripts/dviasm/dviasm.py	2023-08-24 20:17:14 UTC (rev 68043)
@@ -6,7 +6,7 @@
 # Copyright (C) 2007-2008 by Jin-Hwan Cho <chofchof at ktug.or.kr>
 # Copyright (C) 2011-2017 by Khaled Hosny <khaledhosny at eglug.org>
 # Copyright (C) 2019      by Arthur Reutenauer <arthur at reutenauer.eu>
-# Copyright (C) 2019-2022 by Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+# Copyright (C) 2019-2023 by Hironobu Yamashita <h.y.acetaminophen at gmail.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys, os.path
 from optparse import OptionParser
@@ -315,8 +315,7 @@
     id = GetByte(fp)
     if not ValidID(id):
       warning("ID byte is %d; use the default %d!" % (id, DVI_ID))
-    else:
-      self.id = id
+    self.id = id
     numerator = SignedQuad(fp)
     if numerator <= 0:
       warning('numerator is %d; use the default 25400000!' % numerator)
@@ -1169,13 +1168,13 @@
 DVIasm is a Python script to support changing or creating DVI files
 via disassembling into text, editing, and then reassembling into
 binary format. It is fully documented at
-  http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf
+  https://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf
   http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf
 
 Please report bugs to
   https://github.com/aminophen/dviasm"""
 
-  version = """This is %prog-20220918
+  version = """This is %prog-20230823
 
 Copyright (C) 2007-2008 by Jin-Hwan Cho <chofchof at ktug.or.kr>
 Copyright (C) 2011-2017 by Khaled Hosny <khaledhosny at eglug.org>



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