pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc tex-lwarp{,-doc}: update to 0.41



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95b895342900
branches:  trunk
changeset: 370700:95b895342900
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Oct 23 09:43:37 2017 +0000

description:
tex-lwarp{,-doc}: update to 0.41

0.39:
Improved title page and titling package support.  Added authblk.

\multirow now supports the new vpos argument.  Added a way to combine
\multicolumn and \multirow.  Handles several other tabular special cases.

Added supertabular, xtab, bigstrut, bigdelim.

Added fullwidth.

Added addlines, anysize, a4, a4wide, a5comb, textarea, zwpagelayout,
typearea, ebook.

0.40:
Improved \graphicspath, grffile.

Improved LaTeX and textcomp symbols.

Fixes for bigdelim with improved HTML output, additional objects inside
a lateximage, xltxtra with XeLaTeX, tocbibind, multicolumnrow with
older versions of xparse and multirow, underline.

Added support for adjmulticol, cuted, midfloat, pfnote, fnpos,
dblfnote, stabular, tabls, sectsty, anonchap, quotchap.

0.41:
Adds tabular vertical rules.

Adds booktabs width and trim.

diffstat:

 textproc/tex-lwarp-doc/Makefile |   6 +-
 textproc/tex-lwarp-doc/distinfo |  10 ++--
 textproc/tex-lwarp/Makefile     |   7 +--
 textproc/tex-lwarp/PLIST        |  76 ++++++++++++++++++++++++++++++++++++++++-
 textproc/tex-lwarp/distinfo     |  10 ++--
 5 files changed, 91 insertions(+), 18 deletions(-)

diffs (230 lines):

diff -r c66f42b25fd9 -r 95b895342900 textproc/tex-lwarp-doc/Makefile
--- a/textproc/tex-lwarp-doc/Makefile   Mon Oct 23 09:36:28 2017 +0000
+++ b/textproc/tex-lwarp-doc/Makefile   Mon Oct 23 09:43:37 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/06/23 23:23:56 markd Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/23 09:43:37 markd Exp $
 
 DISTNAME=      lwarp.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.32
-TEXLIVE_REV=   44552
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.41
+TEXLIVE_REV=   45496
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/lwarp
diff -r c66f42b25fd9 -r 95b895342900 textproc/tex-lwarp-doc/distinfo
--- a/textproc/tex-lwarp-doc/distinfo   Mon Oct 23 09:36:28 2017 +0000
+++ b/textproc/tex-lwarp-doc/distinfo   Mon Oct 23 09:43:37 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/23 23:23:56 markd Exp $
+$NetBSD: distinfo,v 1.2 2017/10/23 09:43:37 markd Exp $
 
-SHA1 (tex-lwarp-44552/lwarp.doc.tar.xz) = fc74b121afb956a6c0483fea42d76a52b7732662
-RMD160 (tex-lwarp-44552/lwarp.doc.tar.xz) = 53f074306a16bd07249bcc7430152dafe0e870a4
-SHA512 (tex-lwarp-44552/lwarp.doc.tar.xz) = 7f1a30d8178529b5bec8976a0f27a3c9daf5325d8ea84be8915ea54c27263d36a8b63b4fba99f3652d0a34fde1702f1388038c304fc05eeb72f8d29bce2d392a
-Size (tex-lwarp-44552/lwarp.doc.tar.xz) = 1446828 bytes
+SHA1 (tex-lwarp-45496/lwarp.doc.tar.xz) = 8b4eac564ae5a6fd2a3cc7e756a5140d2d8021c6
+RMD160 (tex-lwarp-45496/lwarp.doc.tar.xz) = 7344b56a8c27b1a5f704b9bcbe8e9b6380d1b35b
+SHA512 (tex-lwarp-45496/lwarp.doc.tar.xz) = 557066c1e80143385a0ad7028430c14bdd52fc741254882ad94c805aaf0207574939fb8833d838e72a9b546010f14708c29d94cac1dd278243221d1894b09c4e
+Size (tex-lwarp-45496/lwarp.doc.tar.xz) = 1453576 bytes
diff -r c66f42b25fd9 -r 95b895342900 textproc/tex-lwarp/Makefile
--- a/textproc/tex-lwarp/Makefile       Mon Oct 23 09:36:28 2017 +0000
+++ b/textproc/tex-lwarp/Makefile       Mon Oct 23 09:43:37 2017 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/07/06 02:41:46 markd Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/23 09:43:37 markd Exp $
 
 DISTNAME=      lwarp
-PKGNAME=       tex-${DISTNAME}-0.32
-PKGREVISION=   1
-TEXLIVE_REV=   44552
+PKGNAME=       tex-${DISTNAME}-0.41
+TEXLIVE_REV=   45496
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/lwarp
diff -r c66f42b25fd9 -r 95b895342900 textproc/tex-lwarp/PLIST
--- a/textproc/tex-lwarp/PLIST  Mon Oct 23 09:36:28 2017 +0000
+++ b/textproc/tex-lwarp/PLIST  Mon Oct 23 09:43:37 2017 +0000
@@ -1,29 +1,61 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:23:56 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/23 09:43:37 markd Exp $
 bin/lwarpmk
+share/texmf-dist/tex/latex/lwarp/lwarp-a4.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-a4wide.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-a5comb.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-abstract.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-addlines.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-adjmulticol.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-afterpage.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-algorithmicx.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-alltt.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-amsthm.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-anonchap.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-anysize.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-appendix.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-arabicfront.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-authblk.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-balance.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-bigdelim.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-bigstrut.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-bookmark.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-booktabs.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-boxedminipage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-boxedminipage2e.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-ccaption.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-changepage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-chappg.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-chngpage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-color.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-crop.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-cuted.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-cutwin.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-dblfnote.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-dcolumn.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-draftwatermark.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-ebook.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-ellipsis.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-emptypage.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-endnotes.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-enumerate.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-enumitem.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-epigraph.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-eso-pic.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-everypage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-everyshi.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-extramarks.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fancybox.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-fancyhdr.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fancyvrb.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-figcaps.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fix2col.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-float.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-floatflt.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-floatpag.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-floatrow.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-flushend.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fncychap.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fnpos.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-fontenc.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-fontspec.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-footmisc.sty
@@ -31,11 +63,16 @@
 share/texmf-dist/tex/latex/lwarp/lwarp-footnotehyper.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-framed.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-ftnright.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fullpage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-fullwidth.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-geometry.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-glossaries.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-graphics.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-graphicx.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-grffile.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-hyperxmp.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-idxlayout.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-indentfirst.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-inputenc.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-keyfloat.sty
@@ -47,11 +84,15 @@
 share/texmf-dist/tex/latex/lwarp/lwarp-longtable.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-lscape.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-ltcaption.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-marginfit.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-marginfix.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-marginnote.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-mcaption.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-mdframed.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-metalogo.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-microtype.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-midfloat.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-moreverb.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-mparhack.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-multicol.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty
@@ -60,36 +101,69 @@
 share/texmf-dist/tex/latex/lwarp/lwarp-newclude.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-newunicodechar.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-nextpage.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-nonumonpart.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-nopageno.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-nowidow.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-ntheorem.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-pagenote.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-paralist.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-parskip.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-pdflscape.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-pdfsync.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-pfnote.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-placeins.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-prelim2e.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-quotchap.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-ragged2e.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-realscripts.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-relsize.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-romanbar.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-romanbarpagenumber.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-rotating.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-rotfloat.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-savetrees.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-scalefnt.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-sectsty.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-setspace.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-shadow.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-showidx.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-showkeys.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-sidecap.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-sidenotes.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-siunitx.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-soul.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-stabular.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-subfig.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-syntonly.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-tabls.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-tabularx.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-tabulary.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-textarea.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-textcomp.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-textpos.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-theorem.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-threeparttable.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-tikz.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-titleps.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-titleref.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-titlesec.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-titletoc.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-titling.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-tocbibind.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-tocloft.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-transparent.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-trivfloat.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-typearea.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-upref.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-verse.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-wallpaper.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-wrapfig.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-xcolor.sty
 share/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-xltxtra.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-xmpincl.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-xtab.sty
+share/texmf-dist/tex/latex/lwarp/lwarp-zwpagelayout.sty
 share/texmf-dist/tex/latex/lwarp/lwarp.sty
diff -r c66f42b25fd9 -r 95b895342900 textproc/tex-lwarp/distinfo
--- a/textproc/tex-lwarp/distinfo       Mon Oct 23 09:36:28 2017 +0000
+++ b/textproc/tex-lwarp/distinfo       Mon Oct 23 09:43:37 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/23 23:23:56 markd Exp $
+$NetBSD: distinfo,v 1.2 2017/10/23 09:43:37 markd Exp $
 
-SHA1 (tex-lwarp-44552/lwarp.tar.xz) = b7d0d93bdbfb689526bbf244ac2b782213946b06
-RMD160 (tex-lwarp-44552/lwarp.tar.xz) = e675decbae7ffe03192413e1d2044f5a8f81cf7e
-SHA512 (tex-lwarp-44552/lwarp.tar.xz) = a751303d89ce2270c92c517826bd2c6cc6be15f5257de8216f869ee7da7ca3f70a3e15fe62d11906109cbf36bb0c485791718fd1d10664414283f69232ad3a05
-Size (tex-lwarp-44552/lwarp.tar.xz) = 50252 bytes
+SHA1 (tex-lwarp-45496/lwarp.tar.xz) = 67d9fe1d009f09653828c5dffd35a5b6cde87d22
+RMD160 (tex-lwarp-45496/lwarp.tar.xz) = 2de28805e0626a0fc3083c9cd2a3fb7429dedf31
+SHA512 (tex-lwarp-45496/lwarp.tar.xz) = 297074edddcc7a359595064ba616af6cc651062976c694063f7056b3f4fd7cfa97aa4ed2368c7cf5cbb61565537504c082bda14966e8d7e64b003433f57b500b
+Size (tex-lwarp-45496/lwarp.tar.xz) = 65484 bytes



Home | Main Index | Thread Index | Old Index