Hi, Here is a new port that makes LaTeX warnings (and errors) more humane. Works very nice with vimtex, especially for multi-file projects!
%-----------------------------------------------------------------------
LaTeX is able to produce really nice document layouts. But it is also
able to produce a lot of noise on the command line. pplatex is a
command-line tool that parses the logs of latex and pdflatex and prints
warnings and errors in an human readable format.
%-----------------------------------------------------------------------
The binary statically links with the pcre library
%-----------------------------------------------------------------------
$ ldd `which pplatex`
/usr/local/bin/pplatex:
Start End Type Open Ref GrpRef Name
00000c2964e00000 00000c2965012000 exe 2 0 0
/usr/local/bin/pplatex
00000c2ba39da000 00000c2ba3bdd000 rlib 0 1 0
/usr/local/lib/libpcreposix.so.1.5
00000c2b9f679000 00000c2b9f8be000 rlib 0 2 0
/usr/local/lib/libpcre.so.3.0
00000c2c4f098000 00000c2c4f358000 rlib 0 1 0
/usr/lib/libc++.so.1.0
00000c2c17155000 00000c2c173b5000 rlib 0 1 0
/usr/lib/libc++abi.so.0.0
00000c2bfeef5000 00000c2bff0fe000 rlib 0 1 0
/usr/lib/libpthread.so.25.1
00000c2c5c807000 00000c2c5ca2d000 rlib 0 1 0
/usr/lib/libm.so.10.0
00000c2c16e75000 00000c2c17155000 rlib 0 1 0
/usr/lib/libc.so.92.0
00000c2bd3b00000 00000c2bd3b00000 rtld 0 1 0
/usr/libexec/ld.so
%-----------------------------------------------------------------------
should the LIB_DEPENDS be turned into a BULID_DEPENDS, because portcheck
complains that pcre is not a dependency.
As usual, the port can also be found on github.
https://github.com/jasperla/openbsd-wip/tree/master/textproc/pplatex
OK?
pplatex.tgz
Description: application/tar-gz
