Thu Aug 17 04:30:59 2017 UTC ()
Update tex-algorithm2e{,-doc} to 5.2

This release fix some old bugs (see release note for more informations
about this) and take care of some small overfull hbox that was
present in some particular combination of options and packages.
In particular it fixes an annoying unbalanced brace that could cause some
troubles.


(markd)
diff -r1.8 -r1.9 pkgsrc/print/tex-algorithm2e/Makefile
diff -r1.5 -r1.6 pkgsrc/print/tex-algorithm2e/distinfo
diff -r1.5 -r1.6 pkgsrc/print/tex-algorithm2e-doc/Makefile
diff -r1.4 -r1.5 pkgsrc/print/tex-algorithm2e-doc/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/print/tex-algorithm2e/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-algorithm2e/Makefile 2016/06/16 04:05:59 1.8
+++ pkgsrc/print/tex-algorithm2e/Makefile 2017/08/17 04:30:59 1.9
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.8 2016/06/16 04:05:59 markd Exp $ 1# $NetBSD: Makefile,v 1.9 2017/08/17 04:30:59 markd Exp $
2 2
3DISTNAME= algorithm2e 3DISTNAME= algorithm2e
4PKGNAME= tex-${DISTNAME}-5.1 4PKGNAME= tex-${DISTNAME}-5.2
5TEXLIVE_REV= 38805 5TEXLIVE_REV= 44846
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
 8HOMEPAGE= http://ctan.org/pkg/algorithm2e
8COMMENT= Floating algorithm environment with algorithmic keywords 9COMMENT= Floating algorithm environment with algorithmic keywords
9LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
10 11
11DEPENDS+= tex-endfloat-[0-9]*:../../print/tex-endfloat 12DEPENDS+= tex-endfloat-[0-9]*:../../print/tex-endfloat
12DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 13DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
13DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 14DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
14DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 15DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
15DEPENDS+= tex-relsize-[0-9]*:../../print/tex-relsize 16DEPENDS+= tex-relsize-[0-9]*:../../print/tex-relsize
16DEPENDS+= tex-tocbibind-[0-9]*:../../print/tex-tocbibind 17DEPENDS+= tex-tocbibind-[0-9]*:../../print/tex-tocbibind
17DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 18DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
18 19
19.include "../../print/texlive/package.mk" 20.include "../../print/texlive/package.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/print/tex-algorithm2e/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-algorithm2e/distinfo 2016/06/16 04:05:59 1.5
+++ pkgsrc/print/tex-algorithm2e/distinfo 2017/08/17 04:30:59 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2016/06/16 04:05:59 markd Exp $ 1$NetBSD: distinfo,v 1.6 2017/08/17 04:30:59 markd Exp $
2 2
3SHA1 (tex-algorithm2e-38805/algorithm2e.tar.xz) = a1c15fb07f023fa8da9fcd8d19b7b35883f052ff 3SHA1 (tex-algorithm2e-44846/algorithm2e.tar.xz) = 23335d839b23cecc34cb3cf6de6afc986049c8c0
4RMD160 (tex-algorithm2e-38805/algorithm2e.tar.xz) = 12c5a04fa5f90073517e8cbd3d69bc54178ebe94 4RMD160 (tex-algorithm2e-44846/algorithm2e.tar.xz) = 5d57a9492fb923208227d23ad254481a1f6b4fb2
5SHA512 (tex-algorithm2e-38805/algorithm2e.tar.xz) = e0ad7d7839326bf916ec028d0c3181afd83e7e448ab0fa71de74047f0eacf7a5d60a0de5e4eb92256dff93fc10107a4bbd1994720e2d529800f03a3691a6f51d 5SHA512 (tex-algorithm2e-44846/algorithm2e.tar.xz) = 1ca0fc68bf709013371c4ee11c802c9aa89808da7313ed0542d7f511705180f2d23cfb9f06a775745a280d929da65af67e5b4b8b712663753454fa5e3b70de2c
6Size (tex-algorithm2e-38805/algorithm2e.tar.xz) = 32572 bytes 6Size (tex-algorithm2e-44846/algorithm2e.tar.xz) = 32876 bytes

cvs diff -r1.5 -r1.6 pkgsrc/print/tex-algorithm2e-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-algorithm2e-doc/Makefile 2016/06/16 04:05:59 1.5
+++ pkgsrc/print/tex-algorithm2e-doc/Makefile 2017/08/17 04:30:59 1.6
@@ -1,14 +1,15 @@ @@ -1,14 +1,15 @@
1# $NetBSD: Makefile,v 1.5 2016/06/16 04:05:59 markd Exp $ 1# $NetBSD: Makefile,v 1.6 2017/08/17 04:30:59 markd Exp $
2 2
3DISTNAME= algorithm2e.doc 3DISTNAME= algorithm2e.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-5.1 4PKGNAME= tex-${DISTNAME:S/./-/}-5.2
5TEXLIVE_REV= 38805 5TEXLIVE_REV= 44846
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
 8HOMEPAGE= http://ctan.org/pkg/algorithm2e
8COMMENT= Documentation for tex-algorithm2e 9COMMENT= Documentation for tex-algorithm2e
9LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
10 11
11CONFLICTS+= tex-algorithm2e<4 12CONFLICTS+= tex-algorithm2e<4
12 13
13.include "../../print/texlive/package.mk" 14.include "../../print/texlive/package.mk"
14.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/print/tex-algorithm2e-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-algorithm2e-doc/distinfo 2016/06/16 04:05:59 1.4
+++ pkgsrc/print/tex-algorithm2e-doc/distinfo 2017/08/17 04:30:59 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2016/06/16 04:05:59 markd Exp $ 1$NetBSD: distinfo,v 1.5 2017/08/17 04:30:59 markd Exp $
2 2
3SHA1 (tex-algorithm2e-38805/algorithm2e.doc.tar.xz) = 0811a78f9c739046bd84873e193260560875bea9 3SHA1 (tex-algorithm2e-44846/algorithm2e.doc.tar.xz) = 345764cbf99c3baf38bcc3786e985934adc07eea
4RMD160 (tex-algorithm2e-38805/algorithm2e.doc.tar.xz) = 2bf695017682ace29fbf6890ce62f9198e341d3e 4RMD160 (tex-algorithm2e-44846/algorithm2e.doc.tar.xz) = a9ef39d0ee5fa72848c22cd3b5bb960d2b4f881e
5SHA512 (tex-algorithm2e-38805/algorithm2e.doc.tar.xz) = c130ddbcf9c48e2eabe9291ece09d9f71ab8934de32be8a3113cb2b5e63f2c5df30ee4ccd60d9df62dfe171860346353be6198bad267f28b79eab3090879c978 5SHA512 (tex-algorithm2e-44846/algorithm2e.doc.tar.xz) = 3093ed074f20d67e07e42bd6a7d519bd68b8c6ed6e12601e5305fd37ad4711e71d2de25497a10ba2201fbb381e62486af54ee76cf5cf903400d89fc912aa91cb
6Size (tex-algorithm2e-38805/algorithm2e.doc.tar.xz) = 557928 bytes 6Size (tex-algorithm2e-44846/algorithm2e.doc.tar.xz) = 559196 bytes