texlive[72672] Master: fontscripts.pdf et al.

commits+karl at tug.org commits+karl at tug.org
Sat Oct 26 23:19:16 CEST 2024


Revision: 72672
          https://tug.org/svn/texlive?view=revision&revision=72672
Author:   karl
Date:     2024-10-26 23:19:16 +0200 (Sat, 26 Oct 2024)
Log Message:
-----------
fontscripts.pdf et al. in doc

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/fonts/fontscripts/
    trunk/Master/texmf-dist/doc/fonts/fontscripts/README.md
    trunk/Master/texmf-dist/doc/fonts/fontscripts/fontscripts.pdf
    trunk/Master/texmf-dist/doc/fonts/fontscripts/manifest.txt

Removed Paths:
-------------
    trunk/Master/texmf-dist/source/fonts/fontscripts/README.md
    trunk/Master/texmf-dist/source/fonts/fontscripts/fontscripts.pdf
    trunk/Master/texmf-dist/source/fonts/fontscripts/manifest.txt

Added: trunk/Master/texmf-dist/doc/fonts/fontscripts/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/fontscripts/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/fontscripts/README.md	2024-10-26 21:19:16 UTC (rev 72672)
@@ -0,0 +1,65 @@
+$Id: README.md 10379 2024-09-24 20:56:31Z cfrees $
+
+=================================================
+# fontscripts
+=================================================
+
+This work, which consists of all files listed in manifest.txt, is released 
+under the LaTeX Project Public Licence version 1.3c or later. See individual 
+files for details.
+
+=================================================
+## Purpose 
+=================================================
+
+The package provides variant font encodings, support metrics and Lua script 
+fragments to automate the creation of TeX/LaTeXe font files for 8-bit engines 
+using l3build. A template-based system enables the automatic generation of 
+font tables and l3build tests. 
+
+The scripts make it possible to automate the generation of TeX fonts (TeX font
+metrics, virtual fonts, map files etc.). For tools which do not otherwise
+support it, such as fontinst, the scripts enable the automatic addition of
+variable scaling in font definition files. A semi-automatic system tries to
+ensure font encoding names are unique.
+
+The script fragments are primarily designed for fontinst, but can be adapted 
+for use with other programmes. The default configuration is intended to be 
+cross-platform and requires only tools included in TeX Live, but the 
+documentation includes a simple adaption for integration with FontForge and 
+GNU make.
+
+The encoding and metric files support fonts which use variant names for
+characters. For example, fonts may use 'emdash' and 'endash' or 'f_f'. They also
+support some fonts converted from opentype which use suffixes to distinguish
+small-caps, for example, rather than placing these characters in separate fonts.
+
+=================================================
+## Revision History
+=================================================
+
+Initial release.
+
+=================================================
+## Code Repositories
+=================================================
+
+Code is hosted at 
+	https://codeberg.org/cfr/nfssext
+For convenience, the repository is mirrored at
+  https://github.com/cfr42/nfssext
+
+=================================================
+## Contact Details
+=================================================
+
+Bug reports, feature requests etc.  should be filed at
+  https://codeberg.org/cfr/nfssext/issues
+
+
+Clea F. Rees 
+Version 0.1
+2024-09-24
+
+=================================================
+vim: et:tw=80:sw=0:


Property changes on: trunk/Master/texmf-dist/doc/fonts/fontscripts/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/fonts/fontscripts/fontscripts.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/fonts/fontscripts/fontscripts.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/fontscripts/fontscripts.pdf	2024-10-26 20:17:31 UTC (rev 72671)
+++ trunk/Master/texmf-dist/doc/fonts/fontscripts/fontscripts.pdf	2024-10-26 21:19:16 UTC (rev 72672)

Property changes on: trunk/Master/texmf-dist/doc/fonts/fontscripts/fontscripts.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/fonts/fontscripts/manifest.txt
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/fontscripts/manifest.txt	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/fontscripts/manifest.txt	2024-10-26 21:19:16 UTC (rev 72672)
@@ -0,0 +1,63 @@
+# Manifest for fontscripts
+
+Copyright (C) 2024 Clea F. Rees
+
+This work may be distributed and/or modified under the conditions of the LaTeX
+Project Public License, either version 1.3c of this license or (at your option)
+any later version.  The latest version of this license is in
+      https://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX version 
+2008-05-04 or later.
+
+This work has the LPPL maintenance status `maintained'.
+
+The Current Maintainer of this work is Clea F. Rees.
+
+This work consists of all files listed in manifest.txt.
+
+This file was automatically generated by `l3build manifest`.
+
+## Source files
+
+
+### Package files
+
+* fontscripts.dtx
+* fontscripts.ins
+* fontinst.lua
+* fnt-ctan.lua
+* README.md
+
+
+## Derived files
+
+
+### Package files
+
+* manifest.txt
+* dotoldstyle.etx
+* dotsc2.etx
+* dottaboldstyle.etx
+* lining.etx
+* oldstyle.etx
+* t1-cfr.etx
+* t1-dotalt-f_f.etx
+* t1-dotinf.etx
+* t1-dotinferior.etx
+* t1-dotsup.etx
+* t1-dotsuperior.etx
+* t1-f_f.etx
+* t1j-f_f.etx
+* ts1-dotinf.etx
+* ts1-dotsup.etx
+* ts1-euro.etx
+* ucdotalt.etx
+* tag.lua
+* dotscbuild.mtx
+* dotscmisc.mtx
+* newlatin-dotsc.mtx
+* fnt-tables.tex
+
+### Typeset documentation
+
+* fontscripts.pdf


Property changes on: trunk/Master/texmf-dist/doc/fonts/fontscripts/manifest.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/source/fonts/fontscripts/README.md
===================================================================
--- trunk/Master/texmf-dist/source/fonts/fontscripts/README.md	2024-10-26 20:17:31 UTC (rev 72671)
+++ trunk/Master/texmf-dist/source/fonts/fontscripts/README.md	2024-10-26 21:19:16 UTC (rev 72672)
@@ -1,65 +0,0 @@
-$Id: README.md 10379 2024-09-24 20:56:31Z cfrees $
-
-=================================================
-# fontscripts
-=================================================
-
-This work, which consists of all files listed in manifest.txt, is released 
-under the LaTeX Project Public Licence version 1.3c or later. See individual 
-files for details.
-
-=================================================
-## Purpose 
-=================================================
-
-The package provides variant font encodings, support metrics and Lua script 
-fragments to automate the creation of TeX/LaTeXe font files for 8-bit engines 
-using l3build. A template-based system enables the automatic generation of 
-font tables and l3build tests. 
-
-The scripts make it possible to automate the generation of TeX fonts (TeX font
-metrics, virtual fonts, map files etc.). For tools which do not otherwise
-support it, such as fontinst, the scripts enable the automatic addition of
-variable scaling in font definition files. A semi-automatic system tries to
-ensure font encoding names are unique.
-
-The script fragments are primarily designed for fontinst, but can be adapted 
-for use with other programmes. The default configuration is intended to be 
-cross-platform and requires only tools included in TeX Live, but the 
-documentation includes a simple adaption for integration with FontForge and 
-GNU make.
-
-The encoding and metric files support fonts which use variant names for
-characters. For example, fonts may use 'emdash' and 'endash' or 'f_f'. They also
-support some fonts converted from opentype which use suffixes to distinguish
-small-caps, for example, rather than placing these characters in separate fonts.
-
-=================================================
-## Revision History
-=================================================
-
-Initial release.
-
-=================================================
-## Code Repositories
-=================================================
-
-Code is hosted at 
-	https://codeberg.org/cfr/nfssext
-For convenience, the repository is mirrored at
-  https://github.com/cfr42/nfssext
-
-=================================================
-## Contact Details
-=================================================
-
-Bug reports, feature requests etc.  should be filed at
-  https://codeberg.org/cfr/nfssext/issues
-
-
-Clea F. Rees 
-Version 0.1
-2024-09-24
-
-=================================================
-vim: et:tw=80:sw=0:

Deleted: trunk/Master/texmf-dist/source/fonts/fontscripts/fontscripts.pdf
===================================================================
(Binary files differ)

Deleted: trunk/Master/texmf-dist/source/fonts/fontscripts/manifest.txt
===================================================================
--- trunk/Master/texmf-dist/source/fonts/fontscripts/manifest.txt	2024-10-26 20:17:31 UTC (rev 72671)
+++ trunk/Master/texmf-dist/source/fonts/fontscripts/manifest.txt	2024-10-26 21:19:16 UTC (rev 72672)
@@ -1,63 +0,0 @@
-# Manifest for fontscripts
-
-Copyright (C) 2024 Clea F. Rees
-
-This work may be distributed and/or modified under the conditions of the LaTeX
-Project Public License, either version 1.3c of this license or (at your option)
-any later version.  The latest version of this license is in
-      https://www.latex-project.org/lppl.txt
-and version 1.3 or later is part of all distributions of LaTeX version 
-2008-05-04 or later.
-
-This work has the LPPL maintenance status `maintained'.
-
-The Current Maintainer of this work is Clea F. Rees.
-
-This work consists of all files listed in manifest.txt.
-
-This file was automatically generated by `l3build manifest`.
-
-## Source files
-
-
-### Package files
-
-* fontscripts.dtx
-* fontscripts.ins
-* fontinst.lua
-* fnt-ctan.lua
-* README.md
-
-
-## Derived files
-
-
-### Package files
-
-* manifest.txt
-* dotoldstyle.etx
-* dotsc2.etx
-* dottaboldstyle.etx
-* lining.etx
-* oldstyle.etx
-* t1-cfr.etx
-* t1-dotalt-f_f.etx
-* t1-dotinf.etx
-* t1-dotinferior.etx
-* t1-dotsup.etx
-* t1-dotsuperior.etx
-* t1-f_f.etx
-* t1j-f_f.etx
-* ts1-dotinf.etx
-* ts1-dotsup.etx
-* ts1-euro.etx
-* ucdotalt.etx
-* tag.lua
-* dotscbuild.mtx
-* dotscmisc.mtx
-* newlatin-dotsc.mtx
-* fnt-tables.tex
-
-### Typeset documentation
-
-* fontscripts.pdf

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2024-10-26 20:17:31 UTC (rev 72671)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2024-10-26 21:19:16 UTC (rev 72672)
@@ -3106,7 +3106,7 @@
  'feynmf',              'feynmf\.pl|' . $standardsource,
  'findhyph',            'NULL',                 # leave makefile
  'fmtcount',            'fmtcount.perl|' . $standardsource,
- 'fontscripts',		'.',			# everything
+ 'fontscripts',		'\.(lua|tex)$|' . $standardsource, # pdf/README in doc
  'fpl',                 'Add|\.p[es]|' . $standardsource,
  'fullblck',            '\.asc|' . $standardsource,
  'grverb',              '\.vpl|' . $standardsource,



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