pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-classpack{,-doc}: update to 1.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/161bd64e6698
branches:  trunk
changeset: 447347:161bd64e6698
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Feb 20 09:53:37 2021 +0000

description:
tex-classpack{,-doc}: update to 1.19

v.1.19 of the ClassPack documentation environment is a maintenance
release. It is not needed for any other purpose and is not required
for the use of any other class or package, only for the documentation
of ClassPack–developed classes and packages.

diffstat:

 print/tex-classpack-doc/Makefile |   9 ++++-----
 print/tex-classpack-doc/PLIST    |  15 +++------------
 print/tex-classpack-doc/distinfo |  10 +++++-----
 print/tex-classpack/Makefile     |   7 +++----
 print/tex-classpack/distinfo     |  10 +++++-----
 5 files changed, 20 insertions(+), 31 deletions(-)

diffs (94 lines):

diff -r a7cd5c4924af -r 161bd64e6698 print/tex-classpack-doc/Makefile
--- a/print/tex-classpack-doc/Makefile  Sat Feb 20 09:50:52 2021 +0000
+++ b/print/tex-classpack-doc/Makefile  Sat Feb 20 09:53:37 2021 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:33:48 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/20 09:53:37 markd Exp $
 
 DISTNAME=      classpack.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-0.77
-TEXLIVE_REV=   33101
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.19
+TEXLIVE_REV=   55218
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/classpack
 COMMENT=       Documentation for tex-classpack
-#LICENSE=      lppl-1.3c
+LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a7cd5c4924af -r 161bd64e6698 print/tex-classpack-doc/PLIST
--- a/print/tex-classpack-doc/PLIST     Sat Feb 20 09:50:52 2021 +0000
+++ b/print/tex-classpack-doc/PLIST     Sat Feb 20 09:53:37 2021 +0000
@@ -1,14 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2015/05/06 17:58:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/02/20 09:53:37 markd Exp $
 share/texmf-dist/doc/support/classpack/MANIFEST
-share/texmf-dist/doc/support/classpack/README
+share/texmf-dist/doc/support/classpack/README.md
+share/texmf-dist/doc/support/classpack/VERSION
 share/texmf-dist/doc/support/classpack/classpack.pdf
-share/texmf-dist/doc/support/classpack/db2bibtex.xsl
-share/texmf-dist/doc/support/classpack/db2dtx.xsl
-share/texmf-dist/doc/support/classpack/db2plaintext.xsl
-share/texmf-dist/doc/support/classpack/decommentbbl.awk
-share/texmf-dist/doc/support/classpack/doctexbook.dtd
-share/texmf-dist/doc/support/classpack/getgis.sh
-share/texmf-dist/doc/support/classpack/lppl.xml
-share/texmf-dist/doc/support/classpack/prepost.xml
-share/texmf-dist/doc/support/classpack/readme.xml
-share/texmf-dist/doc/support/classpack/test.sh
diff -r a7cd5c4924af -r 161bd64e6698 print/tex-classpack-doc/distinfo
--- a/print/tex-classpack-doc/distinfo  Sat Feb 20 09:50:52 2021 +0000
+++ b/print/tex-classpack-doc/distinfo  Sat Feb 20 09:53:37 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:01:58 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/02/20 09:53:37 markd Exp $
 
-SHA1 (tex-classpack-33101/classpack.doc.tar.xz) = dde3dfe63c14430be516ef01ee248c33503bafd9
-RMD160 (tex-classpack-33101/classpack.doc.tar.xz) = 57c734be4e38664ea89de1d4847591662305b378
-SHA512 (tex-classpack-33101/classpack.doc.tar.xz) = 80f2f65278aebec8f3a2dec4fda54b7f5134251bd62bbc7cd8b286b78b123b626ed7be672d2d50f70562fae7ce4e4aa63a46bd35175c1b8d91f0434e60b88309
-Size (tex-classpack-33101/classpack.doc.tar.xz) = 355320 bytes
+SHA1 (classpack.doc.r55218.tar.xz) = 532bcd248710af62d4d2f26750360f7cbb0f9af0
+RMD160 (classpack.doc.r55218.tar.xz) = 24574ee59cf2e8442aea2c0cc2c73f55b5f329c2
+SHA512 (classpack.doc.r55218.tar.xz) = 6e30295ea5d7ff19f47d4144a3ea6eadd85d02a80023b426675efc75cd2867e3c79b60a8210f26cb732e5b0e70bcb856d96d7ad98a6165cfeaed64affa070bec
+Size (classpack.doc.r55218.tar.xz) = 143968 bytes
diff -r a7cd5c4924af -r 161bd64e6698 print/tex-classpack/Makefile
--- a/print/tex-classpack/Makefile      Sat Feb 20 09:50:52 2021 +0000
+++ b/print/tex-classpack/Makefile      Sat Feb 20 09:53:37 2021 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:33:48 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/20 09:53:37 markd Exp $
 
 DISTNAME=      classpack
-PKGNAME=       tex-${DISTNAME}-0.77
-TEXLIVE_REV=   33101
+PKGNAME=       tex-${DISTNAME}-1.19
+TEXLIVE_REV=   55218
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/classpack
 COMMENT=       XML mastering for LaTeX classes and packages
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a7cd5c4924af -r 161bd64e6698 print/tex-classpack/distinfo
--- a/print/tex-classpack/distinfo      Sat Feb 20 09:50:52 2021 +0000
+++ b/print/tex-classpack/distinfo      Sat Feb 20 09:53:37 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:01:57 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/02/20 09:53:37 markd Exp $
 
-SHA1 (tex-classpack-33101/classpack.tar.xz) = 3e609d08be9ef9aae5408941e262e4f2be563a3f
-RMD160 (tex-classpack-33101/classpack.tar.xz) = ef460409eda91a445670ba025bc3a23e91facf4e
-SHA512 (tex-classpack-33101/classpack.tar.xz) = cf44e71623740a329bf941bc1be8b3578331dc8e8c7bcdf304dc8803497238cb9b555bf20b108833958b3b6704b3867b1187a86253dfad0780cb317e41e8e2ef
-Size (tex-classpack-33101/classpack.tar.xz) = 1328 bytes
+SHA1 (classpack.r55218.tar.xz) = f2e1c875b84e2da0be56376facf3edd92c776b65
+RMD160 (classpack.r55218.tar.xz) = cf32048b59ba9e58c983924d1df13abe55da9b48
+SHA512 (classpack.r55218.tar.xz) = 483d96aff1739fc2cdb63e9753fbb86ec93b493ee3d8d104e6089c791e4674d522a30e0dc747a48d8ffc6690452a147b2ad15a3a9cc676c641a9f6aca535563e
+Size (classpack.r55218.tar.xz) = 2292 bytes


Home | Main Index | Thread Index | Old Index