summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-18 04:27:38 +0000
committermarkd <markd@pkgsrc.org>2022-04-18 04:27:38 +0000
commit2d30bd6fc140fb7f743e049131e63d85741756c6 (patch)
treecf0e7649b5e13ace27e6a3c0f9ea70e75ed79ecc /print
parent50a9169282c1402318c6e3a1054b9de0c73a3f63 (diff)
downloadpkgsrc-2d30bd6fc140fb7f743e049131e63d85741756c6.tar.gz
tex-context-handlecsv{,-doc}: Add version 20190527
The package handles csv data merging for automatic document creation.
Diffstat (limited to 'print')
-rw-r--r--print/Makefile4
-rw-r--r--print/tex-context-handlecsv-doc/DESCR1
-rw-r--r--print/tex-context-handlecsv-doc/Makefile13
-rw-r--r--print/tex-context-handlecsv-doc/PLIST4
-rw-r--r--print/tex-context-handlecsv-doc/distinfo5
-rw-r--r--print/tex-context-handlecsv/DESCR2
-rw-r--r--print/tex-context-handlecsv/Makefile15
-rw-r--r--print/tex-context-handlecsv/PLIST5
-rw-r--r--print/tex-context-handlecsv/distinfo5
9 files changed, 53 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile
index eef6f659441..9520b7d42e5 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -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
diff --git a/print/tex-context-handlecsv-doc/DESCR b/print/tex-context-handlecsv-doc/DESCR
new file mode 100644
index 00000000000..3f39be84b79
--- /dev/null
+++ b/print/tex-context-handlecsv-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-context-handlecsv.
diff --git a/print/tex-context-handlecsv-doc/Makefile b/print/tex-context-handlecsv-doc/Makefile
new file mode 100644
index 00000000000..eab98c9837a
--- /dev/null
+++ b/print/tex-context-handlecsv-doc/Makefile
@@ -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
+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"
diff --git a/print/tex-context-handlecsv-doc/PLIST b/print/tex-context-handlecsv-doc/PLIST
new file mode 100644
index 00000000000..0115b401ef6
--- /dev/null
+++ b/print/tex-context-handlecsv-doc/PLIST
@@ -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
diff --git a/print/tex-context-handlecsv-doc/distinfo b/print/tex-context-handlecsv-doc/distinfo
new file mode 100644
index 00000000000..cb355eb6b5f
--- /dev/null
+++ b/print/tex-context-handlecsv-doc/distinfo
@@ -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
diff --git a/print/tex-context-handlecsv/DESCR b/print/tex-context-handlecsv/DESCR
new file mode 100644
index 00000000000..cbf704ff212
--- /dev/null
+++ b/print/tex-context-handlecsv/DESCR
@@ -0,0 +1,2 @@
+The package handles csv data merging for automatic document
+creation.
diff --git a/print/tex-context-handlecsv/Makefile b/print/tex-context-handlecsv/Makefile
new file mode 100644
index 00000000000..dfeae806cb0
--- /dev/null
+++ b/print/tex-context-handlecsv/Makefile
@@ -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
+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"
diff --git a/print/tex-context-handlecsv/PLIST b/print/tex-context-handlecsv/PLIST
new file mode 100644
index 00000000000..54f064dfe85
--- /dev/null
+++ b/print/tex-context-handlecsv/PLIST
@@ -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
diff --git a/print/tex-context-handlecsv/distinfo b/print/tex-context-handlecsv/distinfo
new file mode 100644
index 00000000000..c703bf50366
--- /dev/null
+++ b/print/tex-context-handlecsv/distinfo
@@ -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