pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Apr 11 02:27:56 UTC 2023

Added Files:
        pkgsrc/graphics/tex-mpchess: DESCR Makefile PLIST distinfo
        pkgsrc/graphics/tex-mpchess-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-mpchess{,-doc}: add version 0.4

This package allows you to draw chess boards and positions. The
appearance of the drawings is modern and largely inspired by
what is offered by the excellent web site Lichess.org. Relying
on MetaPost probably allows more graphic flexibility than the
excellent LaTeX packages. This package is in beta version, do
not hesitate to report bugs, as well as requests for
improvement


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-mpchess/DESCR \
    pkgsrc/graphics/tex-mpchess/Makefile pkgsrc/graphics/tex-mpchess/PLIST \
    pkgsrc/graphics/tex-mpchess/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-mpchess-doc/DESCR \
    pkgsrc/graphics/tex-mpchess-doc/Makefile \
    pkgsrc/graphics/tex-mpchess-doc/PLIST \
    pkgsrc/graphics/tex-mpchess-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/tex-mpchess/DESCR
diff -u /dev/null pkgsrc/graphics/tex-mpchess/DESCR:1.1
--- /dev/null   Tue Apr 11 02:27:56 2023
+++ pkgsrc/graphics/tex-mpchess/DESCR   Tue Apr 11 02:27:56 2023
@@ -0,0 +1,7 @@
+This package allows you to draw chess boards and positions. The
+appearance of the drawings is modern and largely inspired by
+what is offered by the excellent web site Lichess.org. Relying
+on MetaPost probably allows more graphic flexibility than the
+excellent LaTeX packages. This package is in beta version, do
+not hesitate to report bugs, as well as requests for
+improvement
Index: pkgsrc/graphics/tex-mpchess/Makefile
diff -u /dev/null pkgsrc/graphics/tex-mpchess/Makefile:1.1
--- /dev/null   Tue Apr 11 02:27:56 2023
+++ pkgsrc/graphics/tex-mpchess/Makefile        Tue Apr 11 02:27:56 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/04/11 02:27:56 markd Exp $
+
+DISTNAME=      mpchess
+PKGNAME=       tex-${DISTNAME}-0.4
+TEXLIVE_REV=   66795
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/mpchess
+COMMENT=       Drawing chess boards and positions with MetaPost
+LICENSE=       lppl-1.3c AND gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-mpchess/PLIST
diff -u /dev/null pkgsrc/graphics/tex-mpchess/PLIST:1.1
--- /dev/null   Tue Apr 11 02:27:56 2023
+++ pkgsrc/graphics/tex-mpchess/PLIST   Tue Apr 11 02:27:56 2023
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/11 02:27:56 markd Exp $
+share/texmf-dist/metapost/mpchess/mpchess-cburnett.mp
+share/texmf-dist/metapost/mpchess/mpchess-chessboard.mp
+share/texmf-dist/metapost/mpchess/mpchess-fen.mp
+share/texmf-dist/metapost/mpchess/mpchess-pgn.mp
+share/texmf-dist/metapost/mpchess/mpchess-pieces.mp
+share/texmf-dist/metapost/mpchess/mpchess-skak.mp
+share/texmf-dist/metapost/mpchess/mpchess.mp
Index: pkgsrc/graphics/tex-mpchess/distinfo
diff -u /dev/null pkgsrc/graphics/tex-mpchess/distinfo:1.1
--- /dev/null   Tue Apr 11 02:27:56 2023
+++ pkgsrc/graphics/tex-mpchess/distinfo        Tue Apr 11 02:27:56 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/11 02:27:56 markd Exp $
+
+BLAKE2s (mpchess.r66795.tar.xz) = 8ec7b1b7843527e2797d4c06cd4edcb6ceae4f50b0e9589441528bf61f527b31
+SHA512 (mpchess.r66795.tar.xz) = f24a5294e40a0156eacf47679b2aa3014ce93af5f74022270a34fc068f6d84deb861f0cf2bad6219ec333ed700d55e73dfc86aeb71536a669dcad56b3e116bc0
+Size (mpchess.r66795.tar.xz) = 19908 bytes

Index: pkgsrc/graphics/tex-mpchess-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-mpchess-doc/DESCR:1.1
--- /dev/null   Tue Apr 11 02:27:56 2023
+++ pkgsrc/graphics/tex-mpchess-doc/DESCR       Tue Apr 11 02:27:56 2023
@@ -0,0 +1 @@
+Documentation for tex-mpchess.
Index: pkgsrc/graphics/tex-mpchess-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-mpchess-doc/Makefile:1.1
--- /dev/null   Tue Apr 11 02:27:56 2023
+++ pkgsrc/graphics/tex-mpchess-doc/Makefile    Tue Apr 11 02:27:56 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/04/11 02:27:56 markd Exp $
+
+DISTNAME=      mpchess.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.4
+TEXLIVE_REV=   66795
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/mpchess
+COMMENT=       Documentation for tex-mpchess
+LICENSE=       lppl-1.3c AND gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-mpchess-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-mpchess-doc/PLIST:1.1
--- /dev/null   Tue Apr 11 02:27:56 2023
+++ pkgsrc/graphics/tex-mpchess-doc/PLIST       Tue Apr 11 02:27:56 2023
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/11 02:27:56 markd Exp $
+share/texmf-dist/doc/metapost/mpchess/LICENSE
+share/texmf-dist/doc/metapost/mpchess/README.md
+share/texmf-dist/doc/metapost/mpchess/ctan.bib
+share/texmf-dist/doc/metapost/mpchess/fond.pdf
+share/texmf-dist/doc/metapost/mpchess/mpchess-doc-en.pdf
+share/texmf-dist/doc/metapost/mpchess/mpchess-doc-en.tex
+share/texmf-dist/doc/metapost/mpchess/mpchess-doc-fr.pdf
+share/texmf-dist/doc/metapost/mpchess/mpchess-doc-fr.tex
+share/texmf-dist/doc/metapost/mpchess/mpchess-preamble.tex
+share/texmf-dist/doc/metapost/mpchess/test.fen
+share/texmf-dist/doc/metapost/mpchess/test.pgn
Index: pkgsrc/graphics/tex-mpchess-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-mpchess-doc/distinfo:1.1
--- /dev/null   Tue Apr 11 02:27:56 2023
+++ pkgsrc/graphics/tex-mpchess-doc/distinfo    Tue Apr 11 02:27:56 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/11 02:27:56 markd Exp $
+
+BLAKE2s (mpchess.doc.r66795.tar.xz) = b25ffc8f6dc3d61ca4dbd1649962becab5994edbdf68f73875f2e79486bbf17a
+SHA512 (mpchess.doc.r66795.tar.xz) = fe39fb74243ee68ae86b8aa9c15ce4644a79751e8f57fa7dc865dae782c0fcd5cc0c3e3249df9ebeb21d90db990c528b33202779cc220a65c1f540ba83472bf9
+Size (mpchess.doc.r66795.tar.xz) = 1415136 bytes



Home | Main Index | Thread Index | Old Index