diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-12 16:59:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-12 16:59:31 +0000 |
commit | 5fc449565fac76c60c8ec1fc4b272749a6f8a4c9 (patch) | |
tree | 3b372c1c3187673490e789e44a169a86f37833c9 /print/tex-changebar | |
parent | 8959983b4cedc316474eb6b67759864f85f3b294 (diff) | |
download | pkgsrc-5fc449565fac76c60c8ec1fc4b272749a6f8a4c9.tar.gz |
Import tex-changebar-3.5c as print/tex-changebar.
Identify areas of text to be marked with changebars with the \cbstart
and \cbend commands; the bars may be coloured. The package uses
'drivers' to place the bars; the available drivers can work with
dvitoln03, dvitops, dvips, the emTeX and TeXtures DVI drivers, and VTeX
and PDFTeX.
Diffstat (limited to 'print/tex-changebar')
-rw-r--r-- | print/tex-changebar/DESCR | 5 | ||||
-rw-r--r-- | print/tex-changebar/Makefile | 16 | ||||
-rw-r--r-- | print/tex-changebar/PLIST | 2 | ||||
-rw-r--r-- | print/tex-changebar/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/print/tex-changebar/DESCR b/print/tex-changebar/DESCR new file mode 100644 index 00000000000..96b55bf86fe --- /dev/null +++ b/print/tex-changebar/DESCR @@ -0,0 +1,5 @@ +Identify areas of text to be marked with changebars with the \cbstart +and \cbend commands; the bars may be coloured. The package uses +'drivers' to place the bars; the available drivers can work with +dvitoln03, dvitops, dvips, the emTeX and TeXtures DVI drivers, and VTeX +and PDFTeX. diff --git a/print/tex-changebar/Makefile b/print/tex-changebar/Makefile new file mode 100644 index 00000000000..b539b2cdd9c --- /dev/null +++ b/print/tex-changebar/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/01/12 16:59:31 minskim Exp $ + +DISTNAME= changebar +PKGNAME= tex-${DISTNAME}-3.5c +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Generate changebars in LaTeX documents + +CONFLICTS+= teTeX-texmf<=3.0nb28 +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" diff --git a/print/tex-changebar/PLIST b/print/tex-changebar/PLIST new file mode 100644 index 00000000000..1202ede788c --- /dev/null +++ b/print/tex-changebar/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/12 16:59:31 minskim Exp $ +share/texmf-dist/tex/latex/changebar/changebar.sty diff --git a/print/tex-changebar/distinfo b/print/tex-changebar/distinfo new file mode 100644 index 00000000000..7c2330aa532 --- /dev/null +++ b/print/tex-changebar/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/01/12 16:59:31 minskim Exp $ + +SHA1 (tex-changebar-15878/changebar.tar.xz) = 8d0e3f186791c207dda38e0661e0040e141aeea4 +RMD160 (tex-changebar-15878/changebar.tar.xz) = 97dab82826a09eabdecfd6754fa850ea724b0303 +Size (tex-changebar-15878/changebar.tar.xz) = 6756 bytes |