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:           Tue May 30 11:51:26 UTC 2023

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/tex-smartdiagram: DESCR Makefile PLIST distinfo
        pkgsrc/graphics/tex-smartdiagram-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-smartdiagram{,-doc}: add version 0.3b

The package will create 'smart' diagrams from lists of items,
for simple documents and for presentations.


To generate a diff of this commit:
cvs rdiff -u -r1.1009 -r1.1010 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-smartdiagram/DESCR \
    pkgsrc/graphics/tex-smartdiagram/Makefile \
    pkgsrc/graphics/tex-smartdiagram/PLIST \
    pkgsrc/graphics/tex-smartdiagram/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/tex-smartdiagram-doc/DESCR \
    pkgsrc/graphics/tex-smartdiagram-doc/Makefile \
    pkgsrc/graphics/tex-smartdiagram-doc/PLIST \
    pkgsrc/graphics/tex-smartdiagram-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.1009 pkgsrc/graphics/Makefile:1.1010
--- pkgsrc/graphics/Makefile:1.1009     Fri Apr 21 09:09:45 2023
+++ pkgsrc/graphics/Makefile    Tue May 30 11:51:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1009 2023/04/21 09:09:45 wiz Exp $
+# $NetBSD: Makefile,v 1.1010 2023/05/30 11:51:25 markd Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -793,6 +793,8 @@ SUBDIR+=    tex-shapes
 SUBDIR+=       tex-shapes-doc
 SUBDIR+=       tex-slideshow
 SUBDIR+=       tex-slideshow-doc
+SUBDIR+=       tex-smartdiagram
+SUBDIR+=       tex-smartdiagram-doc
 SUBDIR+=       tex-splines
 SUBDIR+=       tex-splines-doc
 SUBDIR+=       tex-suanpan

Added files:

Index: pkgsrc/graphics/tex-smartdiagram/DESCR
diff -u /dev/null pkgsrc/graphics/tex-smartdiagram/DESCR:1.1
--- /dev/null   Tue May 30 11:51:26 2023
+++ pkgsrc/graphics/tex-smartdiagram/DESCR      Tue May 30 11:51:26 2023
@@ -0,0 +1,2 @@
+The package will create 'smart' diagrams from lists of items,
+for simple documents and for presentations.
Index: pkgsrc/graphics/tex-smartdiagram/Makefile
diff -u /dev/null pkgsrc/graphics/tex-smartdiagram/Makefile:1.1
--- /dev/null   Tue May 30 11:51:26 2023
+++ pkgsrc/graphics/tex-smartdiagram/Makefile   Tue May 30 11:51:26 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2023/05/30 11:51:26 markd Exp $
+
+DISTNAME=      smartdiagram
+PKGNAME=       tex-${DISTNAME}-0.3b
+TEXLIVE_REV=   42781
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/smartdiagram
+COMMENT=       Generate diagrams from lists
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=      tex-l3packages-[0-9]*:../../devel/tex-l3packages
+DEPENDS+=      tex-pgf-[0-9]*:../../print/tex-pgf
+DEPENDS+=      tex-xstring-[0-9]*:../../print/tex-xstring
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-smartdiagram/PLIST
diff -u /dev/null pkgsrc/graphics/tex-smartdiagram/PLIST:1.1
--- /dev/null   Tue May 30 11:51:26 2023
+++ pkgsrc/graphics/tex-smartdiagram/PLIST      Tue May 30 11:51:26 2023
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/30 11:51:26 markd Exp $
+share/texmf-dist/tex/latex/smartdiagram/smartdiagram.sty
+share/texmf-dist/tex/latex/smartdiagram/smartdiagramlibraryadditions.code.tex
+share/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex
+share/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex
+share/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.styles.code.tex
Index: pkgsrc/graphics/tex-smartdiagram/distinfo
diff -u /dev/null pkgsrc/graphics/tex-smartdiagram/distinfo:1.1
--- /dev/null   Tue May 30 11:51:26 2023
+++ pkgsrc/graphics/tex-smartdiagram/distinfo   Tue May 30 11:51:26 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/30 11:51:26 markd Exp $
+
+BLAKE2s (smartdiagram.r42781.tar.xz) = 32f30cd5d0d35e8e437a4e48b7082ebcfe8dc8b72302e1280bc5a6719ea7e09a
+SHA512 (smartdiagram.r42781.tar.xz) = 322589506d1cdaa30dd9f97b419347fba0d617a3ad35fd15fe91611b10382c595598ce1111a287f5b1aef617595cba77b53490da7744b23942f072f522a68ef1
+Size (smartdiagram.r42781.tar.xz) = 6524 bytes

Index: pkgsrc/graphics/tex-smartdiagram-doc/DESCR
diff -u /dev/null pkgsrc/graphics/tex-smartdiagram-doc/DESCR:1.1
--- /dev/null   Tue May 30 11:51:26 2023
+++ pkgsrc/graphics/tex-smartdiagram-doc/DESCR  Tue May 30 11:51:26 2023
@@ -0,0 +1 @@
+Documentation for tex-smartdiagram.
Index: pkgsrc/graphics/tex-smartdiagram-doc/Makefile
diff -u /dev/null pkgsrc/graphics/tex-smartdiagram-doc/Makefile:1.1
--- /dev/null   Tue May 30 11:51:26 2023
+++ pkgsrc/graphics/tex-smartdiagram-doc/Makefile       Tue May 30 11:51:26 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/05/30 11:51:26 markd Exp $
+
+DISTNAME=      smartdiagram.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.3b
+TEXLIVE_REV=   42781
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/smartdiagram
+COMMENT=       Documentation for tex-smartdiagram
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/tex-smartdiagram-doc/PLIST
diff -u /dev/null pkgsrc/graphics/tex-smartdiagram-doc/PLIST:1.1
--- /dev/null   Tue May 30 11:51:26 2023
+++ pkgsrc/graphics/tex-smartdiagram-doc/PLIST  Tue May 30 11:51:26 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/30 11:51:26 markd Exp $
+share/texmf-dist/doc/latex/smartdiagram/README
+share/texmf-dist/doc/latex/smartdiagram/smartdiagram.pdf
Index: pkgsrc/graphics/tex-smartdiagram-doc/distinfo
diff -u /dev/null pkgsrc/graphics/tex-smartdiagram-doc/distinfo:1.1
--- /dev/null   Tue May 30 11:51:26 2023
+++ pkgsrc/graphics/tex-smartdiagram-doc/distinfo       Tue May 30 11:51:26 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/30 11:51:26 markd Exp $
+
+BLAKE2s (smartdiagram.doc.r42781.tar.xz) = a559c2d9aebb68bb405352df5c0f2c5c0479987cf2033dc3f02d76f868d657b0
+SHA512 (smartdiagram.doc.r42781.tar.xz) = 1cc7abaed3dcdb11fca675bea8e458f1879bda4ac72278566a9247ec2cb0016f10467e3120e9ef688c5674af05559bff39862d4b3292596f0dafd5e13672a14f
+Size (smartdiagram.doc.r42781.tar.xz) = 258768 bytes



Home | Main Index | Thread Index | Old Index