pkgsrc-WIP-changes archive

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

tex-csvsimple{,-doc}: Import tex-csvsimple{,-doc}-1.20



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Sep 6 00:30:22 2017 +0200
Changeset:	951a4cf15b79c378b23b69c228385daf96884bbd

Modified Files:
	Makefile
Added Files:
	tex-csvsimple-doc/DESCR
	tex-csvsimple-doc/Makefile
	tex-csvsimple-doc/PLIST
	tex-csvsimple-doc/distinfo
	tex-csvsimple/DESCR
	tex-csvsimple/Makefile
	tex-csvsimple/PLIST
	tex-csvsimple/distinfo

Log Message:
tex-csvsimple{,-doc}: Import tex-csvsimple{,-doc}-1.20

The package provides a simple LaTeX interface for the
processing of files with comma separated values (CSV); it
relies on the key value syntax supported by pgfkeys to simplify
usage. Filtering and table generation is especially supported;
however, this lightweight tool offers no support for data
sorting or data base storage.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=951a4cf15b79c378b23b69c228385daf96884bbd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                   |  2 ++
 tex-csvsimple-doc/DESCR    |  1 +
 tex-csvsimple-doc/Makefile | 15 +++++++++++++++
 tex-csvsimple-doc/PLIST    | 14 ++++++++++++++
 tex-csvsimple-doc/distinfo |  6 ++++++
 tex-csvsimple/DESCR        |  6 ++++++
 tex-csvsimple/Makefile     | 20 ++++++++++++++++++++
 tex-csvsimple/PLIST        |  2 ++
 tex-csvsimple/distinfo     |  6 ++++++
 9 files changed, 72 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index cfb5d82830..829d28f6e2 100644
--- a/Makefile
+++ b/Makefile
@@ -4312,6 +4312,8 @@ SUBDIR+=	tex-attachfile-doc
 SUBDIR+=	tex-breqn-doc
 SUBDIR+=	tex-continue
 SUBDIR+=	tex-continue-doc
+SUBDIR+=	tex-csvsimple
+SUBDIR+=	tex-csvsimple-doc
 SUBDIR+=	tex-cutwin
 SUBDIR+=	tex-cutwin-doc
 SUBDIR+=	tex-fancyref-doc
diff --git a/tex-csvsimple-doc/DESCR b/tex-csvsimple-doc/DESCR
new file mode 100644
index 0000000000..9731434dff
--- /dev/null
+++ b/tex-csvsimple-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-csvsimple.
diff --git a/tex-csvsimple-doc/Makefile b/tex-csvsimple-doc/Makefile
new file mode 100644
index 0000000000..a0c9624248
--- /dev/null
+++ b/tex-csvsimple-doc/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	csvsimple.doc
+PKGNAME=	tex-${DISTNAME:S/./-/}-1.20
+TEXLIVE_REV=	41597
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/csvsimple
+COMMENT=	Documentation for tex-csvsimple
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-csvsimple-doc/PLIST b/tex-csvsimple-doc/PLIST
new file mode 100644
index 0000000000..325496f22e
--- /dev/null
+++ b/tex-csvsimple-doc/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/csvsimple/CHANGES
+share/texmf-dist/doc/latex/csvsimple/README
+share/texmf-dist/doc/latex/csvsimple/amountsort.xml
+share/texmf-dist/doc/latex/csvsimple/catsort.xml
+share/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf
+share/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex
+share/texmf-dist/doc/latex/csvsimple/csvsimple.pdf
+share/texmf-dist/doc/latex/csvsimple/csvsimple.tex
+share/texmf-dist/doc/latex/csvsimple/encoding.xml
+share/texmf-dist/doc/latex/csvsimple/gradesort.xml
+share/texmf-dist/doc/latex/csvsimple/matriculationsort.xml
+share/texmf-dist/doc/latex/csvsimple/namesort.xml
+share/texmf-dist/doc/latex/csvsimple/transform.xml
diff --git a/tex-csvsimple-doc/distinfo b/tex-csvsimple-doc/distinfo
new file mode 100644
index 0000000000..e898e4be18
--- /dev/null
+++ b/tex-csvsimple-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-csvsimple-41597/csvsimple.doc.tar.xz) = f5a9d96f6bd7386e210e77281f3c7a76d9ab3e53
+RMD160 (tex-csvsimple-41597/csvsimple.doc.tar.xz) = 6d7d44c2c483e8bf30bbe9bd9e7b603393ae3f2a
+SHA512 (tex-csvsimple-41597/csvsimple.doc.tar.xz) = e079fffb418151a7b7e98cabcffacfc0b1500feb289c6f2a5ce1d0c557f9322549252463dfbbb2f9331a9fefcefe78ad2ca0c43c25e8fdd387dda5f1e183a401
+Size (tex-csvsimple-41597/csvsimple.doc.tar.xz) = 751936 bytes
diff --git a/tex-csvsimple/DESCR b/tex-csvsimple/DESCR
new file mode 100644
index 0000000000..786ddfa5fd
--- /dev/null
+++ b/tex-csvsimple/DESCR
@@ -0,0 +1,6 @@
+The package provides a simple LaTeX interface for the
+processing of files with comma separated values (CSV); it
+relies on the key value syntax supported by pgfkeys to simplify
+usage. Filtering and table generation is especially supported;
+however, this lightweight tool offers no support for data
+sorting or data base storage.
diff --git a/tex-csvsimple/Makefile b/tex-csvsimple/Makefile
new file mode 100644
index 0000000000..0ba0031ff7
--- /dev/null
+++ b/tex-csvsimple/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	csvsimple
+PKGNAME=	tex-${DISTNAME}-1.20
+TEXLIVE_REV=	41597
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/csvsimple
+COMMENT=	Simple CSV file processing
+LICENSE=	lppl-1.3c
+
+DEPENDS+=	tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=	tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+=	tex-pgf-[0-9]*:../../print/tex-pgf
+DEPENDS+=	tex-tools-[0-9]*:../../print/tex-tools
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-csvsimple/PLIST b/tex-csvsimple/PLIST
new file mode 100644
index 0000000000..90c6d3a065
--- /dev/null
+++ b/tex-csvsimple/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/csvsimple/csvsimple.sty
diff --git a/tex-csvsimple/distinfo b/tex-csvsimple/distinfo
new file mode 100644
index 0000000000..4834e56c35
--- /dev/null
+++ b/tex-csvsimple/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-csvsimple-41597/csvsimple.tar.xz) = d181e87cc9a7f969ce7bfcb23dfb0da4f16cdfc5
+RMD160 (tex-csvsimple-41597/csvsimple.tar.xz) = 5ad2cdd6e931aab93b40f1400e9550266d2f912b
+SHA512 (tex-csvsimple-41597/csvsimple.tar.xz) = 63bda8038562a6d436ce34c45adb53c8405b0214494fe82070eef384e0dc0874831a4ecd4f623c66390934dafffa31c49f075ef6f02a6b9c402046957ddb6106
+Size (tex-csvsimple-41597/csvsimple.tar.xz) = 5552 bytes


Home | Main Index | Thread Index | Old Index