summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2018-05-06 01:30:20 +0000
committermarkd <markd@pkgsrc.org>2018-05-06 01:30:20 +0000
commitc4d05466365b424c5a8c938922bbdad515e8d05e (patch)
treef6aeaea01a2e2fafb7a5d2b3207a79d113c0551c
parentd982414920fa2c62a0f3821a1df3d729f70f119d (diff)
downloadpkgsrc-c4d05466365b424c5a8c938922bbdad515e8d05e.tar.gz
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.
-rw-r--r--print/tex-changebar-doc/Makefile7
-rw-r--r--print/tex-changebar-doc/PLIST10
-rw-r--r--print/tex-changebar-doc/distinfo10
-rw-r--r--print/tex-changebar/Makefile7
-rw-r--r--print/tex-changebar/distinfo10
5 files changed, 24 insertions, 20 deletions
diff --git a/print/tex-changebar-doc/Makefile b/print/tex-changebar-doc/Makefile
index 70226b258fc..c967d50c642 100644
--- a/print/tex-changebar-doc/Makefile
+++ b/print/tex-changebar-doc/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:32 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/05/06 01:30:20 markd Exp $
DISTNAME= changebar.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.5c
-TEXLIVE_REV= 15878
+PKGNAME= tex-${DISTNAME:S/./-/}-3.6c
+TEXLIVE_REV= 46919
MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/changebar
COMMENT= Documentation for tex-changebar
LICENSE= lppl-1.3c
diff --git a/print/tex-changebar-doc/PLIST b/print/tex-changebar-doc/PLIST
index 8032348ae94..4b408505160 100644
--- a/print/tex-changebar-doc/PLIST
+++ b/print/tex-changebar-doc/PLIST
@@ -1,9 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/12 16:59:39 minskim Exp $
-share/texmf-dist/doc/latex/changebar/00readme.txt
-share/texmf-dist/doc/latex/changebar/catalog.txt
+@comment $NetBSD: PLIST,v 1.2 2018/05/06 01:30:20 markd Exp $
+share/texmf-dist/doc/latex/changebar/CATALOG
+share/texmf-dist/doc/latex/changebar/MANIFEST
+share/texmf-dist/doc/latex/changebar/README
share/texmf-dist/doc/latex/changebar/cbtest1-ltx.pdf
share/texmf-dist/doc/latex/changebar/cbtest1-pdf.pdf
share/texmf-dist/doc/latex/changebar/cbtest1.tex
+share/texmf-dist/doc/latex/changebar/cbtest1good.pdf
+share/texmf-dist/doc/latex/changebar/cbtest1wrong.pdf
share/texmf-dist/doc/latex/changebar/cbtest2-ltx.pdf
share/texmf-dist/doc/latex/changebar/cbtest2-pdf.pdf
share/texmf-dist/doc/latex/changebar/cbtest2.tex
@@ -11,4 +14,3 @@ share/texmf-dist/doc/latex/changebar/changebar.bug
share/texmf-dist/doc/latex/changebar/changebar.pdf
share/texmf-dist/doc/latex/changebar/chbar.1
share/texmf-dist/doc/latex/changebar/chbar.sh
-share/texmf-dist/doc/latex/changebar/manifest.txt
diff --git a/print/tex-changebar-doc/distinfo b/print/tex-changebar-doc/distinfo
index 3ba7eb20f83..f4a22807829 100644
--- a/print/tex-changebar-doc/distinfo
+++ b/print/tex-changebar-doc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:01:55 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/05/06 01:30:20 markd Exp $
-SHA1 (tex-changebar-15878/changebar.doc.tar.xz) = c74e31d6fa7d5404637798d22fa8319476a48a60
-RMD160 (tex-changebar-15878/changebar.doc.tar.xz) = 48f0c6432cb90629270cf59b8616176ab7b8731f
-SHA512 (tex-changebar-15878/changebar.doc.tar.xz) = c6371eba23ed5a7d782c37e9da191d6c913f1bd75c60ffbca712f28482ec0015c5ac31aae5c759ef3780828382f8d28c8047e011109ae8db63be8dc045c052f5
-Size (tex-changebar-15878/changebar.doc.tar.xz) = 283124 bytes
+SHA1 (tex-changebar-46919/changebar.doc.tar.xz) = 81f6497f918daae03866ce3972084e427d1b2a40
+RMD160 (tex-changebar-46919/changebar.doc.tar.xz) = ca8f5e304d5937f4bad45882316328c3515b9c3e
+SHA512 (tex-changebar-46919/changebar.doc.tar.xz) = e3d83058bb12b1fc2f6ce3c454f9d2886dd57778b71e249ab300130c41092a486e23da7dcade992ec48768abfcb113f67261f8e17f450d47d827c5ec45855d74
+Size (tex-changebar-46919/changebar.doc.tar.xz) = 636452 bytes
diff --git a/print/tex-changebar/Makefile b/print/tex-changebar/Makefile
index 15ef29d7136..84d1a971cff 100644
--- a/print/tex-changebar/Makefile
+++ b/print/tex-changebar/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:31 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/05/06 01:30:20 markd Exp $
DISTNAME= changebar
-PKGNAME= tex-${DISTNAME}-3.5c
-TEXLIVE_REV= 15878
+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
diff --git a/print/tex-changebar/distinfo b/print/tex-changebar/distinfo
index 84becefd941..d239959dfd7 100644
--- a/print/tex-changebar/distinfo
+++ b/print/tex-changebar/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:01:55 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/05/06 01:30:20 markd Exp $
-SHA1 (tex-changebar-15878/changebar.tar.xz) = 8d0e3f186791c207dda38e0661e0040e141aeea4
-RMD160 (tex-changebar-15878/changebar.tar.xz) = 97dab82826a09eabdecfd6754fa850ea724b0303
-SHA512 (tex-changebar-15878/changebar.tar.xz) = 513c3a9b3fb9232adf2434e244a663eb3cf2a4477064c9ffe5e66332469065214ed8bae9cf231161c514775cd2c5f9e1ce396c01349033551dcd1e1616e07d87
-Size (tex-changebar-15878/changebar.tar.xz) = 6756 bytes
+SHA1 (tex-changebar-46919/changebar.tar.xz) = e84042b0316212638be9f0dedb1eafd387473a62
+RMD160 (tex-changebar-46919/changebar.tar.xz) = 46cf1c88440c86b48fdf35db4fa5965c01e582d2
+SHA512 (tex-changebar-46919/changebar.tar.xz) = 683bace5dd64bc747459274f22f995d34d1bb836a493ae39542d688f10222e258ae8c0b293596cfc3f9aba0f311291bd24e2858dac1bf6ad6dff1cb9d47f3078
+Size (tex-changebar-46919/changebar.tar.xz) = 7028 bytes