texlive[68537] Master: rm context-account, obsolete on ctan

commits+karl at tug.org commits+karl at tug.org
Fri Oct 13 22:56:59 CEST 2023


Revision: 68537
          https://tug.org/svn/texlive?view=revision&revision=68537
Author:   karl
Date:     2023-10-13 22:56:58 +0200 (Fri, 13 Oct 2023)
Log Message:
-----------
rm context-account, obsolete on ctan

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/libexec/ctan2tds
    trunk/Master/tlpkg/tlpsrc/collection-context.tlpsrc

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/context/third/account/
    trunk/Master/texmf-dist/tex/context/interface/third/t-account.xml
    trunk/Master/texmf-dist/tex/context/third/account/
    trunk/Master/tlpkg/tlpsrc/context-account.tlpsrc

Deleted: trunk/Master/texmf-dist/tex/context/interface/third/t-account.xml
===================================================================
--- trunk/Master/texmf-dist/tex/context/interface/third/t-account.xml	2023-10-13 20:53:31 UTC (rev 68536)
+++ trunk/Master/texmf-dist/tex/context/interface/third/t-account.xml	2023-10-13 20:56:58 UTC (rev 68537)
@@ -1,147 +0,0 @@
-<?xml version="1.0"?>
-
-<cd:interface xmlns:cd="http://www.pragma-ade.com/commands" name="context" language="en" version="2006.07.14">
-
-<cd:command name="debits" type="environment" file="wolf-mis">
-  <cd:sequence>
-    <cd:string value="DEBITS"/>
-  </cd:sequence>
-  <cd:arguments>
-    <cd:assignments list="yes">
-      <cd:parameter name="color">
-        <cd:constant type="cd:name"/>
-      </cd:parameter>
-    </cd:assignments>
-  </cd:arguments>
-</cd:command>
-
-<cd:command name="debit" file="wolf-mis.tex">
-  <cd:sequence>
-    <cd:string value="debit"/>
-  </cd:sequence>
-  <cd:arguments>
-    <cd:keywords optional="yes">
-      <cd:constant type="cd:text"/>
-    </cd:keywords>
-    <cd:content/>
-  </cd:arguments>
-</cd:command>
-
-<cd:command name="credits" type="environment" file="wolf-mis">
-  <cd:sequence>
-    <cd:string value="CREDITS"/>
-  </cd:sequence>
-  <cd:arguments>
-    <cd:assignments list="yes">
-      <cd:parameter name="color">
-        <cd:constant type="cd:name"/>
-      </cd:parameter>
-    </cd:assignments>
-  </cd:arguments>
-</cd:command>
-
-<cd:command name="credit" file="wolf-mis.tex">
-  <cd:sequence>
-    <cd:string value="credit"/>
-  </cd:sequence>
-  <cd:arguments>
-    <cd:keywords optional="yes">
-      <cd:constant type="cd:text"/>
-    </cd:keywords>
-    <cd:content/>
-  </cd:arguments>
-</cd:command>
-
-<cd:command name="account" type="environment" file="wolf-mis">
-  <cd:sequence>
-    <cd:string value="ACCOUNT"/>
-  </cd:sequence>
-  <cd:arguments>
-    <cd:keywords>
-      <cd:constant type="cd:name"/>
-    </cd:keywords>
-    <cd:assignments optional="yes" list="yes">
-      <cd:inherit name="setupACCOUNT"/>
-    </cd:assignments>
-  </cd:arguments>
-</cd:command>
-
-<cd:command name="setupaccount" file="wolf-mis.tex">
-  <cd:sequence>
-    <cd:string value="setupACCOUNT" />
-  </cd:sequence>
-  <cd:arguments>
-    <cd:keywords>
-      <cd:constant type="cd:name"/>
-    </cd:keywords>
-    <cd:assignments list="yes">
-      <cd:parameter name="frame">
-        <cd:constant type="on"/>
-        <cd:constant type="off" default="yes"/>
-        <cd:constant type="none"/>
-        <cd:constant type="overlay"/>
-      </cd:parameter>
-      <cd:parameter name="background">
-        <cd:constant type="screen"/>
-        <cd:constant type="color"/>
-        <cd:constant type="none"/>
-        <cd:constant type="foreground"/>
-        <cd:constant type="cd:name"/>
-      </cd:parameter>
-      <cd:parameter name="backgroundscreen">
-        <cd:constant type="cd:number"/>
-      </cd:parameter>
-      <cd:parameter name="backgroundcolor">
-        <cd:constant type="cd:name"/>
-      </cd:parameter>
-      <cd:parameter name="backgroundoffset">
-        <cd:constant type="frame"/>
-        <cd:constant type="cd:dimension"/>
-      </cd:parameter>
-      <cd:parameter name="rulethickness">
-        <cd:constant type="cd:dimension"/>
-      </cd:parameter>
-      <cd:parameter name="framecolor">
-        <cd:constant type="cd:name"/>
-      </cd:parameter>
-      <cd:parameter name="offset">
-        <cd:constant type="none"/>
-        <cd:constant type="overlay"/>
-        <cd:constant type="default"/>
-        <cd:constant type="cd:dimension"/>
-      </cd:parameter>
-      <cd:parameter name="width">
-        <cd:constant type="fit" default="yes"/>
-        <cd:constant type="cd:dimension"/>
-      </cd:parameter>
-      <cd:parameter name="left">
-        <cd:constant type="cd:text"/>
-      </cd:parameter>
-      <cd:parameter name="middle">
-        <cd:constant type="cd:text"/>
-      </cd:parameter>
-      <cd:parameter name="right">
-        <cd:constant type="cd:text"/>
-      </cd:parameter>
-      <cd:parameter name="distance">
-        <cd:constant type="cd:dimension"/>
-      </cd:parameter>
-    </cd:assignments>
-  </cd:arguments>
-</cd:command>
-
-<cd:command name="defineaccount" file="wolf-mis.tex">
-  <cd:sequence>
-    <cd:string value="defineACCOUNT"/>
-  </cd:sequence>
-  <cd:arguments>
-    <cd:keywords>
-      <cd:constant type="cd:name"/>
-    </cd:keywords>
-    <cd:assignments optional="yes" list="yes">
-      <cd:inherit name="setupACCOUNT"/>
-    </cd:assignments>
-  </cd:arguments>
-</cd:command>
-
-</cd:interface>

Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2023-10-13 20:53:31 UTC (rev 68536)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2023-10-13 20:56:58 UTC (rev 68537)
@@ -209,7 +209,7 @@
     complexity components comprehensive computational-complexity
     concepts concmath concmath-fonts concmath-otf concprog concrete
     conditext confproc constants conteq
-    context-account context-algorithmic context-animation context-annotation
+    context-algorithmic context-animation context-annotation
     context-bnf
     context-calendar-examples context-chromato context-cmscbf context-cmttbf
     context-collating-marks

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2023-10-13 20:53:31 UTC (rev 68536)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2023-10-13 20:56:58 UTC (rev 68537)
@@ -337,7 +337,7 @@
  'concmath-fonts',      "&MAKEflatten",
  'concrete',            "&MAKEflatten",
  'conferences',         "die 'skipping, container directory'",
- 'context-account',     "&MAKEcopy",
+ 'context-account',     "die 'skipping, obsolete on CTAN'",
  'context-algorithmic', "&MAKEcopy",
  'context-animation',   "&MAKEcopy",
  'context-annotation',  "&MAKEcopy",
@@ -366,6 +366,7 @@
  'context-letter',      "&MAKEcopy",
  'context-lettrine',    "die 'skipping, obsolete per author'",
  'context-lilypond',    "die 'skipping, obsolete per author'",
+ 'context-lucida-bright-support', "die 'skipping, nonfree font'",
  'context-mathsets',    "&MAKEcopy",
  'context-pocketdiary', "&MAKEcopy",
  'context-rst',         "&MAKEcopy",

Modified: trunk/Master/tlpkg/tlpsrc/collection-context.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-context.tlpsrc	2023-10-13 20:53:31 UTC (rev 68536)
+++ trunk/Master/tlpkg/tlpsrc/collection-context.tlpsrc	2023-10-13 20:56:58 UTC (rev 68537)
@@ -9,7 +9,6 @@
 depend jmn
 #
 # rest are contrib modules from the garden:
-depend context-account
 depend context-algorithmic
 depend context-animation
 depend context-annotation

Deleted: trunk/Master/tlpkg/tlpsrc/context-account.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/context-account.tlpsrc	2023-10-13 20:53:31 UTC (rev 68536)
+++ trunk/Master/tlpkg/tlpsrc/context-account.tlpsrc	2023-10-13 20:56:58 UTC (rev 68537)
@@ -1,2 +0,0 @@
-category ConTeXt
-depend context



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