pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-endfloat{,-doc}: update to 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2699dead76ba
branches:  trunk
changeset: 323614:2699dead76ba
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon May 13 21:13:26 2019 +0000

description:
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:

 print/tex-endfloat-doc/Makefile |   6 +++---
 print/tex-endfloat-doc/PLIST    |   3 ++-
 print/tex-endfloat-doc/distinfo |  10 +++++-----
 print/tex-endfloat/Makefile     |   6 +++---
 print/tex-endfloat/PLIST        |   3 +--
 print/tex-endfloat/distinfo     |  10 +++++-----
 6 files changed, 19 insertions(+), 19 deletions(-)

diffs (78 lines):

diff -r 943b46d9b37f -r 2699dead76ba print/tex-endfloat-doc/Makefile
--- a/print/tex-endfloat-doc/Makefile   Mon May 13 21:09:30 2019 +0000
+++ b/print/tex-endfloat-doc/Makefile   Mon May 13 21:13:26 2019 +0000
@@ -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@localhost
 HOMEPAGE=      http://ctan.org/pkg/endfloat
diff -r 943b46d9b37f -r 2699dead76ba print/tex-endfloat-doc/PLIST
--- a/print/tex-endfloat-doc/PLIST      Mon May 13 21:09:30 2019 +0000
+++ b/print/tex-endfloat-doc/PLIST      Mon May 13 21:13:26 2019 +0000
@@ -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 -r 943b46d9b37f -r 2699dead76ba print/tex-endfloat-doc/distinfo
--- a/print/tex-endfloat-doc/distinfo   Mon May 13 21:09:30 2019 +0000
+++ b/print/tex-endfloat-doc/distinfo   Mon May 13 21:13:26 2019 +0000
@@ -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 -r 943b46d9b37f -r 2699dead76ba print/tex-endfloat/Makefile
--- a/print/tex-endfloat/Makefile       Mon May 13 21:09:30 2019 +0000
+++ b/print/tex-endfloat/Makefile       Mon May 13 21:13:26 2019 +0000
@@ -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@localhost
 HOMEPAGE=      http://ctan.org/pkg/endfloat
diff -r 943b46d9b37f -r 2699dead76ba print/tex-endfloat/PLIST
--- a/print/tex-endfloat/PLIST  Mon May 13 21:09:30 2019 +0000
+++ b/print/tex-endfloat/PLIST  Mon May 13 21:13:26 2019 +0000
@@ -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 -r 943b46d9b37f -r 2699dead76ba print/tex-endfloat/distinfo
--- a/print/tex-endfloat/distinfo       Mon May 13 21:09:30 2019 +0000
+++ b/print/tex-endfloat/distinfo       Mon May 13 21:13:26 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index