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:           Thu Sep  1 05:52:07 UTC 2022

Modified Files:
        pkgsrc/print/tex-xkeyval: DESCR Makefile distinfo
        pkgsrc/print/tex-xkeyval-doc: DESCR Makefile distinfo

Log Message:
tex-xkeyval{,-doc}: update to 2.9

fix for package options with braces


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-xkeyval/DESCR
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-xkeyval/Makefile \
    pkgsrc/print/tex-xkeyval/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-xkeyval-doc/DESCR
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/tex-xkeyval-doc/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/tex-xkeyval-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-xkeyval/DESCR
diff -u pkgsrc/print/tex-xkeyval/DESCR:1.1.1.1 pkgsrc/print/tex-xkeyval/DESCR:1.2
--- pkgsrc/print/tex-xkeyval/DESCR:1.1.1.1      Fri May 25 11:53:15 2007
+++ pkgsrc/print/tex-xkeyval/DESCR      Thu Sep  1 05:52:07 2022
@@ -1,6 +1,7 @@
-This package is an extension of the keyval package and offers additional
-macros for setting keys and declaring and setting class or package options.
-The package allows the programmer to specify a prefix to the name of the
-macros it defines for keys, and to define families of key definitions;
-these all help use in documents where several packages define their own
-sets of keys.
+This package is an extension of the keyval package and offers
+additional macros for setting keys and declaring and setting
+class or package options. The package allows the programmer to
+specify a prefix to the name of the macros it defines for keys,
+and to define families of key definitions; these all help use
+in documents where several packages define their own sets of
+keys.

Index: pkgsrc/print/tex-xkeyval/Makefile
diff -u pkgsrc/print/tex-xkeyval/Makefile:1.9 pkgsrc/print/tex-xkeyval/Makefile:1.10
--- pkgsrc/print/tex-xkeyval/Makefile:1.9       Sat Feb 13 11:40:09 2021
+++ pkgsrc/print/tex-xkeyval/Makefile   Thu Sep  1 05:52:07 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2021/02/13 11:40:09 markd Exp $
+# $NetBSD: Makefile,v 1.10 2022/09/01 05:52:07 markd Exp $
 
 DISTNAME=      xkeyval
-PKGNAME=       tex-${DISTNAME}-2.8
-TEXLIVE_REV=   57006
+PKGNAME=       tex-${DISTNAME}-2.9
+TEXLIVE_REV=   63616
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/xkeyval
Index: pkgsrc/print/tex-xkeyval/distinfo
diff -u pkgsrc/print/tex-xkeyval/distinfo:1.9 pkgsrc/print/tex-xkeyval/distinfo:1.10
--- pkgsrc/print/tex-xkeyval/distinfo:1.9       Tue Oct 26 11:15:09 2021
+++ pkgsrc/print/tex-xkeyval/distinfo   Thu Sep  1 05:52:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:15:09 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/09/01 05:52:07 markd Exp $
 
-BLAKE2s (xkeyval.r57006.tar.xz) = 040dca28e9727aa81038f3b0aae1c4c2a04d4cdeedfd50b0c570eefdb32ca838
-SHA512 (xkeyval.r57006.tar.xz) = 39ae2a2d595c6808aab31a1f97caf31418e8aad6c05bec8812b0fca4a69c19eeb88e559940f952309f69a4b2d6342cce804f7d4d2b6270878be51c9b3cdf4ee1
-Size (xkeyval.r57006.tar.xz) = 8976 bytes
+BLAKE2s (xkeyval.r63616.tar.xz) = 2b85db88862aa9d4b0f48f432a0d6639c7005f72662633e553a179949c8bf592
+SHA512 (xkeyval.r63616.tar.xz) = e7f8355a0dd505af021d413b7e1ec605c083b9e552382eec48de85a1d037937696fc0a5949a4a8cebb065dd339c70742863991bc855c1ffc82177571c16cd313
+Size (xkeyval.r63616.tar.xz) = 8996 bytes

Index: pkgsrc/print/tex-xkeyval-doc/DESCR
diff -u pkgsrc/print/tex-xkeyval-doc/DESCR:1.1.1.1 pkgsrc/print/tex-xkeyval-doc/DESCR:1.2
--- pkgsrc/print/tex-xkeyval-doc/DESCR:1.1.1.1  Fri Jul 10 23:25:59 2009
+++ pkgsrc/print/tex-xkeyval-doc/DESCR  Thu Sep  1 05:52:07 2022
@@ -1 +1 @@
-This is documentation for tex-xkeyval.
+Documentation for tex-xkeyval.

Index: pkgsrc/print/tex-xkeyval-doc/Makefile
diff -u pkgsrc/print/tex-xkeyval-doc/Makefile:1.6 pkgsrc/print/tex-xkeyval-doc/Makefile:1.7
--- pkgsrc/print/tex-xkeyval-doc/Makefile:1.6   Sat Feb 13 11:40:09 2021
+++ pkgsrc/print/tex-xkeyval-doc/Makefile       Thu Sep  1 05:52:07 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/02/13 11:40:09 markd Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/01 05:52:07 markd Exp $
 
 DISTNAME=      xkeyval.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.8
-TEXLIVE_REV=   57006
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.9
+TEXLIVE_REV=   63616
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/xkeyval

Index: pkgsrc/print/tex-xkeyval-doc/distinfo
diff -u pkgsrc/print/tex-xkeyval-doc/distinfo:1.8 pkgsrc/print/tex-xkeyval-doc/distinfo:1.9
--- pkgsrc/print/tex-xkeyval-doc/distinfo:1.8   Tue Oct 26 11:15:09 2021
+++ pkgsrc/print/tex-xkeyval-doc/distinfo       Thu Sep  1 05:52:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:15:09 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/09/01 05:52:07 markd Exp $
 
-BLAKE2s (xkeyval.doc.r57006.tar.xz) = 4253287ba4d5aab26ade48cf8d2a37cb54b2c2a3398cf158b7fe7ee465edba5a
-SHA512 (xkeyval.doc.r57006.tar.xz) = 58a64143df3ca2cfd5b8260dbe5df4900586d3131f7914ea1da9b0a8f53c84e2ce49a6e36c03be3c3a508b4a9f26e61c167c600e73105709d6f36b2acdb6bd2e
-Size (xkeyval.doc.r57006.tar.xz) = 392804 bytes
+BLAKE2s (xkeyval.doc.r63616.tar.xz) = 8c711f5b05c9e3b0592426f8fa78975efbec54a5ad03c409ee6effab44ffbe87
+SHA512 (xkeyval.doc.r63616.tar.xz) = f7948832c943d3746c3115950259430724abee49316aaac0343e0959ddce796ab8064583d048f71ad39332df966557da9a2ec3c2752c16b333cc55bcd2cf3c7e
+Size (xkeyval.doc.r63616.tar.xz) = 422472 bytes



Home | Main Index | Thread Index | Old Index