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: Sat Feb 20 10:24:31 UTC 2021
Modified Files:
pkgsrc/print/tex-leaflet: Makefile distinfo
pkgsrc/print/tex-leaflet-doc: Makefile distinfo
Log Message:
tex-leaflet{,-doc}: update to 2.1a
2.1a
The \CutLine macro now has an optional parameter for selecting
the line type.
2.0d
Using UTF8 in the preamble for author names to prevent unpacking issue.
2.0b
Much of the code has been rewritten using the new LaTeX hooks.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-leaflet/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-leaflet/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-leaflet-doc/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-leaflet-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-leaflet/Makefile
diff -u pkgsrc/print/tex-leaflet/Makefile:1.8 pkgsrc/print/tex-leaflet/Makefile:1.9
--- pkgsrc/print/tex-leaflet/Makefile:1.8 Sat Jan 18 23:34:24 2020
+++ pkgsrc/print/tex-leaflet/Makefile Sat Feb 20 10:24:30 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 23:34:24 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/02/20 10:24:30 markd Exp $
DISTNAME= leaflet
-PKGNAME= tex-${DISTNAME}-1.1b
-TEXLIVE_REV= 43523
+PKGNAME= tex-${DISTNAME}-2.1a
+TEXLIVE_REV= 56878
MAINTAINER= leot1990%users.sourceforge.net@localhost
HOMEPAGE= https://ctan.org/pkg/leaflet
@@ -15,6 +15,5 @@ DEPENDS+= tex-ms-[0-9]*:../../print/tex-
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-leaflet/distinfo
diff -u pkgsrc/print/tex-leaflet/distinfo:1.6 pkgsrc/print/tex-leaflet/distinfo:1.7
--- pkgsrc/print/tex-leaflet/distinfo:1.6 Wed Jun 21 08:28:42 2017
+++ pkgsrc/print/tex-leaflet/distinfo Sat Feb 20 10:24:30 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/06/21 08:28:42 markd Exp $
+$NetBSD: distinfo,v 1.7 2021/02/20 10:24:30 markd Exp $
-SHA1 (tex-leaflet-43523/leaflet.tar.xz) = 0324f8343215a14c55502da1224c7a6116d90440
-RMD160 (tex-leaflet-43523/leaflet.tar.xz) = 7b9a92350176309bda183ff179f9f07f53605f06
-SHA512 (tex-leaflet-43523/leaflet.tar.xz) = 27c1125bb283f8507ad3628e5dc2e84454e8ef5ff730f91f36a044d1f315324f8a3887ef58124b166396c6512677737db0dc38536249648dd9fc3f630e51436b
-Size (tex-leaflet-43523/leaflet.tar.xz) = 5484 bytes
+SHA1 (leaflet.r56878.tar.xz) = 691853318203dafadd58b2d54387131aceac1fb4
+RMD160 (leaflet.r56878.tar.xz) = b7da763430ae2832056c9852fbff8c55c50fbab8
+SHA512 (leaflet.r56878.tar.xz) = ec809f2aa4cbc16dd26aae988e2e3b5fcef9284cd31deb126d26989358e52596a50fd63df07095f0bf081c46d1e8af3b3f59572d372be873d9afe1f3db3cee95
+Size (leaflet.r56878.tar.xz) = 5652 bytes
Index: pkgsrc/print/tex-leaflet-doc/Makefile
diff -u pkgsrc/print/tex-leaflet-doc/Makefile:1.8 pkgsrc/print/tex-leaflet-doc/Makefile:1.9
--- pkgsrc/print/tex-leaflet-doc/Makefile:1.8 Sat Jan 18 23:34:24 2020
+++ pkgsrc/print/tex-leaflet-doc/Makefile Sat Feb 20 10:24:31 2021
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 23:34:24 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/02/20 10:24:31 markd Exp $
DISTNAME= leaflet.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.1b
-TEXLIVE_REV= 43523
+PKGNAME= tex-${DISTNAME:S/./-/}-2.1a
+TEXLIVE_REV= 56878
MAINTAINER= leot1990%users.sourceforge.net@localhost
HOMEPAGE= https://ctan.org/pkg/leaflet
COMMENT= Documentation for tex-leaflet
LICENSE= lppl-1.3c
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-leaflet-doc/distinfo
diff -u pkgsrc/print/tex-leaflet-doc/distinfo:1.6 pkgsrc/print/tex-leaflet-doc/distinfo:1.7
--- pkgsrc/print/tex-leaflet-doc/distinfo:1.6 Wed Jun 21 08:28:42 2017
+++ pkgsrc/print/tex-leaflet-doc/distinfo Sat Feb 20 10:24:31 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/06/21 08:28:42 markd Exp $
+$NetBSD: distinfo,v 1.7 2021/02/20 10:24:31 markd Exp $
-SHA1 (tex-leaflet-43523/leaflet.doc.tar.xz) = 29aa89a51ee9082129702bc64c30d51211762c66
-RMD160 (tex-leaflet-43523/leaflet.doc.tar.xz) = f20c554e457030ee0eb317d3ee609f1fa62c20fc
-SHA512 (tex-leaflet-43523/leaflet.doc.tar.xz) = 013a4ef9bf00911318d3648acdbe8f3b4d5983692936d793e1d893f6c2696ccb23dd4726706209502a731e1fd7eecd6f0708e77a37c3091ae1125d59ed323354
-Size (tex-leaflet-43523/leaflet.doc.tar.xz) = 339140 bytes
+SHA1 (leaflet.doc.r56878.tar.xz) = a36d1e6e2d13fa53c1fcef725729d9d0d1150dfc
+RMD160 (leaflet.doc.r56878.tar.xz) = 69bb23befa84a01928871357623bb2b23a3f923c
+SHA512 (leaflet.doc.r56878.tar.xz) = ccfee44447524b112f47211729bcd2c78021dfd19394b82eb7024bd10a68d1a04789d01d16cc9f3b5eab7feda884eae6bbd47b6abe8023893587c49613b44d6a
+Size (leaflet.doc.r56878.tar.xz) = 344060 bytes
Home |
Main Index |
Thread Index |
Old Index