pkgsrc/print/tex-changebar/Makefile
markd 1b8258f954 tex-changebar{,-doc}: update to 3.6c
3.6c
I was made aware of a situation where an extra page with lots of "spsp"
 would appear at the end of a lengthy document.

 This has now been fixed

3.6b
Several years ago Apostolos Syropoulos sent me an extension to support
XeTeX. I integrated it into changebar, but unfortunately I seem to have
never gotten round to upload that version.
2018-05-06 01:30:20 +00:00

17 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/05/06 01:30:20 markd Exp $
DISTNAME= changebar
PKGNAME= tex-${DISTNAME}-3.6c
TEXLIVE_REV= 46919
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/changebar
COMMENT= Generate changebars in LaTeX documents
LICENSE= lppl-1.3c
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"