summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-10 12:25:59 +0000
committermarkd <markd@pkgsrc.org>2022-04-10 12:25:59 +0000
commit2056c1518628fb559ba85c06bdee0c84b6208d7b (patch)
treeacc2dec113d84ed2ca68b93eaf8c334264be0e8b
parent41195d97c8db6a7ef3676c20ad2cd5b4dd5be458 (diff)
downloadpkgsrc-2056c1518628fb559ba85c06bdee0c84b6208d7b.tar.gz
tex-pst-tree{,-doc}: update to 1.14
changes unknown
-rw-r--r--graphics/tex-pst-tree-doc/DESCR2
-rw-r--r--graphics/tex-pst-tree-doc/Makefile7
-rw-r--r--graphics/tex-pst-tree-doc/distinfo8
-rw-r--r--graphics/tex-pst-tree/DESCR6
-rw-r--r--graphics/tex-pst-tree/Makefile9
-rw-r--r--graphics/tex-pst-tree/distinfo8
6 files changed, 19 insertions, 21 deletions
diff --git a/graphics/tex-pst-tree-doc/DESCR b/graphics/tex-pst-tree-doc/DESCR
index 1f58b975954..b176c082291 100644
--- a/graphics/tex-pst-tree-doc/DESCR
+++ b/graphics/tex-pst-tree-doc/DESCR
@@ -1 +1 @@
-This is documentation for tex-pst-tree.
+Documentation for tex-pst-tree.
diff --git a/graphics/tex-pst-tree-doc/Makefile b/graphics/tex-pst-tree-doc/Makefile
index 35bec77242f..d92c876960c 100644
--- a/graphics/tex-pst-tree-doc/Makefile
+++ b/graphics/tex-pst-tree-doc/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:32:33 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/10 12:25:59 markd Exp $
DISTNAME= pst-tree.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.13
-TEXLIVE_REV= 43272
+PKGNAME= tex-${DISTNAME:S/./-/}-1.14
+TEXLIVE_REV= 60421
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/pst-tree
COMMENT= Documentation for tex-pst-tree
LICENSE= lppl-1.3c
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/tex-pst-tree-doc/distinfo b/graphics/tex-pst-tree-doc/distinfo
index cd4228b25ba..114e64cd930 100644
--- a/graphics/tex-pst-tree-doc/distinfo
+++ b/graphics/tex-pst-tree-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:47:13 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/10 12:25:59 markd Exp $
-BLAKE2s (tex-pst-tree-43272/pst-tree.doc.tar.xz) = 9b42ed2c4b0ed52afafb87d8b88bb1c17fdc35f020eef6317e64809f748babe4
-SHA512 (tex-pst-tree-43272/pst-tree.doc.tar.xz) = 49957861198ff4eb3c290e906678a94a129afd8eb1ac10c35379794af8213011f4add7754f525ab4feb95f7d7e7bfb32e3dc0c4a0d3207b583f39852a07103de
-Size (tex-pst-tree-43272/pst-tree.doc.tar.xz) = 151100 bytes
+BLAKE2s (pst-tree.doc.r60421.tar.xz) = 570eaad73256279a3cc443e525c8b5d53e033dee5fa2d4ed6dc1e687ce3feb8a
+SHA512 (pst-tree.doc.r60421.tar.xz) = 6ac862eff40eaa1a8cacc5c1a1d4886e82dee53046d3fbf631ec23bfb59490fe89bdde5f2767cba35e8d0439fa7b7688669b50ba3ce81698c34bcfc9d010a7e6
+Size (pst-tree.doc.r60421.tar.xz) = 205684 bytes
diff --git a/graphics/tex-pst-tree/DESCR b/graphics/tex-pst-tree/DESCR
index 89a69d70df3..72d925e5446 100644
--- a/graphics/tex-pst-tree/DESCR
+++ b/graphics/tex-pst-tree/DESCR
@@ -1,3 +1,3 @@
-pst-tree is a pstricks package that defines a macro \pstree which offers
-a structured way of joining nodes created using pst-node in order to
-draw trees.
+pst-tree is a pstricks package that defines a macro \pstree
+which offers a structured way of joining nodes created using
+pst-node in order to draw trees.
diff --git a/graphics/tex-pst-tree/Makefile b/graphics/tex-pst-tree/Makefile
index 6c4a4542f46..92abbcde844 100644
--- a/graphics/tex-pst-tree/Makefile
+++ b/graphics/tex-pst-tree/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:32:33 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/10 12:25:59 markd Exp $
DISTNAME= pst-tree
-PKGNAME= tex-${DISTNAME}-1.13
-TEXLIVE_REV= 43272
+PKGNAME= tex-${DISTNAME}-1.14
+TEXLIVE_REV= 60421
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/pst-tree
-COMMENT= Trees, using pstricks
+COMMENT= Trees, using PSTricks
LICENSE= lppl-1.3c
DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/tex-pst-tree/distinfo b/graphics/tex-pst-tree/distinfo
index 2f9a514ab7a..f9764b7c833 100644
--- a/graphics/tex-pst-tree/distinfo
+++ b/graphics/tex-pst-tree/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:47:13 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/10 12:25:59 markd Exp $
-BLAKE2s (tex-pst-tree-43272/pst-tree.tar.xz) = 5defed6f814a669cad2c4b9a460040084fb3f5cf299f07a3d728634af3d3e391
-SHA512 (tex-pst-tree-43272/pst-tree.tar.xz) = a1414df9f119bd081af599dfa629a4894f09f4e0d669fae111002a7866e15b4d09c15da52f55289d10d185274220f959f965c617ba724b6edb6b75adf40d6381
-Size (tex-pst-tree-43272/pst-tree.tar.xz) = 6696 bytes
+BLAKE2s (pst-tree.r60421.tar.xz) = 8b855bca159ed7c46d92741c0b08e83505861456d2a018b99d17425ddb701009
+SHA512 (pst-tree.r60421.tar.xz) = 39d6f88d9b0dd4280cd08cad6524fa693cf727bdbacf16063d76e100e16f957602124ee71421e88f389a7ba5070a932d779a2abbb64d791bbc071398f09a8708
+Size (pst-tree.r60421.tar.xz) = 6712 bytes