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: riastradh
Date: Sun Oct 29 13:58:55 UTC 2023
Modified Files:
pkgsrc/graphics: Makefile
Added Files:
pkgsrc/graphics/tex-spath3: DESCR Makefile PLIST distinfo
pkgsrc/graphics/tex-spath3-doc: DESCR Makefile PLIST distinfo
Log Message:
print/tex-spath3: import tex-spath3-2.7 (and doc)
spath3 - Manipulate "soft paths" in PGF
Includes TikZ libraries `calligraphy' and `knots'
To generate a diff of this commit:
cvs rdiff -u -r1.1023 -r1.1024 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-spath3/DESCR \
pkgsrc/graphics/tex-spath3/Makefile pkgsrc/graphics/tex-spath3/PLIST \
pkgsrc/graphics/tex-spath3/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-spath3-doc/DESCR \
pkgsrc/graphics/tex-spath3-doc/Makefile \
pkgsrc/graphics/tex-spath3-doc/PLIST \
pkgsrc/graphics/tex-spath3-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.1023 pkgsrc/graphics/Makefile:1.1024
--- pkgsrc/graphics/Makefile:1.1023 Thu Aug 17 20:49:58 2023
+++ pkgsrc/graphics/Makefile Sun Oct 29 13:58:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1023 2023/08/17 20:49:58 tsutsui Exp $
+# $NetBSD: Makefile,v 1.1024 2023/10/29 13:58:55 riastradh Exp $
#
COMMENT= Graphics tools and libraries
@@ -797,6 +797,8 @@ SUBDIR+= tex-slideshow
SUBDIR+= tex-slideshow-doc
SUBDIR+= tex-smartdiagram
SUBDIR+= tex-smartdiagram-doc
+SUBDIR+= tex-spath3
+SUBDIR+= tex-spath3-doc
SUBDIR+= tex-splines
SUBDIR+= tex-splines-doc
SUBDIR+= tex-suanpan
Added files:
Index: pkgsrc/graphics/tex-spath3/DESCR
diff -u /dev/null pkgsrc/graphics/tex-spath3/DESCR:1.1
--- /dev/null Sun Oct 29 13:58:56 2023
+++ pkgsrc/graphics/tex-spath3/DESCR Sun Oct 29 13:58:55 2023
@@ -0,0 +1,4 @@
+The spath3 library provides methods for manipulating the "soft
+paths" of TikZ/PGF. Packaged with it are two TikZ libraries
+that make use of the methods provided. These are libraries for
+drawing calligraphic paths and for drawing knot diagrams.
Index: pkgsrc/graphics/tex-spath3/Makefile
diff -u /dev/null pkgsrc/graphics/tex-spath3/Makefile:1.1
--- /dev/null Sun Oct 29 13:58:56 2023
+++ pkgsrc/graphics/tex-spath3/Makefile Sun Oct 29 13:58:55 2023
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2023/10/29 13:58:55 riastradh Exp $
+
+DISTNAME= spath3
+PKGNAME= tex-${DISTNAME}-2.7
+TEXLIVE_REV= 64818
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/spath3
+COMMENT= Manipulate "soft paths" in PGF
+LICENSE= lppl-1.3c
+
+# catalogue-contact-bugs https://github.com/loopspace/spath3/issues
+# catalogue-contact-home https://github.com/loopspace/spath3
+# catalogue-contact-repository https://github.com/loopspace/spath3
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-spath3/PLIST
diff -u /dev/null pkgsrc/graphics/tex-spath3/PLIST:1.1
--- /dev/null Sun Oct 29 13:58:56 2023
+++ pkgsrc/graphics/tex-spath3/PLIST Sun Oct 29 13:58:55 2023
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2023/10/29 13:58:55 riastradh Exp $
+share/texmf-dist/tex/latex/spath3/spath3.sty
+share/texmf-dist/tex/latex/spath3/tikzlibrarycalligraphy.code.tex
+share/texmf-dist/tex/latex/spath3/tikzlibraryknots.code.tex
+share/texmf-dist/tex/latex/spath3/tikzlibraryspath3.code.tex
Index: pkgsrc/graphics/tex-spath3/distinfo
diff -u /dev/null pkgsrc/graphics/tex-spath3/distinfo:1.1
--- /dev/null Sun Oct 29 13:58:56 2023
+++ pkgsrc/graphics/tex-spath3/distinfo Sun Oct 29 13:58:55 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/10/29 13:58:55 riastradh Exp $
+
+BLAKE2s (spath3.r64818.tar.xz) = 9f41c3a3186b1b81e080d307c08c62948fadccb9cdce858c550fe7a77b714365
+SHA512 (spath3.r64818.tar.xz) = c066ebfc25685d450caeddced161ad5b4170453307cfd21fc2c85c113bab3271b001514481827149757e536863fc2bf9814e03720d9a934c4df02321d6c5bbd5
+Size (spath3.r64818.tar.xz) = 25528 bytes
Index: pkgsrc/graphics/tex-spath3-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-spath3-doc/DESCR:1.1
--- /dev/null Sun Oct 29 13:58:56 2023
+++ pkgsrc/graphics/tex-spath3-doc/DESCR Sun Oct 29 13:58:55 2023
@@ -0,0 +1 @@
+Documentation for tex-spath3.
Index: pkgsrc/graphics/tex-spath3-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-spath3-doc/Makefile:1.1
--- /dev/null Sun Oct 29 13:58:56 2023
+++ pkgsrc/graphics/tex-spath3-doc/Makefile Sun Oct 29 13:58:55 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/10/29 13:58:55 riastradh Exp $
+
+DISTNAME= spath3.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2.7
+TEXLIVE_REV= 64818
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/spath3
+COMMENT= Documentation for tex-spath3
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-spath3-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-spath3-doc/PLIST:1.1
--- /dev/null Sun Oct 29 13:58:56 2023
+++ pkgsrc/graphics/tex-spath3-doc/PLIST Sun Oct 29 13:58:55 2023
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2023/10/29 13:58:55 riastradh Exp $
+share/texmf-dist/doc/latex/spath3/README
+share/texmf-dist/doc/latex/spath3/README.txt
+share/texmf-dist/doc/latex/spath3/calligraphy.pdf
+share/texmf-dist/doc/latex/spath3/calligraphy.tex
+share/texmf-dist/doc/latex/spath3/knots.pdf
+share/texmf-dist/doc/latex/spath3/knots.tex
+share/texmf-dist/doc/latex/spath3/spath3.pdf
+share/texmf-dist/doc/latex/spath3/spath3.tex
+share/texmf-dist/doc/latex/spath3/spath3_code.pdf
Index: pkgsrc/graphics/tex-spath3-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-spath3-doc/distinfo:1.1
--- /dev/null Sun Oct 29 13:58:56 2023
+++ pkgsrc/graphics/tex-spath3-doc/distinfo Sun Oct 29 13:58:55 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/10/29 13:58:55 riastradh Exp $
+
+BLAKE2s (spath3.doc.r64818.tar.xz) = cb46f462362e61eaba61059095826410a6e143207788ac50083010591937923c
+SHA512 (spath3.doc.r64818.tar.xz) = ce6fde7f6fe42711a2c685582dda0bb9a4715b12a43483a76824361561cf1f20b40bc85a3c2facc90783cbc46b632848a9701d28381f0eba343463ac03ac443d
+Size (spath3.doc.r64818.tar.xz) = 1669756 bytes
Home |
Main Index |
Thread Index |
Old Index