Wed May 6 09:03:22 2015 UTC ()
Add HOMEPAGE, LICENSE.


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-skak/DESCR
diff -r1.2 -r1.3 pkgsrc/print/tex-skak/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-skak/DESCR (expand / switch to unified diff)

--- pkgsrc/print/tex-skak/DESCR 2011/02/15 11:22:05 1.1.1.1
+++ pkgsrc/print/tex-skak/DESCR 2015/05/06 09:03:22 1.2
@@ -1,9 +1,10 @@ @@ -1,9 +1,10 @@
1This package provides macros and fonts in MetaFont format which 1This package provides macros and fonts in Metafont format which
2can be used to typeset chess games using PGN, and to show diagrams 2can be used to typeset chess games using PGN, and to show
3of the current board in a document. The package builds on work by 3diagrams of the current board in a document. The package builds
4Piet Tutelaers -- the main novelty is the use of PGN for input 4on work by Piet Tutelaers -- the main novelty is the use of PGN
5instead of the more cumbersome coordinate notation (g1f3 becomes 5for input instead of the more cumbersome coordinate notation
6the more readable Nf3 in PGN). An Adobe Type 1 implementation of 6(g1f3 becomes the more readable Nf3 in PGN). An Adobe Type 1
7skak's fonts is available as package skaknew; an alternative chess 7implementation of skak's fonts is available as package skaknew;
8notational scheme is available in package texmate, and a general 8an alternative chess notational scheme is available in package
9mechanism for selecting chess fonts is provided in chessfss. 9texmate, and a general mechanism for selecting chess fonts is
 10provided in chessfss.

cvs diff -r1.2 -r1.3 pkgsrc/print/tex-skak/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-skak/Makefile 2015/04/25 04:39:27 1.2
+++ pkgsrc/print/tex-skak/Makefile 2015/05/06 09:03:22 1.3
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1# $NetBSD: Makefile,v 1.2 2015/04/25 04:39:27 markd Exp $ 1# $NetBSD: Makefile,v 1.3 2015/05/06 09:03:22 wiz Exp $
2 2
3DISTNAME= skak 3DISTNAME= skak
4PKGNAME= tex-${DISTNAME}-1.5.2 4PKGNAME= tex-${DISTNAME}-1.5.2
5TEXLIVE_REV= 32758 5TEXLIVE_REV= 32758
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
 8HOMEPAGE= http://ctan.org/pkg/skak
8COMMENT= LaTeX fonts and macros for typesetting chess games 9COMMENT= LaTeX fonts and macros for typesetting chess games
 10LICENSE= lppl-1.3c
9 11
10DEPENDS+= tex-chessfss-[0-9]*:../../print/tex-chessfss 12DEPENDS+= tex-chessfss-[0-9]*:../../print/tex-chessfss
11 13
12.include "../../print/texlive/package.mk" 14.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"