pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-tabu{,-doc}: update to 2.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9713f81c2ea
branches:  trunk
changeset: 391064:e9713f81c2ea
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Jan 30 08:16:36 2019 +0000

description:
tex-tabu{,-doc}: update to 2.9

The contributed tabu package relied on patching internal interfaces
of core latex packages and stopped working in recent LaTeX releases.

The original author, Florent Chervet appears to be out of contact,
and the package had not been updated since 2011.

A "tabu-fixed" team has been set up at GitHub to make any immediate
fixes required to make the package usable.
Initially this consists of members of the LaTeX3 project.

diffstat:

 print/tex-tabu-doc/Makefile |   7 ++++---
 print/tex-tabu-doc/PLIST    |   4 ++--
 print/tex-tabu-doc/distinfo |  10 +++++-----
 print/tex-tabu/Makefile     |   8 ++++----
 print/tex-tabu/distinfo     |  10 +++++-----
 5 files changed, 20 insertions(+), 19 deletions(-)

diffs (76 lines):

diff -r 6ca031e6612e -r e9713f81c2ea print/tex-tabu-doc/Makefile
--- a/print/tex-tabu-doc/Makefile       Wed Jan 30 08:07:26 2019 +0000
+++ b/print/tex-tabu-doc/Makefile       Wed Jan 30 08:16:36 2019 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2015/04/26 21:29:08 markd Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/30 08:16:36 markd Exp $
 
 DISTNAME=      tabu.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.8
-TEXLIVE_REV=   21534
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.9
+TEXLIVE_REV=   49707
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/tabu
 COMMENT=       Documentation for tex-tabu
 LICENSE=       lppl-1.3c
 
diff -r 6ca031e6612e -r e9713f81c2ea print/tex-tabu-doc/PLIST
--- a/print/tex-tabu-doc/PLIST  Wed Jan 30 08:07:26 2019 +0000
+++ b/print/tex-tabu-doc/PLIST  Wed Jan 30 08:16:36 2019 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/26 21:29:08 markd Exp $
-share/texmf-dist/doc/latex/tabu/README
+@comment $NetBSD: PLIST,v 1.2 2019/01/30 08:16:36 markd Exp $
+share/texmf-dist/doc/latex/tabu/README.md
 share/texmf-dist/doc/latex/tabu/tabu.pdf
diff -r 6ca031e6612e -r e9713f81c2ea print/tex-tabu-doc/distinfo
--- a/print/tex-tabu-doc/distinfo       Wed Jan 30 08:07:26 2019 +0000
+++ b/print/tex-tabu-doc/distinfo       Wed Jan 30 08:16:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:02:48 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/01/30 08:16:36 markd Exp $
 
-SHA1 (tex-tabu-21534/tabu.doc.tar.xz) = e888069443dd596f1210e232215ea644dbde1fd5
-RMD160 (tex-tabu-21534/tabu.doc.tar.xz) = d0b5b2eff55e8811ca150e3d9f4a81fec35a0646
-SHA512 (tex-tabu-21534/tabu.doc.tar.xz) = b4ed7a52d478dc35cf244ef4ed785ef7c4d4490f84ae1d3c8f949ff0359b96039c9e011f6cd55804a754c42bc308d13c907b43cd1b6589e8b86ac68a836d4a0e
-Size (tex-tabu-21534/tabu.doc.tar.xz) = 1409568 bytes
+SHA1 (tex-tabu-49707/tabu.doc.tar.xz) = bf463b00f5ce2b59eac48cd6f5039121aa408dfd
+RMD160 (tex-tabu-49707/tabu.doc.tar.xz) = 3fc139b443fa3161c3f558cbc248d2af1529ec3c
+SHA512 (tex-tabu-49707/tabu.doc.tar.xz) = c95b8520cdbb3f87eebeecd7491a26915d579fa685e0e70205a569d70cf8eeaf9d56cdcb2c6d8ffddb0224c7c2cbe61cab24cb344c83111be8d9180dd262904a
+Size (tex-tabu-49707/tabu.doc.tar.xz) = 1458864 bytes
diff -r 6ca031e6612e -r e9713f81c2ea print/tex-tabu/Makefile
--- a/print/tex-tabu/Makefile   Wed Jan 30 08:07:26 2019 +0000
+++ b/print/tex-tabu/Makefile   Wed Jan 30 08:16:36 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2015/04/26 21:27:07 markd Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/30 08:16:36 markd Exp $
 
 DISTNAME=      tabu
-PKGNAME=       tex-${DISTNAME}-2.8
-PKGREVISION=   1
-TEXLIVE_REV=   21534
+PKGNAME=       tex-${DISTNAME}-2.9
+TEXLIVE_REV=   49707
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/tabu
 COMMENT=       Flexible LaTeX tabulars
 LICENSE=       lppl-1.3c
 
diff -r 6ca031e6612e -r e9713f81c2ea print/tex-tabu/distinfo
--- a/print/tex-tabu/distinfo   Wed Jan 30 08:07:26 2019 +0000
+++ b/print/tex-tabu/distinfo   Wed Jan 30 08:16:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:02:48 agc Exp $
+$NetBSD: distinfo,v 1.4 2019/01/30 08:16:36 markd Exp $
 
-SHA1 (tex-tabu-21534/tabu.tar.xz) = aa2cfc4a26d130de054de713fa822728b6c9431e
-RMD160 (tex-tabu-21534/tabu.tar.xz) = 2828089f41c1154a8706209ff9febdd21d1a980d
-SHA512 (tex-tabu-21534/tabu.tar.xz) = 50634e1a2e88a97f5d095610a2421f6e3e9179c7de354a3b78330fd263440b6254d5481d3774e202ecf61eb7e3cd0d5b357c6939a091bc9d4605d5368700c268
-Size (tex-tabu-21534/tabu.tar.xz) = 23572 bytes
+SHA1 (tex-tabu-49707/tabu.tar.xz) = 26b1c374fb2ca45f6ac04f4916328906e044511b
+RMD160 (tex-tabu-49707/tabu.tar.xz) = da1a01fa62d31435bd7ef97c9942b2d4d33dc3b7
+SHA512 (tex-tabu-49707/tabu.tar.xz) = bf557df30521d99abe4ce5c86e5487ff32f682ab7d94aecba88172012c7875942c977218317a4fc738f4edb119487bd6785f2348f771b8c98421c6494ba2eb5f
+Size (tex-tabu-49707/tabu.tar.xz) = 23900 bytes



Home | Main Index | Thread Index | Old Index