diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-15 11:38:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-15 11:38:35 +0000 |
commit | 818680f56fa4557fc3d645cb42a8bd5ab41d21bb (patch) | |
tree | dfe13aabc1fba9cbb6f3fabe744d9cb92a3f0746 /print/tex-texmate-doc | |
parent | f11ac911363c0f2f42861d84e725027191e503c8 (diff) | |
download | pkgsrc-818680f56fa4557fc3d645cb42a8bd5ab41d21bb.tar.gz |
Add tex-texmate packages:
TeXmate formats chess games from very simple ascii input. The clean
"1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the same results as
the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". The resulting format
is fully customizable. There are 4 levels of commentary: 1 is the
main game, 2-3 are commentaries. Each has its fonts, punctuation
marks, etc., and these are also customizable. The package includes
a tool for the creation of diagrams. The package works in conjunction
with skak to produce diagrams of the current position automatically.
For chess fonts, the package uses the chessfss system.
Diffstat (limited to 'print/tex-texmate-doc')
-rw-r--r-- | print/tex-texmate-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-texmate-doc/Makefile | 11 | ||||
-rw-r--r-- | print/tex-texmate-doc/PLIST | 4 | ||||
-rw-r--r-- | print/tex-texmate-doc/distinfo | 5 |
4 files changed, 21 insertions, 0 deletions
diff --git a/print/tex-texmate-doc/DESCR b/print/tex-texmate-doc/DESCR new file mode 100644 index 00000000000..37927db627e --- /dev/null +++ b/print/tex-texmate-doc/DESCR @@ -0,0 +1 @@ +This package contains documentation for the tex-texmate package. diff --git a/print/tex-texmate-doc/Makefile b/print/tex-texmate-doc/Makefile new file mode 100644 index 00000000000..5392d43cbd4 --- /dev/null +++ b/print/tex-texmate-doc/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/15 11:38:35 wiz Exp $ + +DISTNAME= texmate.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Documentation for tex-texmate + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-texmate-doc/PLIST b/print/tex-texmate-doc/PLIST new file mode 100644 index 00000000000..6f6f5016e53 --- /dev/null +++ b/print/tex-texmate-doc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/15 11:38:35 wiz Exp $ +share/texmf-dist/doc/latex/texmate/README +share/texmf-dist/doc/latex/texmate/texmate${PKGVERSION}manual.pdf +share/texmf-dist/doc/latex/texmate/texmate${PKGVERSION}manual.tex diff --git a/print/tex-texmate-doc/distinfo b/print/tex-texmate-doc/distinfo new file mode 100644 index 00000000000..be761058289 --- /dev/null +++ b/print/tex-texmate-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/15 11:38:35 wiz Exp $ + +SHA1 (tex-texmate-15878/texmate.doc.tar.xz) = e1890f00a0cb070b91fe7c02d03cf3c1e15a10b1 +RMD160 (tex-texmate-15878/texmate.doc.tar.xz) = 62d1d27a67f3c556a5ac24a3a2a69b14e96e0747 +Size (tex-texmate-15878/texmate.doc.tar.xz) = 233672 bytes |