diff options
author | markd <markd@pkgsrc.org> | 2019-05-13 21:13:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-05-13 21:13:26 +0000 |
commit | 3ee6ab8c0558a1caca2d31ff68451d8a4bfd05f1 (patch) | |
tree | 0675d0337ae1baf84147388a1ad35422e5758b16 /print | |
parent | 3c66acac28086cabd169be7b2cb6b654d53b44ce (diff) | |
download | pkgsrc-3ee6ab8c0558a1caca2d31ff68451d8a4bfd05f1.tar.gz |
tex-endfloat{,-doc}: update to 2.7
- New package option 'disable' has been added.
- New command \addtodelayedfloat has beed added.
- New macros \efloatbegin, \efloatend, \efloatbeginlist, and \efloatendlist
for customization have been added.
- The bugfix regarding the usage of UTF-8 characters in floating
environments has been revised.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-endfloat-doc/Makefile | 6 | ||||
-rw-r--r-- | print/tex-endfloat-doc/PLIST | 3 | ||||
-rw-r--r-- | print/tex-endfloat-doc/distinfo | 10 | ||||
-rw-r--r-- | print/tex-endfloat/Makefile | 6 | ||||
-rw-r--r-- | print/tex-endfloat/PLIST | 3 | ||||
-rw-r--r-- | print/tex-endfloat/distinfo | 10 |
6 files changed, 19 insertions, 19 deletions
diff --git a/print/tex-endfloat-doc/Makefile b/print/tex-endfloat-doc/Makefile index 17bb7ea9796..2b096af0146 100644 --- a/print/tex-endfloat-doc/Makefile +++ b/print/tex-endfloat-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2018/05/06 02:37:15 markd Exp $ +# $NetBSD: Makefile,v 1.4 2019/05/13 21:13:27 markd Exp $ DISTNAME= endfloat.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2.6 -TEXLIVE_REV= 47108 +PKGNAME= tex-${DISTNAME:S/./-/}-2.7 +TEXLIVE_REV= 51003 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://ctan.org/pkg/endfloat diff --git a/print/tex-endfloat-doc/PLIST b/print/tex-endfloat-doc/PLIST index af9b3f07456..2f88778e3d1 100644 --- a/print/tex-endfloat-doc/PLIST +++ b/print/tex-endfloat-doc/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2015/04/22 22:13:28 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/05/13 21:13:27 markd Exp $ share/texmf-dist/doc/latex/endfloat/COPYING share/texmf-dist/doc/latex/endfloat/README +share/texmf-dist/doc/latex/endfloat/efxmpl.cfg share/texmf-dist/doc/latex/endfloat/endfloat.pdf diff --git a/print/tex-endfloat-doc/distinfo b/print/tex-endfloat-doc/distinfo index 14007afc227..4aada6c005d 100644 --- a/print/tex-endfloat-doc/distinfo +++ b/print/tex-endfloat-doc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/05/06 02:37:15 markd Exp $ +$NetBSD: distinfo,v 1.5 2019/05/13 21:13:27 markd Exp $ -SHA1 (tex-endfloat-47108/endfloat.doc.tar.xz) = b259bb093f195a2ff344e46866bfaec512298676 -RMD160 (tex-endfloat-47108/endfloat.doc.tar.xz) = 475516d98abf81ceefa0d8b0786351f442de772a -SHA512 (tex-endfloat-47108/endfloat.doc.tar.xz) = 46be4dab7f971b25bfbc15b8670c5b54690d5c5355498c8a059b9dafa6c29ae808dca939e6760838d82c94d6fd2a1a4668c7d69494b0b42249c6e25ff54fe49d -Size (tex-endfloat-47108/endfloat.doc.tar.xz) = 179596 bytes +SHA1 (tex-endfloat-51003/endfloat.doc.tar.xz) = 680079e1ec185c6fe11950fd785bb712e53f7937 +RMD160 (tex-endfloat-51003/endfloat.doc.tar.xz) = 7f68ff6528701d2207a910e0423059ff667cee0d +SHA512 (tex-endfloat-51003/endfloat.doc.tar.xz) = 39a1cfa84a2cbe5ff1b59fd9c5fa6a19cb1d3aafac6d1fbb111f117892e34142f6a21ce7808238608ac0602d905cfff6235a78762a0d510dbc436c881baf59f9 +Size (tex-endfloat-51003/endfloat.doc.tar.xz) = 181292 bytes diff --git a/print/tex-endfloat/Makefile b/print/tex-endfloat/Makefile index 9d15e078a87..2547bb16a0b 100644 --- a/print/tex-endfloat/Makefile +++ b/print/tex-endfloat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2018/05/06 02:37:15 markd Exp $ +# $NetBSD: Makefile,v 1.5 2019/05/13 21:13:26 markd Exp $ DISTNAME= endfloat -PKGNAME= tex-${DISTNAME}-2.6 -TEXLIVE_REV= 47108 +PKGNAME= tex-${DISTNAME}-2.7 +TEXLIVE_REV= 51003 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://ctan.org/pkg/endfloat diff --git a/print/tex-endfloat/PLIST b/print/tex-endfloat/PLIST index 24a5ddf69bf..68d9ac8aec9 100644 --- a/print/tex-endfloat/PLIST +++ b/print/tex-endfloat/PLIST @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/10 22:03:19 minskim Exp $ -share/texmf-dist/tex/latex/endfloat/efxmpl.cfg +@comment $NetBSD: PLIST,v 1.2 2019/05/13 21:13:26 markd Exp $ share/texmf-dist/tex/latex/endfloat/endfloat.sty diff --git a/print/tex-endfloat/distinfo b/print/tex-endfloat/distinfo index 0d4158fdc0d..b4ec024c574 100644 --- a/print/tex-endfloat/distinfo +++ b/print/tex-endfloat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/05/06 02:37:15 markd Exp $ +$NetBSD: distinfo,v 1.5 2019/05/13 21:13:26 markd Exp $ -SHA1 (tex-endfloat-47108/endfloat.tar.xz) = bba142fa9e1112052ebb3d49d3a74f03d9b9f54c -RMD160 (tex-endfloat-47108/endfloat.tar.xz) = 26fc7c7f8f063784f082c8f248189160a1a07a67 -SHA512 (tex-endfloat-47108/endfloat.tar.xz) = 11dd20d143a6c7697b1bcadc2930da3dbbba244ae66522f82a79aa48df2920fd405143bbe2f0e5b6870fbc1d4f81d9db57af0d6fd96dffc0dac76df33575c857 -Size (tex-endfloat-47108/endfloat.tar.xz) = 4940 bytes +SHA1 (tex-endfloat-51003/endfloat.tar.xz) = ce507d784d70f32634cd1f27cdf165194d74dd7c +RMD160 (tex-endfloat-51003/endfloat.tar.xz) = 6367b6229ccabb53df7e3ff83f9d0e3802ebd48b +SHA512 (tex-endfloat-51003/endfloat.tar.xz) = 2bc564cb0ad7b9bd53af9304f378b6d0cdd9aa32564f2bbb39abcf0d942c4e18015b7181d4be5e873bcdf4e8f971d65678fdbcfb544c005ad012b378eb6e1351 +Size (tex-endfloat-51003/endfloat.tar.xz) = 5148 bytes |