pkgsrc/print/tex-context-inifile/Makefile
markd 48a8339031 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.
2022-04-18 04:30:24 +00:00

15 lines
418 B
Makefile

# $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
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"