pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 18 04:27:38 UTC 2022

Modified Files:
        pkgsrc/print: Makefile
Added Files:
        pkgsrc/print/tex-context-handlecsv: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-context-handlecsv-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-context-handlecsv{,-doc}: Add version 20190527

The package handles csv data merging for automatic document
creation.


To generate a diff of this commit:
cvs rdiff -u -r1.849 -r1.850 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-context-handlecsv/DESCR \
    pkgsrc/print/tex-context-handlecsv/Makefile \
    pkgsrc/print/tex-context-handlecsv/PLIST \
    pkgsrc/print/tex-context-handlecsv/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-context-handlecsv-doc/DESCR \
    pkgsrc/print/tex-context-handlecsv-doc/Makefile \
    pkgsrc/print/tex-context-handlecsv-doc/PLIST \
    pkgsrc/print/tex-context-handlecsv-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/print/Makefile
diff -u pkgsrc/print/Makefile:1.849 pkgsrc/print/Makefile:1.850
--- pkgsrc/print/Makefile:1.849 Mon Apr 18 04:24:09 2022
+++ pkgsrc/print/Makefile       Mon Apr 18 04:27:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.849 2022/04/18 04:24:09 markd Exp $
+# $NetBSD: Makefile,v 1.850 2022/04/18 04:27:38 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -520,6 +520,8 @@ SUBDIR+=    tex-context-gantt
 SUBDIR+=       tex-context-gantt-doc
 SUBDIR+=       tex-context-gnuplot
 SUBDIR+=       tex-context-gnuplot-doc
+SUBDIR+=       tex-context-handlecsv
+SUBDIR+=       tex-context-handlecsv-doc
 SUBDIR+=       tex-context-letter
 SUBDIR+=       tex-context-letter-doc
 SUBDIR+=       tex-context-lettrine

Added files:

Index: pkgsrc/print/tex-context-handlecsv/DESCR
diff -u /dev/null pkgsrc/print/tex-context-handlecsv/DESCR:1.1
--- /dev/null   Mon Apr 18 04:27:38 2022
+++ pkgsrc/print/tex-context-handlecsv/DESCR    Mon Apr 18 04:27:38 2022
@@ -0,0 +1,2 @@
+The package handles csv data merging for automatic document
+creation.
Index: pkgsrc/print/tex-context-handlecsv/Makefile
diff -u /dev/null pkgsrc/print/tex-context-handlecsv/Makefile:1.1
--- /dev/null   Mon Apr 18 04:27:38 2022
+++ pkgsrc/print/tex-context-handlecsv/Makefile Mon Apr 18 04:27:38 2022
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 04:27:38 markd Exp $
+
+DISTNAME=      context-handlecsv
+PKGNAME=       tex-${DISTNAME}-20190527
+TEXLIVE_REV=   51306
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/context-handlecsv
+COMMENT=       Data merging for automatic document creation
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      tex-context-[0-9]*:../../print/tex-context
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-context-handlecsv/PLIST
diff -u /dev/null pkgsrc/print/tex-context-handlecsv/PLIST:1.1
--- /dev/null   Mon Apr 18 04:27:38 2022
+++ pkgsrc/print/tex-context-handlecsv/PLIST    Mon Apr 18 04:27:38 2022
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:27:38 markd Exp $
+share/texmf-dist/tex/context/third/handlecsv/t-handlecsv-extra.lua
+share/texmf-dist/tex/context/third/handlecsv/t-handlecsv-tools.lua
+share/texmf-dist/tex/context/third/handlecsv/t-handlecsv.lua
+share/texmf-dist/tex/context/third/handlecsv/t-handlecsv.tex
Index: pkgsrc/print/tex-context-handlecsv/distinfo
diff -u /dev/null pkgsrc/print/tex-context-handlecsv/distinfo:1.1
--- /dev/null   Mon Apr 18 04:27:38 2022
+++ pkgsrc/print/tex-context-handlecsv/distinfo Mon Apr 18 04:27:38 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 04:27:38 markd Exp $
+
+BLAKE2s (context-handlecsv.r51306.tar.xz) = ae594e66c1c80defdd2fd14776a86e5d934858a8535d817f9ba7a0eeeb0f2b73
+SHA512 (context-handlecsv.r51306.tar.xz) = 10f862b7152e0efe2a8444fcf847ade2aad2c1499e146b94643a7e08a438359c2f7d1927e7e9773f3dd14475fb4535d17fb4f29ff053e7a29c9463f40c6e5598
+Size (context-handlecsv.r51306.tar.xz) = 16056 bytes

Index: pkgsrc/print/tex-context-handlecsv-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-context-handlecsv-doc/DESCR:1.1
--- /dev/null   Mon Apr 18 04:27:38 2022
+++ pkgsrc/print/tex-context-handlecsv-doc/DESCR        Mon Apr 18 04:27:38 2022
@@ -0,0 +1 @@
+Documentation for tex-context-handlecsv.
Index: pkgsrc/print/tex-context-handlecsv-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-context-handlecsv-doc/Makefile:1.1
--- /dev/null   Mon Apr 18 04:27:38 2022
+++ pkgsrc/print/tex-context-handlecsv-doc/Makefile     Mon Apr 18 04:27:38 2022
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 04:27:38 markd Exp $
+
+DISTNAME=      context-handlecsv.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-20190527
+TEXLIVE_REV=   51306
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/context-handlecsv
+COMMENT=       Documentation for tex-context-handlecsv
+LICENSE=       gnu-gpl-v3
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-context-handlecsv-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-context-handlecsv-doc/PLIST:1.1
--- /dev/null   Mon Apr 18 04:27:38 2022
+++ pkgsrc/print/tex-context-handlecsv-doc/PLIST        Mon Apr 18 04:27:38 2022
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:27:38 markd Exp $
+share/texmf-dist/doc/context/third/handlecsv/VERSION
+share/texmf-dist/doc/context/third/handlecsv/handlecsv.epub
+share/texmf-dist/doc/context/third/handlecsv/handlecsv.pdf
Index: pkgsrc/print/tex-context-handlecsv-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-context-handlecsv-doc/distinfo:1.1
--- /dev/null   Mon Apr 18 04:27:38 2022
+++ pkgsrc/print/tex-context-handlecsv-doc/distinfo     Mon Apr 18 04:27:38 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 04:27:38 markd Exp $
+
+BLAKE2s (context-handlecsv.doc.r51306.tar.xz) = c9a32572c05c1118641e6de854588dc72c9fa3da7ef57d3f64498fe2356cb963
+SHA512 (context-handlecsv.doc.r51306.tar.xz) = 39330dfaf22a83181086343ac9ea7d64025fbe779e55161b33e5a9a9802e0928bb1c16941aeb307da641835aefdfe2e431becbc0cfe40ad8bb33a3816b9b177b
+Size (context-handlecsv.doc.r51306.tar.xz) = 968756 bytes



Home | Main Index | Thread Index | Old Index