pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-context-inifile{,-doc}: Add version 20080715
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f3c406ecbd6
branches: trunk
changeset: 377231:4f3c406ecbd6
user: markd <markd%pkgsrc.org@localhost>
date: Mon Apr 18 04:30:24 2022 +0000
description:
tex-context-inifile{,-doc}: Add version 20080715
The module parses an ini-file and prints the contents with a
user-defined layout. The entries of the file may be sorted by
up to three sort keys. The format of a simple ini-file would
be: [key1] symbol1 = value1 symbol2 = value2 [key2] symbol1 =
value3 symbol2 = value4 The module only works with ConTeXt
MkIV, and uses Lua to help process the input.
diffstat:
print/Makefile | 4 +++-
print/tex-context-inifile-doc/DESCR | 1 +
print/tex-context-inifile-doc/Makefile | 13 +++++++++++++
print/tex-context-inifile-doc/PLIST | 4 ++++
print/tex-context-inifile-doc/distinfo | 5 +++++
print/tex-context-inifile/DESCR | 6 ++++++
print/tex-context-inifile/Makefile | 15 +++++++++++++++
print/tex-context-inifile/PLIST | 2 ++
print/tex-context-inifile/distinfo | 5 +++++
9 files changed, 54 insertions(+), 1 deletions(-)
diffs (101 lines):
diff -r a82d7b438478 -r 4f3c406ecbd6 print/Makefile
--- a/print/Makefile Mon Apr 18 04:27:38 2022 +0000
+++ b/print/Makefile Mon Apr 18 04:30:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.850 2022/04/18 04:27:38 markd Exp $
+# $NetBSD: Makefile,v 1.851 2022/04/18 04:30:24 markd Exp $
#
COMMENT= Desktop publishing
@@ -522,6 +522,8 @@
SUBDIR+= tex-context-gnuplot-doc
SUBDIR+= tex-context-handlecsv
SUBDIR+= tex-context-handlecsv-doc
+SUBDIR+= tex-context-inifile
+SUBDIR+= tex-context-inifile-doc
SUBDIR+= tex-context-letter
SUBDIR+= tex-context-letter-doc
SUBDIR+= tex-context-lettrine
diff -r a82d7b438478 -r 4f3c406ecbd6 print/tex-context-inifile-doc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-inifile-doc/DESCR Mon Apr 18 04:30:24 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-context-inifile.
diff -r a82d7b438478 -r 4f3c406ecbd6 print/tex-context-inifile-doc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-inifile-doc/Makefile Mon Apr 18 04:30:24 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 04:30:24 markd Exp $
+
+DISTNAME= context-inifile.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-20080715
+TEXLIVE_REV= 47085
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/context-inifile
+COMMENT= Documentation for tex-context-inifile
+LICENSE= gnu-gpl-v2
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a82d7b438478 -r 4f3c406ecbd6 print/tex-context-inifile-doc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-inifile-doc/PLIST Mon Apr 18 04:30:24 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:30:24 markd Exp $
+share/texmf-dist/doc/context/third/inifile/VERSION
+share/texmf-dist/doc/context/third/inifile/inifile-demo.pdf
+share/texmf-dist/doc/context/third/inifile/inifile-doc.pdf
diff -r a82d7b438478 -r 4f3c406ecbd6 print/tex-context-inifile-doc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-inifile-doc/distinfo Mon Apr 18 04:30:24 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 04:30:24 markd Exp $
+
+BLAKE2s (context-inifile.doc.r47085.tar.xz) = badad8cafa9b3a089b720d16d20c96e69c7f418e89ed9a5399904e13dc9ee9b3
+SHA512 (context-inifile.doc.r47085.tar.xz) = 9635bc80ae7222c6a38004ad5f985004634b7db9596e03a23123ad71bbf177639bb1b028bdfe79d51b75c1c429c327f65c2b5e0720723d8bcdf63f4939312850
+Size (context-inifile.doc.r47085.tar.xz) = 81492 bytes
diff -r a82d7b438478 -r 4f3c406ecbd6 print/tex-context-inifile/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-inifile/DESCR Mon Apr 18 04:30:24 2022 +0000
@@ -0,0 +1,6 @@
+The module parses an ini-file and prints the contents with a
+user-defined layout. The entries of the file may be sorted by
+up to three sort keys. The format of a simple ini-file would
+be: [key1] symbol1 = value1 symbol2 = value2 [key2] symbol1 =
+value3 symbol2 = value4 The module only works with ConTeXt
+MkIV, and uses Lua to help process the input.
diff -r a82d7b438478 -r 4f3c406ecbd6 print/tex-context-inifile/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-inifile/Makefile Mon Apr 18 04:30:24 2022 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2022/04/18 04:30:24 markd Exp $
+
+DISTNAME= context-inifile
+PKGNAME= tex-${DISTNAME}-20080715
+TEXLIVE_REV= 47085
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/context-inifile
+COMMENT= Ini-file pretty-printer, using ConTeXt
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= tex-context-[0-9]*:../../print/tex-context
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a82d7b438478 -r 4f3c406ecbd6 print/tex-context-inifile/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-inifile/PLIST Mon Apr 18 04:30:24 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/18 04:30:24 markd Exp $
+share/texmf-dist/tex/context/third/inifile/t-inifile.tex
diff -r a82d7b438478 -r 4f3c406ecbd6 print/tex-context-inifile/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-context-inifile/distinfo Mon Apr 18 04:30:24 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/18 04:30:24 markd Exp $
+
+BLAKE2s (context-inifile.r47085.tar.xz) = 962bd1f1be6a5e75a5350d3be7608e3f3a7356cea5c02c82b73bda394f85182c
+SHA512 (context-inifile.r47085.tar.xz) = 9dd9b61cd2b5700b0e2b6e59bf4040de9431820c659f121c2681e454ddb4b34454270eac6c442836c90f8a1819761ce0d7659684a1f0c8876fec1f947a0b16f7
+Size (context-inifile.r47085.tar.xz) = 2756 bytes
Home |
Main Index |
Thread Index |
Old Index