pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics tex-pst-fill{,-doc}: update to 1.02
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c38460857ed
branches: trunk
changeset: 376600:5c38460857ed
user: markd <markd%pkgsrc.org@localhost>
date: Sun Apr 10 06:15:33 2022 +0000
description:
tex-pst-fill{,-doc}: update to 1.02
make it run under lualatex without Ghostscript
diffstat:
graphics/tex-pst-fill-doc/DESCR | 2 +-
graphics/tex-pst-fill-doc/Makefile | 8 ++++----
graphics/tex-pst-fill-doc/PLIST | 6 ++++--
graphics/tex-pst-fill-doc/distinfo | 8 ++++----
graphics/tex-pst-fill/DESCR | 4 ++--
graphics/tex-pst-fill/Makefile | 8 ++++----
graphics/tex-pst-fill/distinfo | 8 ++++----
7 files changed, 23 insertions(+), 21 deletions(-)
diffs (97 lines):
diff -r 8c084449ede9 -r 5c38460857ed graphics/tex-pst-fill-doc/DESCR
--- a/graphics/tex-pst-fill-doc/DESCR Sun Apr 10 06:04:05 2022 +0000
+++ b/graphics/tex-pst-fill-doc/DESCR Sun Apr 10 06:15:33 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-pst-fill.
+Documentation for tex-pst-fill.
diff -r 8c084449ede9 -r 5c38460857ed graphics/tex-pst-fill-doc/Makefile
--- a/graphics/tex-pst-fill-doc/Makefile Sun Apr 10 06:04:05 2022 +0000
+++ b/graphics/tex-pst-fill-doc/Makefile Sun Apr 10 06:15:33 2022 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2019/12/06 20:04:32 markd Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/10 06:15:33 markd Exp $
DISTNAME= pst-fill.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.01
-TEXLIVE_REV= 15878
+PKGNAME= tex-${DISTNAME:S/./-/}-1.02
+TEXLIVE_REV= 60671
MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/pst-fill
COMMENT= Documentation for tex-pst-fill
LICENSE= lppl-1.3c
-TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 8c084449ede9 -r 5c38460857ed graphics/tex-pst-fill-doc/PLIST
--- a/graphics/tex-pst-fill-doc/PLIST Sun Apr 10 06:04:05 2022 +0000
+++ b/graphics/tex-pst-fill-doc/PLIST Sun Apr 10 06:15:33 2022 +0000
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/18 21:38:24 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/04/10 06:15:33 markd Exp $
share/texmf-dist/doc/generic/pst-fill/Changes
share/texmf-dist/doc/generic/pst-fill/README
-share/texmf-dist/doc/generic/pst-fill/pst-fill.pdf
+share/texmf-dist/doc/generic/pst-fill/pst-fill-doc.bib
+share/texmf-dist/doc/generic/pst-fill/pst-fill-doc.pdf
+share/texmf-dist/doc/generic/pst-fill/pst-fill-doc.tex
diff -r 8c084449ede9 -r 5c38460857ed graphics/tex-pst-fill-doc/distinfo
--- a/graphics/tex-pst-fill-doc/distinfo Sun Apr 10 06:04:05 2022 +0000
+++ b/graphics/tex-pst-fill-doc/distinfo Sun Apr 10 06:15:33 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:47:10 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/10 06:15:33 markd Exp $
-BLAKE2s (tex-pst-fill-15878/pst-fill.doc.tar.xz) = 52f3b31563af9fcf9743406756cea2157eb235012331849661c883804fc173aa
-SHA512 (tex-pst-fill-15878/pst-fill.doc.tar.xz) = dc56e98672d6e7335fe30e841aac8aff84deae01f4caa9b9fb90ccd6769148a93e2bfa3e7d48c72b6c0b77f28d7d51536da1244b64798ce475dc2c92eab8257e
-Size (tex-pst-fill-15878/pst-fill.doc.tar.xz) = 1121256 bytes
+BLAKE2s (pst-fill.doc.r60671.tar.xz) = e3c2860905393d1d6de0efcfb9f9345b69a7d0ff68e4d07fc12ff8fc93f7555c
+SHA512 (pst-fill.doc.r60671.tar.xz) = ad51d3aba8d9ee19b4a53081a5956e8cf26f2673faf521af088076c6a356e321ca2fb9a0b504e61529c5a2ae49480b3918bd12235a66ad5c45035ce92e2eae92
+Size (pst-fill.doc.r60671.tar.xz) = 838084 bytes
diff -r 8c084449ede9 -r 5c38460857ed graphics/tex-pst-fill/DESCR
--- a/graphics/tex-pst-fill/DESCR Sun Apr 10 06:04:05 2022 +0000
+++ b/graphics/tex-pst-fill/DESCR Sun Apr 10 06:15:33 2022 +0000
@@ -1,2 +1,2 @@
-Pst-fill is a PSTricks-based package for filling and tiling areas or
-characters.
+Pst-fill is a PSTricks-based package for filling and tiling
+areas or characters.
diff -r 8c084449ede9 -r 5c38460857ed graphics/tex-pst-fill/Makefile
--- a/graphics/tex-pst-fill/Makefile Sun Apr 10 06:04:05 2022 +0000
+++ b/graphics/tex-pst-fill/Makefile Sun Apr 10 06:15:33 2022 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.3 2019/12/06 20:04:32 markd Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/10 06:15:33 markd Exp $
DISTNAME= pst-fill
-PKGNAME= tex-${DISTNAME}-1.01
-TEXLIVE_REV= 15878
+PKGNAME= tex-${DISTNAME}-1.02
+TEXLIVE_REV= 60671
MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/pst-fill
COMMENT= Fill or tile areas with PSTricks
LICENSE= lppl-1.3c
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 -r 8c084449ede9 -r 5c38460857ed graphics/tex-pst-fill/distinfo
--- a/graphics/tex-pst-fill/distinfo Sun Apr 10 06:04:05 2022 +0000
+++ b/graphics/tex-pst-fill/distinfo Sun Apr 10 06:15:33 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:47:10 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/10 06:15:33 markd Exp $
-BLAKE2s (tex-pst-fill-15878/pst-fill.tar.xz) = 4d82a6824e08deadb9db6afd59bc5099db95dabe28475a5c88564a52b9cd1c4e
-SHA512 (tex-pst-fill-15878/pst-fill.tar.xz) = 5dabf1a0870b7b93c3b5db903fb66dc8e1038ac9da0f70eb0abfe26788a8f83bac854450803c7cafeca51e6a1caf01637c0bb6c62dae59f187f8150060718d8d
-Size (tex-pst-fill-15878/pst-fill.tar.xz) = 3872 bytes
+BLAKE2s (pst-fill.r60671.tar.xz) = fb4c0e8352858c51f83990dcca23ef5573087d2c5c013891eac2411914d7f543
+SHA512 (pst-fill.r60671.tar.xz) = 5fa4ae2e862a9297073bf0559dc46d44109d1153571eb8538650410c96f5c43a9a8c85a379690820f63a5198ac1983fdeb514bf4b1342349352f1a16ef3ee375
+Size (pst-fill.r60671.tar.xz) = 3864 bytes
Home |
Main Index |
Thread Index |
Old Index