pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-morefloats{,-doc}: Add version 1.0h



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dc3f588a462
branches:  trunk
changeset: 377216:5dc3f588a462
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 18 03:23:24 2022 +0000

description:
tex-morefloats{,-doc}: Add version 1.0h

LaTeX can, by default, only cope with 18 outstanding floats;
any more, and you get the error "too many unprocessed floats".
This package releases the limit; TeX itself imposes limits
(which are independent of the help offered by e-TeX). However,
if your floats can't be placed anywhere, extending the number
of floats merely delays the arrival of the inevitable error
message.

diffstat:

 print/Makefile                    |   4 +++-
 print/tex-morefloats-doc/DESCR    |   1 +
 print/tex-morefloats-doc/Makefile |  13 +++++++++++++
 print/tex-morefloats-doc/PLIST    |   5 +++++
 print/tex-morefloats-doc/distinfo |   5 +++++
 print/tex-morefloats/DESCR        |   7 +++++++
 print/tex-morefloats/Makefile     |  13 +++++++++++++
 print/tex-morefloats/PLIST        |   2 ++
 print/tex-morefloats/distinfo     |   5 +++++
 9 files changed, 54 insertions(+), 1 deletions(-)

diffs (101 lines):

diff -r 6783ebc4cb73 -r 5dc3f588a462 print/Makefile
--- a/print/Makefile    Mon Apr 18 03:20:55 2022 +0000
+++ b/print/Makefile    Mon Apr 18 03:23:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.839 2022/04/18 03:20:55 markd Exp $
+# $NetBSD: Makefile,v 1.840 2022/04/18 03:23:24 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1132,6 +1132,8 @@
 SUBDIR+=       tex-mltex-doc
 SUBDIR+=       tex-moderncv
 SUBDIR+=       tex-moderncv-doc
+SUBDIR+=       tex-morefloats
+SUBDIR+=       tex-morefloats-doc
 SUBDIR+=       tex-moreverb
 SUBDIR+=       tex-moreverb-doc
 SUBDIR+=       tex-mparhack
diff -r 6783ebc4cb73 -r 5dc3f588a462 print/tex-morefloats-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-morefloats-doc/DESCR    Mon Apr 18 03:23:24 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-morefloats.
diff -r 6783ebc4cb73 -r 5dc3f588a462 print/tex-morefloats-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-morefloats-doc/Makefile Mon Apr 18 03:23:24 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:23:24 markd Exp $
+
+DISTNAME=      morefloats.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.0h
+TEXLIVE_REV=   37927
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/morefloats
+COMMENT=       Documentation for tex-morefloats
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6783ebc4cb73 -r 5dc3f588a462 print/tex-morefloats-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-morefloats-doc/PLIST    Mon Apr 18 03:23:24 2022 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:23:24 markd Exp $
+share/texmf-dist/doc/latex/morefloats/README
+share/texmf-dist/doc/latex/morefloats/morefloats-example.pdf
+share/texmf-dist/doc/latex/morefloats/morefloats-example.tex
+share/texmf-dist/doc/latex/morefloats/morefloats.pdf
diff -r 6783ebc4cb73 -r 5dc3f588a462 print/tex-morefloats-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-morefloats-doc/distinfo Mon Apr 18 03:23:24 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:23:24 markd Exp $
+
+BLAKE2s (morefloats.doc.r37927.tar.xz) = 285bc39d9476ac1010c81be492ff294785d95e7e8a54e7716fbb64c59b15a516
+SHA512 (morefloats.doc.r37927.tar.xz) = f542aecb6d3868559cee66a7c153dc80cb6aacebae40c0cd0dd120c4230cd358b4d2787286cb3e7bdfb5565949861a35af65ca616369585b8f28462a2b1dbcf6
+Size (morefloats.doc.r37927.tar.xz) = 555528 bytes
diff -r 6783ebc4cb73 -r 5dc3f588a462 print/tex-morefloats/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-morefloats/DESCR        Mon Apr 18 03:23:24 2022 +0000
@@ -0,0 +1,7 @@
+LaTeX can, by default, only cope with 18 outstanding floats;
+any more, and you get the error "too many unprocessed floats".
+This package releases the limit; TeX itself imposes limits
+(which are independent of the help offered by e-TeX). However,
+if your floats can't be placed anywhere, extending the number
+of floats merely delays the arrival of the inevitable error
+message.
diff -r 6783ebc4cb73 -r 5dc3f588a462 print/tex-morefloats/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-morefloats/Makefile     Mon Apr 18 03:23:24 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 03:23:24 markd Exp $
+
+DISTNAME=      morefloats
+PKGNAME=       tex-${DISTNAME}-1.0h
+TEXLIVE_REV=   37927
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/morefloats
+COMMENT=       Increase the number of simultaneous LaTeX floats
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6783ebc4cb73 -r 5dc3f588a462 print/tex-morefloats/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-morefloats/PLIST        Mon Apr 18 03:23:24 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 03:23:24 markd Exp $
+share/texmf-dist/tex/latex/morefloats/morefloats.sty
diff -r 6783ebc4cb73 -r 5dc3f588a462 print/tex-morefloats/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-morefloats/distinfo     Mon Apr 18 03:23:24 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 03:23:24 markd Exp $
+
+BLAKE2s (morefloats.r37927.tar.xz) = b4796d821d62c41688b814c61ad592686b3d71e9f7230053d61eee963f8ac4a2
+SHA512 (morefloats.r37927.tar.xz) = 28fd471aa854852cc2a48597dda19cadda3c92c589d0419b8d36e044f9c04e406037f162e1d02c1f4b20a6288efe4a689fe4e03aafbfc6b06cf14019f7e880f0
+Size (morefloats.r37927.tar.xz) = 4456 bytes



Home | Main Index | Thread Index | Old Index