chess-tex stable port information

Package: chess-tex
Version: 1.2
Revision: 5
BuildDepends: fink (>= 0.24.12-1)
Depends: tetex-base
Source: http://scid.sourceforge.net/download/chess12.tar.gz
Source-MD5: c8197de4a4e11bc3616b611575f8e60d
PatchFile: %n.patch
PatchFile-MD5: 887d2ddb7c659effb316a086aeb75811
CompileScript: <<
<<
InstallScript: <<
mkdir -p %i/etc/texmf.local/tex/chess
mkdir -p %i/etc/texmf.local/fonts/tfm/public/chess/
mkdir -p %i/etc/texmf.local/fonts/source/public/chess/
mkdir -p %i/share/doc/%n/tex/
install -m 644 inputs/chess.sty %i/etc/texmf.local/tex/chess/
install -m 644 fonts/*.tfm %i/etc/texmf.local/fonts/tfm/public/chess/
install -m 644 mf/chess*mf %i/etc/texmf.local/fonts/source/public/chess/
install -m 644 doc/* %i/share/doc/%n/tex/
<<
DocFiles: CHANGES12 CopyRight README
License: OSI-Approved
PostInstScript: <<
if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
<<
PreRmScript: <<
if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
<<
Description: TeX Fonts and Macros for Typesetting Chess
DescUsage: <<
The macros and examples are very old and don't work optimally with
today's versions of Babel. You will encounter warnings if you're
processing languages other than English, just continue.
<<
Maintainer: Matthias Neeracher

chess-tex stable port .patch

diff -ru chess12.orig/doc/Kasparov.tex chess12/doc/Kasparov.tex
--- chess12.orig/doc/Kasparov.tex Mon Aug 26 22:21:12 2002
+++ chess12/doc/Kasparov.tex Mon Aug 26 22:58:56 2002
@@ -3,7 +3,7 @@
% Redefine chess.sty to get similar layout as in Informator
\makeatletter
\gdef\@dots{\ldots}
-\resetat
+\makeatother

% Some macros to improve readability...
\newenvironment{mainline}[2]{\bf\newcommand{\result}{#1}%
diff -ru chess12.orig/inputs/chess.sty chess12/inputs/chess.sty
--- chess12.orig/inputs/chess.sty Mon Aug 26 22:21:12 2002
+++ chess12/inputs/chess.sty Mon Aug 26 23:01:30 2002
@@ -46,8 +46,8 @@
{\def\format{plain}
\ifx\fmtname\format
\ifcat/@ \gdef\makeatletter{\catcode`@=11\relax}
- \gdef\resetat{\catcode`@=12\relax}
- \else\let\makeatletter\relax\let\resetat\relax\fi
+ \gdef\makeatother{\catcode`@=12\relax}
+ \else\let\makeatletter\relax\let\makeatother\relax\fi
\gdef\mbox#1{\leavevmode\hbox{#1}}
\gdef\Box{\vbox{\hrule height .1pt\hbox{\vrule width .1pt\kern3pt
\vbox{\kern6pt}\kern3pt\vrule width .1pt}\hrule height .1pt}}
@@ -58,12 +58,6 @@

\makeatletter

-%
-% Do we have language support? Otherwise take default language!
-%
-\ifx\undefined\babel@core@loaded\input english.sty\fi
-
-
\def\@set[#1#2](#3){%arguments: [a-h1-8]()
\expandafter\xdef\csname#1#2\endcsname{#3}}

@@ -573,4 +567,4 @@
\def\etc{$\parallel$}
\def\see{\kern.4pt\mbox{\vrule width 1em height.54ex depth-.46ex}\kern.4pt}

-\resetat
+\makeatother

chess-tex _unstable_ port .patch