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:30:24 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.850 -r1.851 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-context-inifile/DESCR \
    pkgsrc/print/tex-context-inifile/Makefile \
    pkgsrc/print/tex-context-inifile/PLIST \
    pkgsrc/print/tex-context-inifile/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-context-inifile-doc/DESCR \
    pkgsrc/print/tex-context-inifile-doc/Makefile \
    pkgsrc/print/tex-context-inifile-doc/PLIST \
    pkgsrc/print/tex-context-inifile-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.850 pkgsrc/print/Makefile:1.851
--- pkgsrc/print/Makefile:1.850 Mon Apr 18 04:27:38 2022
+++ pkgsrc/print/Makefile       Mon Apr 18 04:30:24 2022
@@ -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
 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

Added files:

Index: pkgsrc/print/tex-context-inifile/DESCR
diff -u /dev/null pkgsrc/print/tex-context-inifile/DESCR:1.1
--- /dev/null   Mon Apr 18 04:30:24 2022
+++ pkgsrc/print/tex-context-inifile/DESCR      Mon Apr 18 04:30:24 2022
@@ -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.
Index: pkgsrc/print/tex-context-inifile/Makefile
diff -u /dev/null pkgsrc/print/tex-context-inifile/Makefile:1.1
--- /dev/null   Mon Apr 18 04:30:24 2022
+++ pkgsrc/print/tex-context-inifile/Makefile   Mon Apr 18 04:30:24 2022
@@ -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"
Index: pkgsrc/print/tex-context-inifile/PLIST
diff -u /dev/null pkgsrc/print/tex-context-inifile/PLIST:1.1
--- /dev/null   Mon Apr 18 04:30:24 2022
+++ pkgsrc/print/tex-context-inifile/PLIST      Mon Apr 18 04:30:24 2022
@@ -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
Index: pkgsrc/print/tex-context-inifile/distinfo
diff -u /dev/null pkgsrc/print/tex-context-inifile/distinfo:1.1
--- /dev/null   Mon Apr 18 04:30:24 2022
+++ pkgsrc/print/tex-context-inifile/distinfo   Mon Apr 18 04:30:24 2022
@@ -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

Index: pkgsrc/print/tex-context-inifile-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-context-inifile-doc/DESCR:1.1
--- /dev/null   Mon Apr 18 04:30:24 2022
+++ pkgsrc/print/tex-context-inifile-doc/DESCR  Mon Apr 18 04:30:24 2022
@@ -0,0 +1 @@
+Documentation for tex-context-inifile.
Index: pkgsrc/print/tex-context-inifile-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-context-inifile-doc/Makefile:1.1
--- /dev/null   Mon Apr 18 04:30:24 2022
+++ pkgsrc/print/tex-context-inifile-doc/Makefile       Mon Apr 18 04:30:24 2022
@@ -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"
Index: pkgsrc/print/tex-context-inifile-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-context-inifile-doc/PLIST:1.1
--- /dev/null   Mon Apr 18 04:30:24 2022
+++ pkgsrc/print/tex-context-inifile-doc/PLIST  Mon Apr 18 04:30:24 2022
@@ -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
Index: pkgsrc/print/tex-context-inifile-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-context-inifile-doc/distinfo:1.1
--- /dev/null   Mon Apr 18 04:30:24 2022
+++ pkgsrc/print/tex-context-inifile-doc/distinfo       Mon Apr 18 04:30:24 2022
@@ -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



Home | Main Index | Thread Index | Old Index