diff options
author | markd <markd@pkgsrc.org> | 2019-01-29 06:58:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-01-29 06:58:06 +0000 |
commit | 9167565e2a11c71ae0d9ea35895f5b7aae77d33e (patch) | |
tree | d4dc6fd24f206d5fe8dcc9e76fecfca32918edcc /textproc | |
parent | 4e1ccd241a3e2ea71942076ddf53b1453e156b0a (diff) | |
download | pkgsrc-9167565e2a11c71ae0d9ea35895f5b7aae77d33e.tar.gz |
tex-lwarp{,-doc}: update to 0.65
0.63
Tested and added support for numerous classes and packages for CJK:
Chinese: cjkpunct, upzhkinsoku, xpinyin, zhspacing, zhlineskip.
Japanese: pLATEX, upLATEX, bxjsarticle and related, ltjsarticle and
related, luatexja, luatexja-fontspec, ujarticle and related,
zxjatype.
Korean: kotex, luatexko, xetexko.
0.64
Japanese: Added utarticle and related classes. Improved ujarticle and
related classes.
Chinese: Fix for biblatex with CTEX.
Koma-Script: Fixes for scrlayer, scrlayer-scrpage. Added scrpage2.
Updated addlines.
Added bsheaders, gmeometric, marginal, rmpage, scrpage2.
0.65
Added numerous Japanese classes and packages.
Improved page layout.
Added an \includegraphics alt tag option.
Added an error if detects a duplicate HTML file name.
Fixes for tabular*.
Improved HTML validation for \quad, \enskip, figure captions.
Added support for fontspec \textsi and \sishape.
Added multicols \docolaction.
Added embrac, footnoterange, multicolrule, versonotes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tex-lwarp-doc/Makefile | 6 | ||||
-rw-r--r-- | textproc/tex-lwarp-doc/distinfo | 10 | ||||
-rw-r--r-- | textproc/tex-lwarp/Makefile | 6 | ||||
-rw-r--r-- | textproc/tex-lwarp/PLIST | 130 | ||||
-rw-r--r-- | textproc/tex-lwarp/distinfo | 10 |
5 files changed, 131 insertions, 31 deletions
diff --git a/textproc/tex-lwarp-doc/Makefile b/textproc/tex-lwarp-doc/Makefile index e228852cce8..e0561aba0e5 100644 --- a/textproc/tex-lwarp-doc/Makefile +++ b/textproc/tex-lwarp-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2018/05/12 03:33:45 markd Exp $ +# $NetBSD: Makefile,v 1.4 2019/01/29 06:58:06 markd Exp $ DISTNAME= lwarp.doc -PKGNAME= tex-${DISTNAME:S/./-/}-0.55 -TEXLIVE_REV= 47491 +PKGNAME= tex-${DISTNAME:S/./-/}-0.65 +TEXLIVE_REV= 49479 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ctan.org/pkg/lwarp diff --git a/textproc/tex-lwarp-doc/distinfo b/textproc/tex-lwarp-doc/distinfo index 6bcec16a8e9..e61373c7e2f 100644 --- a/textproc/tex-lwarp-doc/distinfo +++ b/textproc/tex-lwarp-doc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/05/12 03:33:45 markd Exp $ +$NetBSD: distinfo,v 1.4 2019/01/29 06:58:06 markd Exp $ -SHA1 (tex-lwarp-47491/lwarp.doc.tar.xz) = ff7480875c82048f4b572817b894074bf63f7332 -RMD160 (tex-lwarp-47491/lwarp.doc.tar.xz) = 13e5cee488fcd850c9fc2dbbcf72262745d3d73f -SHA512 (tex-lwarp-47491/lwarp.doc.tar.xz) = 832969c15b09e06c9ba7da759b10f7059969dd7c4843c5bc3511e9c66aa1425823969bdb24956b874c22121eefb8ac4c776e52703eb27763fd0ddbaa052527af -Size (tex-lwarp-47491/lwarp.doc.tar.xz) = 2017832 bytes +SHA1 (tex-lwarp-49479/lwarp.doc.tar.xz) = 6ca06864dca4ae5a73c2fec5b0d93732f3d5ea8a +RMD160 (tex-lwarp-49479/lwarp.doc.tar.xz) = 5dcf7a35a1caec2c05a0c7c7299a3235db5e588e +SHA512 (tex-lwarp-49479/lwarp.doc.tar.xz) = b08b2c187bae21094b842767f2be4c47c380b62dea992b0df308e26069e6e34511827e1be50b544bd96764e366deee194e2a31f66df4ea4a428e150bd9368b29 +Size (tex-lwarp-49479/lwarp.doc.tar.xz) = 2448680 bytes diff --git a/textproc/tex-lwarp/Makefile b/textproc/tex-lwarp/Makefile index d1bcd1b8eff..18012bfdffb 100644 --- a/textproc/tex-lwarp/Makefile +++ b/textproc/tex-lwarp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2018/05/12 03:33:44 markd Exp $ +# $NetBSD: Makefile,v 1.5 2019/01/29 06:58:06 markd Exp $ DISTNAME= lwarp -PKGNAME= tex-${DISTNAME}-0.55 -TEXLIVE_REV= 47491 +PKGNAME= tex-${DISTNAME}-0.65 +TEXLIVE_REV= 49479 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ctan.org/pkg/lwarp diff --git a/textproc/tex-lwarp/PLIST b/textproc/tex-lwarp/PLIST index 996271db547..a2254c5c5d9 100644 --- a/textproc/tex-lwarp/PLIST +++ b/textproc/tex-lwarp/PLIST @@ -1,43 +1,61 @@ -@comment $NetBSD: PLIST,v 1.3 2018/05/12 03:33:44 markd Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/01/29 06:58:06 markd Exp $ bin/lwarpmk +share/texmf-dist/tex/latex/lwarp/lwarp-2in1.sty +share/texmf-dist/tex/latex/lwarp/lwarp-2up.sty +share/texmf-dist/tex/latex/lwarp/lwarp-CJK.sty +share/texmf-dist/tex/latex/lwarp/lwarp-CJKutf8.sty +share/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty 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-accsupp.sty share/texmf-dist/tex/latex/lwarp/lwarp-acro.sty share/texmf-dist/tex/latex/lwarp/lwarp-acronym.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-ae.sty -share/texmf-dist/tex/latex/lwarp/lwarp-aecc.sty share/texmf-dist/tex/latex/lwarp/lwarp-afterpage.sty +share/texmf-dist/tex/latex/lwarp/lwarp-algorithm2e.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-amsmath.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-array.sty +share/texmf-dist/tex/latex/lwarp/lwarp-arydshln.sty +share/texmf-dist/tex/latex/lwarp/lwarp-asymptote.sty share/texmf-dist/tex/latex/lwarp/lwarp-atbegshi.sty +share/texmf-dist/tex/latex/lwarp/lwarp-attachfile.sty +share/texmf-dist/tex/latex/lwarp/lwarp-attachfile2.sty share/texmf-dist/tex/latex/lwarp/lwarp-authblk.sty +share/texmf-dist/tex/latex/lwarp/lwarp-axessibility.sty share/texmf-dist/tex/latex/lwarp/lwarp-axodraw2.sty share/texmf-dist/tex/latex/lwarp/lwarp-backref.sty share/texmf-dist/tex/latex/lwarp/lwarp-balance.sty +share/texmf-dist/tex/latex/lwarp/lwarp-biblatex.sty share/texmf-dist/tex/latex/lwarp/lwarp-bibunits.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-bitpattern.sty share/texmf-dist/tex/latex/lwarp/lwarp-blowup.sty +share/texmf-dist/tex/latex/lwarp/lwarp-booklet.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-bophook.sty +share/texmf-dist/tex/latex/lwarp/lwarp-bounddvi.sty share/texmf-dist/tex/latex/lwarp/lwarp-boxedminipage2e.sty share/texmf-dist/tex/latex/lwarp/lwarp-breakurl.sty +share/texmf-dist/tex/latex/lwarp/lwarp-breqn.sty +share/texmf-dist/tex/latex/lwarp/lwarp-bsheaders.sty +share/texmf-dist/tex/latex/lwarp/lwarp-bxpapersize.sty share/texmf-dist/tex/latex/lwarp/lwarp-bytefield.sty share/texmf-dist/tex/latex/lwarp/lwarp-cancel.sty +share/texmf-dist/tex/latex/lwarp/lwarp-canoniclayout.sty share/texmf-dist/tex/latex/lwarp/lwarp-caption.sty -share/texmf-dist/tex/latex/lwarp/lwarp-caption2.sty -share/texmf-dist/tex/latex/lwarp/lwarp-ccaption.sty +share/texmf-dist/tex/latex/lwarp/lwarp-cases.sty share/texmf-dist/tex/latex/lwarp/lwarp-changebar.sty share/texmf-dist/tex/latex/lwarp/lwarp-changepage.sty share/texmf-dist/tex/latex/lwarp/lwarp-chappg.sty @@ -47,12 +65,15 @@ share/texmf-dist/tex/latex/lwarp/lwarp-chemformula.sty share/texmf-dist/tex/latex/lwarp/lwarp-chemgreek.sty share/texmf-dist/tex/latex/lwarp/lwarp-chemmacros.sty share/texmf-dist/tex/latex/lwarp/lwarp-chemnum.sty +share/texmf-dist/tex/latex/lwarp/lwarp-chkfloat.sty share/texmf-dist/tex/latex/lwarp/lwarp-chngpage.sty share/texmf-dist/tex/latex/lwarp/lwarp-cite.sty share/texmf-dist/tex/latex/lwarp/lwarp-clrdblpg.sty +share/texmf-dist/tex/latex/lwarp/lwarp-cmdtrack.sty share/texmf-dist/tex/latex/lwarp/lwarp-color.sty share/texmf-dist/tex/latex/lwarp/lwarp-colortbl.sty share/texmf-dist/tex/latex/lwarp/lwarp-continue.sty +share/texmf-dist/tex/latex/lwarp/lwarp-copyrightbox.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 @@ -60,10 +81,14 @@ share/texmf-dist/tex/latex/lwarp/lwarp-dblfloatfix.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-diagbox.sty +share/texmf-dist/tex/latex/lwarp/lwarp-dprogress.sty +share/texmf-dist/tex/latex/lwarp/lwarp-draftcopy.sty +share/texmf-dist/tex/latex/lwarp/lwarp-draftfigure.sty share/texmf-dist/tex/latex/lwarp/lwarp-draftwatermark.sty share/texmf-dist/tex/latex/lwarp/lwarp-easy-todo.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-embrac.sty share/texmf-dist/tex/latex/lwarp/lwarp-emptypage.sty share/texmf-dist/tex/latex/lwarp/lwarp-endfloat.sty share/texmf-dist/tex/latex/lwarp/lwarp-endheads.sty @@ -71,16 +96,18 @@ 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-epsfig.sty share/texmf-dist/tex/latex/lwarp/lwarp-epstopdf-base.sty share/texmf-dist/tex/latex/lwarp/lwarp-epstopdf.sty +share/texmf-dist/tex/latex/lwarp/lwarp-errata.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-fancyheadings.sty share/texmf-dist/tex/latex/lwarp/lwarp-fancyref.sty +share/texmf-dist/tex/latex/lwarp/lwarp-fancytabs.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-figsize.sty @@ -88,32 +115,38 @@ share/texmf-dist/tex/latex/lwarp/lwarp-fix2col.sty share/texmf-dist/tex/latex/lwarp/lwarp-fixme.sty share/texmf-dist/tex/latex/lwarp/lwarp-fixmetodonotes.sty share/texmf-dist/tex/latex/lwarp/lwarp-flafter.sty +share/texmf-dist/tex/latex/lwarp/lwarp-flippdf.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-fltrace.sty share/texmf-dist/tex/latex/lwarp/lwarp-flushend.sty +share/texmf-dist/tex/latex/lwarp/lwarp-fnbreak.sty share/texmf-dist/tex/latex/lwarp/lwarp-fncychap.sty share/texmf-dist/tex/latex/lwarp/lwarp-fnlineno.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 share/texmf-dist/tex/latex/lwarp/lwarp-footnote.sty share/texmf-dist/tex/latex/lwarp/lwarp-footnotehyper.sty +share/texmf-dist/tex/latex/lwarp/lwarp-footnoterange.sty share/texmf-dist/tex/latex/lwarp/lwarp-footnpag.sty share/texmf-dist/tex/latex/lwarp/lwarp-forest.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-fullminipage.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-fwlw.sty +share/texmf-dist/tex/latex/lwarp/lwarp-gentombow.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-gmeometric.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-grid-system.sty share/texmf-dist/tex/latex/lwarp/lwarp-grid.sty share/texmf-dist/tex/latex/lwarp/lwarp-gridset.sty share/texmf-dist/tex/latex/lwarp/lwarp-hang.sty @@ -126,24 +159,33 @@ share/texmf-dist/tex/latex/lwarp/lwarp-hyperxmp.sty share/texmf-dist/tex/latex/lwarp/lwarp-hyphenat.sty share/texmf-dist/tex/latex/lwarp/lwarp-idxlayout.sty share/texmf-dist/tex/latex/lwarp/lwarp-ifoddpage.sty +share/texmf-dist/tex/latex/lwarp/lwarp-imakeidx.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-inputenx.sty +share/texmf-dist/tex/latex/lwarp/lwarp-index.sty +share/texmf-dist/tex/latex/lwarp/lwarp-intopdf.sty share/texmf-dist/tex/latex/lwarp/lwarp-keyfloat.sty +share/texmf-dist/tex/latex/lwarp/lwarp-layaureo.sty share/texmf-dist/tex/latex/lwarp/lwarp-layout.sty +share/texmf-dist/tex/latex/lwarp/lwarp-leading.sty share/texmf-dist/tex/latex/lwarp/lwarp-letterspace.sty share/texmf-dist/tex/latex/lwarp/lwarp-lettrine.sty share/texmf-dist/tex/latex/lwarp/lwarp-lineno.sty share/texmf-dist/tex/latex/lwarp/lwarp-lips.sty share/texmf-dist/tex/latex/lwarp/lwarp-listings.sty +share/texmf-dist/tex/latex/lwarp/lwarp-lltjext.sty 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-ltablex.sty share/texmf-dist/tex/latex/lwarp/lwarp-ltcaption.sty share/texmf-dist/tex/latex/lwarp/lwarp-ltxgrid.sty share/texmf-dist/tex/latex/lwarp/lwarp-ltxtable.sty +share/texmf-dist/tex/latex/lwarp/lwarp-lua-check-hyphen.sty +share/texmf-dist/tex/latex/lwarp/lwarp-lua-visual-debug.sty share/texmf-dist/tex/latex/lwarp/lwarp-luacolor.sty share/texmf-dist/tex/latex/lwarp/lwarp-luatodonotes.sty share/texmf-dist/tex/latex/lwarp/lwarp-magaz.sty +share/texmf-dist/tex/latex/lwarp/lwarp-makeidx.sty +share/texmf-dist/tex/latex/lwarp/lwarp-marginal.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 @@ -157,50 +199,78 @@ share/texmf-dist/tex/latex/lwarp/lwarp-midfloat.sty share/texmf-dist/tex/latex/lwarp/lwarp-midpage.sty share/texmf-dist/tex/latex/lwarp/lwarp-morefloats.sty share/texmf-dist/tex/latex/lwarp/lwarp-moreverb.sty -share/texmf-dist/tex/latex/lwarp/lwarp-morewrites.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-multicolrule.sty share/texmf-dist/tex/latex/lwarp/lwarp-multirow.sty share/texmf-dist/tex/latex/lwarp/lwarp-multitoc.sty +share/texmf-dist/tex/latex/lwarp/lwarp-musicography.sty share/texmf-dist/tex/latex/lwarp/lwarp-nameref.sty share/texmf-dist/tex/latex/lwarp/lwarp-natbib.sty +share/texmf-dist/tex/latex/lwarp/lwarp-nccfancyhdr.sty share/texmf-dist/tex/latex/lwarp/lwarp-needspace.sty -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-nicefrac.sty share/texmf-dist/tex/latex/lwarp/lwarp-nonfloat.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-notespages.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-octave.sty share/texmf-dist/tex/latex/lwarp/lwarp-overpic.sty share/texmf-dist/tex/latex/lwarp/lwarp-pagegrid.sty share/texmf-dist/tex/latex/lwarp/lwarp-pagenote.sty share/texmf-dist/tex/latex/lwarp/lwarp-pagesel.sty share/texmf-dist/tex/latex/lwarp/lwarp-paralist.sty +share/texmf-dist/tex/latex/lwarp/lwarp-parnotes.sty share/texmf-dist/tex/latex/lwarp/lwarp-parskip.sty share/texmf-dist/tex/latex/lwarp/lwarp-patch-komascript.sty share/texmf-dist/tex/latex/lwarp/lwarp-patch-memoir.sty share/texmf-dist/tex/latex/lwarp/lwarp-pbox.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pdfcomment.sty share/texmf-dist/tex/latex/lwarp/lwarp-pdflscape.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pdfmarginpar.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pdfpages.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pdfprivacy.sty share/texmf-dist/tex/latex/lwarp/lwarp-pdfrender.sty share/texmf-dist/tex/latex/lwarp/lwarp-pdfsync.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pdftricks.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pdfx.sty share/texmf-dist/tex/latex/lwarp/lwarp-pfnote.sty share/texmf-dist/tex/latex/lwarp/lwarp-phfqit.sty share/texmf-dist/tex/latex/lwarp/lwarp-placeins.sty +share/texmf-dist/tex/latex/lwarp/lwarp-plarydshln.sty +share/texmf-dist/tex/latex/lwarp/lwarp-plext.sty +share/texmf-dist/tex/latex/lwarp/lwarp-plextarydshln.sty +share/texmf-dist/tex/latex/lwarp/lwarp-plextcolorbl.sty share/texmf-dist/tex/latex/lwarp/lwarp-prelim2e.sty share/texmf-dist/tex/latex/lwarp/lwarp-prettyref.sty share/texmf-dist/tex/latex/lwarp/lwarp-preview.sty +share/texmf-dist/tex/latex/lwarp/lwarp-psfrag.sty +share/texmf-dist/tex/latex/lwarp/lwarp-psfragx.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pst-eps.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pstool.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pstricks.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pxatbegshi.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pxeveryshi.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pxftnright.sty +share/texmf-dist/tex/latex/lwarp/lwarp-pxjahyper.sty share/texmf-dist/tex/latex/lwarp/lwarp-quotchap.sty +share/texmf-dist/tex/latex/lwarp/lwarp-quoting.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-refcheck.sty +share/texmf-dist/tex/latex/lwarp/lwarp-register.sty share/texmf-dist/tex/latex/lwarp/lwarp-relsize.sty +share/texmf-dist/tex/latex/lwarp/lwarp-repeatindex.sty share/texmf-dist/tex/latex/lwarp/lwarp-resizegather.sty +share/texmf-dist/tex/latex/lwarp/lwarp-rmpage.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-rviewport.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-schemata.sty @@ -209,9 +279,11 @@ share/texmf-dist/tex/latex/lwarp/lwarp-scrhack.sty share/texmf-dist/tex/latex/lwarp/lwarp-scrlayer-notecolumn.sty share/texmf-dist/tex/latex/lwarp/lwarp-scrlayer-scrpage.sty share/texmf-dist/tex/latex/lwarp/lwarp-scrlayer.sty +share/texmf-dist/tex/latex/lwarp/lwarp-scrpage2.sty share/texmf-dist/tex/latex/lwarp/lwarp-section.sty share/texmf-dist/tex/latex/lwarp/lwarp-sectionbreak.sty share/texmf-dist/tex/latex/lwarp/lwarp-sectsty.sty +share/texmf-dist/tex/latex/lwarp/lwarp-semantic-markup.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 @@ -222,22 +294,29 @@ 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-soulpos.sty share/texmf-dist/tex/latex/lwarp/lwarp-soulutf8.sty +share/texmf-dist/tex/latex/lwarp/lwarp-splitidx.sty +share/texmf-dist/tex/latex/lwarp/lwarp-srcltx.sty +share/texmf-dist/tex/latex/lwarp/lwarp-srctex.sty share/texmf-dist/tex/latex/lwarp/lwarp-stabular.sty share/texmf-dist/tex/latex/lwarp/lwarp-stfloats.sty share/texmf-dist/tex/latex/lwarp/lwarp-subfig.sty share/texmf-dist/tex/latex/lwarp/lwarp-subfigure.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-t1enc.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-tascmac.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-textfit.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-thinsp.sty +share/texmf-dist/tex/latex/lwarp/lwarp-threadcol.sty share/texmf-dist/tex/latex/lwarp/lwarp-threeparttable.sty +share/texmf-dist/tex/latex/lwarp/lwarp-thumb.sty +share/texmf-dist/tex/latex/lwarp/lwarp-thumbs.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 @@ -246,32 +325,53 @@ 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-tocbasic.sty share/texmf-dist/tex/latex/lwarp/lwarp-tocbibind.sty +share/texmf-dist/tex/latex/lwarp/lwarp-tocenter.sty share/texmf-dist/tex/latex/lwarp/lwarp-tocloft.sty share/texmf-dist/tex/latex/lwarp/lwarp-tocstyle.sty share/texmf-dist/tex/latex/lwarp/lwarp-todo.sty share/texmf-dist/tex/latex/lwarp/lwarp-todonotes.sty +share/texmf-dist/tex/latex/lwarp/lwarp-tram.sty share/texmf-dist/tex/latex/lwarp/lwarp-transparent.sty +share/texmf-dist/tex/latex/lwarp/lwarp-trimclip.sty share/texmf-dist/tex/latex/lwarp/lwarp-trivfloat.sty share/texmf-dist/tex/latex/lwarp/lwarp-turnthepage.sty +share/texmf-dist/tex/latex/lwarp/lwarp-twoup.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-underscore.sty +share/texmf-dist/tex/latex/lwarp/lwarp-units.sty +share/texmf-dist/tex/latex/lwarp/lwarp-unitsdef.sty share/texmf-dist/tex/latex/lwarp/lwarp-upref.sty share/texmf-dist/tex/latex/lwarp/lwarp-url.sty +share/texmf-dist/tex/latex/lwarp/lwarp-uspace.sty share/texmf-dist/tex/latex/lwarp/lwarp-verse.sty +share/texmf-dist/tex/latex/lwarp/lwarp-versonotes.sty share/texmf-dist/tex/latex/lwarp/lwarp-vertbars.sty share/texmf-dist/tex/latex/lwarp/lwarp-vmargin.sty +share/texmf-dist/tex/latex/lwarp/lwarp-vowel.sty +share/texmf-dist/tex/latex/lwarp/lwarp-vpe.sty share/texmf-dist/tex/latex/lwarp/lwarp-vwcol.sty share/texmf-dist/tex/latex/lwarp/lwarp-wallpaper.sty -share/texmf-dist/tex/latex/lwarp/lwarp-wasysym.sty share/texmf-dist/tex/latex/lwarp/lwarp-watermark.sty +share/texmf-dist/tex/latex/lwarp/lwarp-widows-and-orphans.sty share/texmf-dist/tex/latex/lwarp/lwarp-wrapfig.sty +share/texmf-dist/tex/latex/lwarp/lwarp-xbmks.sty share/texmf-dist/tex/latex/lwarp/lwarp-xcolor.sty +share/texmf-dist/tex/latex/lwarp/lwarp-xechangebar.sty +share/texmf-dist/tex/latex/lwarp/lwarp-xellipsis.sty +share/texmf-dist/tex/latex/lwarp/lwarp-xetexko-vertical.sty share/texmf-dist/tex/latex/lwarp/lwarp-xfrac.sty +share/texmf-dist/tex/latex/lwarp/lwarp-xltabular.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-xpiano.sty +share/texmf-dist/tex/latex/lwarp/lwarp-xpinyin.sty share/texmf-dist/tex/latex/lwarp/lwarp-xtab.sty +share/texmf-dist/tex/latex/lwarp/lwarp-xunicode.sty share/texmf-dist/tex/latex/lwarp/lwarp-xurl.sty share/texmf-dist/tex/latex/lwarp/lwarp-xy.sty +share/texmf-dist/tex/latex/lwarp/lwarp-zhlineskip.sty share/texmf-dist/tex/latex/lwarp/lwarp-zwpagelayout.sty share/texmf-dist/tex/latex/lwarp/lwarp.sty +share/texmf-dist/tex/latex/lwarp/lwarp_baseline_marker.eps share/texmf-dist/tex/latex/lwarp/lwarp_baseline_marker.png diff --git a/textproc/tex-lwarp/distinfo b/textproc/tex-lwarp/distinfo index 4731a24544a..7f64524f5e3 100644 --- a/textproc/tex-lwarp/distinfo +++ b/textproc/tex-lwarp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/05/12 03:33:44 markd Exp $ +$NetBSD: distinfo,v 1.4 2019/01/29 06:58:06 markd Exp $ -SHA1 (tex-lwarp-47491/lwarp.tar.xz) = 79ff46dc448070a3dae383d674a6cd5faa1c5669 -RMD160 (tex-lwarp-47491/lwarp.tar.xz) = 9d61ed1fc4436440186e01dbbce8b8a748979591 -SHA512 (tex-lwarp-47491/lwarp.tar.xz) = cfc4e12591bdbf9aa0cd59ab5687e600c150f60709472517dfa0ff9547a2d4a6e5d4786c50e0c07c4465d3c9b83f3a02dbac6e39276fe25cb21c368ce7d369b6 -Size (tex-lwarp-47491/lwarp.tar.xz) = 103064 bytes +SHA1 (tex-lwarp-49479/lwarp.tar.xz) = bed65d58f9f60e18715b21ac242441f1a1f8a235 +RMD160 (tex-lwarp-49479/lwarp.tar.xz) = d9f48432160a093e4b50fcca5626010b441ef591 +SHA512 (tex-lwarp-49479/lwarp.tar.xz) = b2a659977f593b92f7e200df986d1c1c2c20c6af323f05216da59564ad16f97c19d5f2b2e78b63988062af5cdb72be42d1f8f5668ba11f4071f93d552ab0005c +Size (tex-lwarp-49479/lwarp.tar.xz) = 122200 bytes |