pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: markd
Date: Wed May 14 12:32:32 UTC 2025
Modified Files:
pkgsrc/graphics: Makefile
Added Files:
pkgsrc/graphics/tex-tzplot: DESCR Makefile PLIST distinfo
pkgsrc/graphics/tex-tzplot-doc: DESCR Makefile PLIST distinfo
Log Message:
tex-tzplot{,-doc}: add version 2.1
This is a LaTeX package that provides TikZ-based macros to make
it easy to draw graphs. The macros provided in this package are
just abbreviations for TikZ codes, which can be complicated;
but using the package will hopefully make drawing easier,
especially when drawing repeatedly. The macros were chosen and
developed with an emphasis on drawing graphs in economics. The
package depends on TikZ, xparse, and expl3.
To generate a diff of this commit:
cvs rdiff -u -r1.1080 -r1.1081 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-tzplot/DESCR \
pkgsrc/graphics/tex-tzplot/Makefile pkgsrc/graphics/tex-tzplot/PLIST \
pkgsrc/graphics/tex-tzplot/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-tzplot-doc/DESCR \
pkgsrc/graphics/tex-tzplot-doc/Makefile \
pkgsrc/graphics/tex-tzplot-doc/PLIST \
pkgsrc/graphics/tex-tzplot-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/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.1080 pkgsrc/graphics/Makefile:1.1081
--- pkgsrc/graphics/Makefile:1.1080 Mon May 5 08:59:50 2025
+++ pkgsrc/graphics/Makefile Wed May 14 12:32:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1080 2025/05/05 08:59:50 tnn Exp $
+# $NetBSD: Makefile,v 1.1081 2025/05/14 12:32:31 markd Exp $
#
COMMENT= Graphics tools and libraries
@@ -848,6 +848,8 @@ SUBDIR+= tex-tkz-base
SUBDIR+= tex-tkz-base-doc
SUBDIR+= tex-tkz-fct
SUBDIR+= tex-tkz-fct-doc
+SUBDIR+= tex-tzplot
+SUBDIR+= tex-tzplot-doc
SUBDIR+= tex-venndiagram
SUBDIR+= tex-venndiagram-doc
SUBDIR+= tex-worldflags
Added files:
Index: pkgsrc/graphics/tex-tzplot/DESCR
diff -u /dev/null pkgsrc/graphics/tex-tzplot/DESCR:1.1
--- /dev/null Wed May 14 12:32:32 2025
+++ pkgsrc/graphics/tex-tzplot/DESCR Wed May 14 12:32:32 2025
@@ -0,0 +1,7 @@
+This is a LaTeX package that provides TikZ-based macros to make
+it easy to draw graphs. The macros provided in this package are
+just abbreviations for TikZ codes, which can be complicated;
+but using the package will hopefully make drawing easier,
+especially when drawing repeatedly. The macros were chosen and
+developed with an emphasis on drawing graphs in economics. The
+package depends on TikZ, xparse, and expl3.
Index: pkgsrc/graphics/tex-tzplot/Makefile
diff -u /dev/null pkgsrc/graphics/tex-tzplot/Makefile:1.1
--- /dev/null Wed May 14 12:32:32 2025
+++ pkgsrc/graphics/tex-tzplot/Makefile Wed May 14 12:32:32 2025
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2025/05/14 12:32:32 markd Exp $
+
+DISTNAME= tzplot
+PKGNAME= tex-${DISTNAME}-2.1
+TEXLIVE_REV= 64537
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/tzplot
+COMMENT= Plot graphs with TikZ abbreviations
+LICENSE= lppl-1.3c
+
+DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
+DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
+DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-tzplot/PLIST
diff -u /dev/null pkgsrc/graphics/tex-tzplot/PLIST:1.1
--- /dev/null Wed May 14 12:32:32 2025
+++ pkgsrc/graphics/tex-tzplot/PLIST Wed May 14 12:32:32 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:32:32 markd Exp $
+share/texmf-dist/tex/latex/tzplot/tzplot.sty
Index: pkgsrc/graphics/tex-tzplot/distinfo
diff -u /dev/null pkgsrc/graphics/tex-tzplot/distinfo:1.1
--- /dev/null Wed May 14 12:32:32 2025
+++ pkgsrc/graphics/tex-tzplot/distinfo Wed May 14 12:32:32 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/14 12:32:32 markd Exp $
+
+BLAKE2s (tzplot.r64537.tar.xz) = c675ac171d7560a968ac350357890864dd938f3439a3d68db9596370072d2fb2
+SHA512 (tzplot.r64537.tar.xz) = 78d2a67470340caaf6ee286f0dbfb9b8706cd4b0a689a64592c11f6b8a5108a61d33a24d36262aa5b802b8893ba440365fcd1280eac4cf7d3e514f6820ad21ca
+Size (tzplot.r64537.tar.xz) = 25292 bytes
Index: pkgsrc/graphics/tex-tzplot-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-tzplot-doc/DESCR:1.1
--- /dev/null Wed May 14 12:32:32 2025
+++ pkgsrc/graphics/tex-tzplot-doc/DESCR Wed May 14 12:32:32 2025
@@ -0,0 +1 @@
+Documentation for tex-tzplot.
Index: pkgsrc/graphics/tex-tzplot-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-tzplot-doc/Makefile:1.1
--- /dev/null Wed May 14 12:32:32 2025
+++ pkgsrc/graphics/tex-tzplot-doc/Makefile Wed May 14 12:32:32 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/14 12:32:32 markd Exp $
+
+DISTNAME= tzplot.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2.1
+TEXLIVE_REV= 64537
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/tzplot
+COMMENT= Documentation for tex-tzplot
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-tzplot-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-tzplot-doc/PLIST:1.1
--- /dev/null Wed May 14 12:32:32 2025
+++ pkgsrc/graphics/tex-tzplot-doc/PLIST Wed May 14 12:32:32 2025
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/14 12:32:32 markd Exp $
+share/texmf-dist/doc/latex/tzplot/README.txt
+share/texmf-dist/doc/latex/tzplot/tzplot-doc-A-v2.1.tex
+share/texmf-dist/doc/latex/tzplot/tzplot-doc-B-v2.1.tex
+share/texmf-dist/doc/latex/tzplot/tzplot-doc-C-v2.1.tex
+share/texmf-dist/doc/latex/tzplot/tzplot-doc-C1-v2.1.tex
+share/texmf-dist/doc/latex/tzplot/tzplot-doc-C2-v2.1.tex
+share/texmf-dist/doc/latex/tzplot/tzplot-doc-D-v2.1.tex
+share/texmf-dist/doc/latex/tzplot/tzplot-doc-E-v2.1.tex
+share/texmf-dist/doc/latex/tzplot/tzplot-doc.pdf
+share/texmf-dist/doc/latex/tzplot/tzplot-doc.tex
+share/texmf-dist/doc/latex/tzplot/tzplot-oblivoirpartstyle.tex
+share/texmf-dist/doc/latex/tzplot/tzplot.ist
Index: pkgsrc/graphics/tex-tzplot-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-tzplot-doc/distinfo:1.1
--- /dev/null Wed May 14 12:32:32 2025
+++ pkgsrc/graphics/tex-tzplot-doc/distinfo Wed May 14 12:32:32 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/14 12:32:32 markd Exp $
+
+BLAKE2s (tzplot.doc.r64537.tar.xz) = 2ee6b512d2e5b91bd3dd843500b685cafe65b4c572bb41dea1d6f8bfef9f390d
+SHA512 (tzplot.doc.r64537.tar.xz) = 853cb61ef10c91e1392c23e2b4d389f0cf572b692a6eafb8bb9af35ad9b2f1e7a8630ec1df6faf1ac1bc83e88dca0146519f571917ed9ed57e6ded912fecd895
+Size (tzplot.doc.r64537.tar.xz) = 1249916 bytes
Home |
Main Index |
Thread Index |
Old Index