pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Feb 14 19:51:27 UTC 2024

Modified Files:
        pkgsrc/print/tex-newfloat: Makefile PLIST distinfo
        pkgsrc/print/tex-newfloat-doc: Makefile distinfo

Log Message:
tex-newfloat{,-doc}: update to 1.2

New stuff:

* New section "Multi-language support" in documentation
* \DeclareFloatingEnvironment now defines a name for \autoref, too
* Optional fallback to v1.0 and v1.1
* New options "autorefname=" (for hyperref) and "legendname=" (for memoir)
* New command \newfloat at dont@patch at chapter for LaTeX document class
  maintainers
* The maintenance status of this package is now "unmaintained"

Bugfixes since v1.1l: (2019/09/02)

* line spacing in the list of algorithms(2e) disappears with newfloat option
  of minted
* The option "chapterlistsgaps" results in an error when used with a document
  class w/o chapters


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-newfloat/Makefile \
    pkgsrc/print/tex-newfloat/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-newfloat/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-newfloat-doc/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/tex-newfloat-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-newfloat/Makefile
diff -u pkgsrc/print/tex-newfloat/Makefile:1.1 pkgsrc/print/tex-newfloat/Makefile:1.2
--- pkgsrc/print/tex-newfloat/Makefile:1.1      Sun May 10 03:56:42 2020
+++ pkgsrc/print/tex-newfloat/Makefile  Wed Feb 14 19:51:27 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/05/10 03:56:42 markd Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/14 19:51:27 markd Exp $
 
 DISTNAME=      newfloat
-PKGNAME=       tex-${DISTNAME}-1.1l
-TEXLIVE_REV=   52906
+PKGNAME=       tex-${DISTNAME}-1.2
+TEXLIVE_REV=   68434
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/newfloat
Index: pkgsrc/print/tex-newfloat/PLIST
diff -u pkgsrc/print/tex-newfloat/PLIST:1.1 pkgsrc/print/tex-newfloat/PLIST:1.2
--- pkgsrc/print/tex-newfloat/PLIST:1.1 Sun May 10 03:56:42 2020
+++ pkgsrc/print/tex-newfloat/PLIST     Wed Feb 14 19:51:27 2024
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/05/10 03:56:42 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/14 19:51:27 markd Exp $
 share/texmf-dist/tex/latex/newfloat/newfloat.sty
+share/texmf-dist/tex/latex/newfloat/newfloat_v1.0.sty
+share/texmf-dist/tex/latex/newfloat/newfloat_v1.1.sty

Index: pkgsrc/print/tex-newfloat/distinfo
diff -u pkgsrc/print/tex-newfloat/distinfo:1.3 pkgsrc/print/tex-newfloat/distinfo:1.4
--- pkgsrc/print/tex-newfloat/distinfo:1.3      Tue Oct 26 11:14:09 2021
+++ pkgsrc/print/tex-newfloat/distinfo  Wed Feb 14 19:51:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:14:09 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/02/14 19:51:27 markd Exp $
 
-BLAKE2s (newfloat.r52906.tar.xz) = 86969f8b5877b51ebbc84762aa1dc9929914107d2a5e1421f460844f0d4178d3
-SHA512 (newfloat.r52906.tar.xz) = 2cd4d1e5097bd6b9abd25621fe64590e67f8933a5292f83277dd546cb949c6193af04e16a72e61c3023293f6471ed41e9b46c23dd4c6c19428c7875cf0279aa8
-Size (newfloat.r52906.tar.xz) = 5592 bytes
+BLAKE2s (newfloat.r68434.tar.xz) = b74e81c2ae7e1b9c522b52e3f73462994e956ebe48972928215b84fc1e5bf11d
+SHA512 (newfloat.r68434.tar.xz) = 6b7ec618044ee10c16722460fccf4e3b71092ed5fc902b0aff431c7407d50e97bc27a2e9bf4c561df50da7d605a3a1ea95c20f47727111e7077e338f0c0e483e
+Size (newfloat.r68434.tar.xz) = 6816 bytes

Index: pkgsrc/print/tex-newfloat-doc/Makefile
diff -u pkgsrc/print/tex-newfloat-doc/Makefile:1.1 pkgsrc/print/tex-newfloat-doc/Makefile:1.2
--- pkgsrc/print/tex-newfloat-doc/Makefile:1.1  Sun May 10 03:56:42 2020
+++ pkgsrc/print/tex-newfloat-doc/Makefile      Wed Feb 14 19:51:27 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/05/10 03:56:42 markd Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/14 19:51:27 markd Exp $
 
 DISTNAME=      newfloat.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.1l
-TEXLIVE_REV=   52906
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.2
+TEXLIVE_REV=   68434
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/newfloat

Index: pkgsrc/print/tex-newfloat-doc/distinfo
diff -u pkgsrc/print/tex-newfloat-doc/distinfo:1.3 pkgsrc/print/tex-newfloat-doc/distinfo:1.4
--- pkgsrc/print/tex-newfloat-doc/distinfo:1.3  Tue Oct 26 11:14:09 2021
+++ pkgsrc/print/tex-newfloat-doc/distinfo      Wed Feb 14 19:51:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:14:09 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/02/14 19:51:27 markd Exp $
 
-BLAKE2s (newfloat.doc.r52906.tar.xz) = e8309a34ff2a3bf0ab24dc26917ae81926ba6665c80e3bfa454f989d64179fcb
-SHA512 (newfloat.doc.r52906.tar.xz) = 4a9b942a072ac5da1e92f6ecd63ff16cda41195403794c8a111140d4d6af43947875828d497f7824bdcfd41ca03ece22469ed5e0fbec0cdd84c56471678cd469
-Size (newfloat.doc.r52906.tar.xz) = 100188 bytes
+BLAKE2s (newfloat.doc.r68434.tar.xz) = 4172cbd0e3c9080bab3009bbb916b7843679fa977656524f66be575fa6b2be26
+SHA512 (newfloat.doc.r68434.tar.xz) = e3faedb4cdb78304c738a4437fa503f7870c81c13eb82652ebf5a5ccb2befa1180683a5704b16891715c60445eac214cf8e6fb01f1d9675954d45e1a7535d659
+Size (newfloat.doc.r68434.tar.xz) = 118716 bytes



Home | Main Index | Thread Index | Old Index