source: xincludes/texruntime.xml@ b29fc64

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since b29fc64 was b29fc64, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Archive Python2

Create ulinks:
external multimedia/libdriv/alsa-lib.xml
external xincludes/texruntime.xml
external pst/printing/cups.xml
external networking/netlibs/ldns.xml
external server/other/unbound.xml
external general/prog/yasm.xml

remove multimedia/libdriv/libmusicbrainz.xml
remove x/lib/libglade.xml
remove general/prog/python-modules/pygtk.xml
remove general/prog/python-modules/pycairo2.xml
remove general/prog/python-modules/pygobject2.xml

Already commented out:
general/prog/python-modules/pyxdg.xml
general/prog/python-modules/six.xml

The files listed as removed are still present, but not referenced.
Then need to be moved to the archive when the gimp3 branch is merged
with trunk.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8
9<para role="optional">
10 &python2; is used by the unmaintained
11 ebong CTAN module (intended for writing Bengali in Rapid Roman Format).
12 <filename>/usr/bin/python</filename> is also in the shebang line for the
13 latex-papersize and lilyglyphs scripts, and documentation at CTAN says both
14 modules have been updated to work with python3. In pythontex there are
15 scripts to invoke python3 or python2 according to the system's version of
16 <command>python</command>. <xref role="runtime" linkend="ruby"/> is used by
17 two scripts, one is for pTex (Japanese vertical writing) and the other is
18 match_parens which might be generally useful. The perl module <ulink
19 url="https://cpan.metacpan.org/authors/id/S/SR/SREZIC/Tk-804.036.tar.gz">Tk</ulink>,
20 which needs to be run from an X11 session to run the tests and
21 requires <xref role="runtime" linkend="tk"/> is used by one of the scripts
22 for ptex
23 and is needed for texdoctk (a GUI interface for finding documentation files
24 and opening them with the appropriate viewer).
25 <command>ps2pdf</command>, from <xref role='runtime' linkend='gs'/>, is
26 used by some utilities and scripts.
27</para>
Note: See TracBrowser for help on using the repository browser.