diff options
author | markd <markd@pkgsrc.org> | 2012-03-22 20:19:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-22 20:19:53 +0000 |
commit | 247ec677df54332b34121ce0b042ed75889171c9 (patch) | |
tree | e63058e08986bbaf300dd242bc2725976e283ed0 /print | |
parent | f5584a68e304c2801bb483ceab6298dedb1bf37e (diff) | |
download | pkgsrc-247ec677df54332b34121ce0b042ed75889171c9.tar.gz |
import tex-logreq 1.0
The package helps to automate a typical LaTeX workflow that
involves running LaTeX several times, running tools such as
BibTeX or makeindex, and so on. It will log requests like
"please rerun LaTeX" or "please run BibTeX on file X" to an
external XML file which lists all open tasks in a machine-
readable format. Compiler scripts and integrated LaTeX editing
environments may parse this file to determine the next steps in
the workflow in a way that is more efficient than parsing the
main log file. In sum, the package will do two things: 1)
enable package authors to use LaTeX commands to issue requests,
2) collect all requests from all packages and write them to an
external XML file at the end of the document.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-logreq/DESCR | 12 | ||||
-rw-r--r-- | print/tex-logreq/Makefile | 11 | ||||
-rw-r--r-- | print/tex-logreq/PLIST | 3 | ||||
-rw-r--r-- | print/tex-logreq/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/print/tex-logreq/DESCR b/print/tex-logreq/DESCR new file mode 100644 index 00000000000..8cbeaf970f9 --- /dev/null +++ b/print/tex-logreq/DESCR @@ -0,0 +1,12 @@ +The package helps to automate a typical LaTeX workflow that +involves running LaTeX several times, running tools such as +BibTeX or makeindex, and so on. It will log requests like +"please rerun LaTeX" or "please run BibTeX on file X" to an +external XML file which lists all open tasks in a machine- +readable format. Compiler scripts and integrated LaTeX editing +environments may parse this file to determine the next steps in +the workflow in a way that is more efficient than parsing the +main log file. In sum, the package will do two things: 1) +enable package authors to use LaTeX commands to issue requests, +2) collect all requests from all packages and write them to an +external XML file at the end of the document. diff --git a/print/tex-logreq/Makefile b/print/tex-logreq/Makefile new file mode 100644 index 00000000000..944f86d472f --- /dev/null +++ b/print/tex-logreq/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/22 20:19:53 markd Exp $ + +DISTNAME= logreq +PKGNAME= tex-${DISTNAME}-1.0 +TEXLIVE_REV= 19640 + +MAINTAINER= markd@NetBSD.org +COMMENT= Support for automation of the LaTeX workflow + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-logreq/PLIST b/print/tex-logreq/PLIST new file mode 100644 index 00000000000..c4f18c25741 --- /dev/null +++ b/print/tex-logreq/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/22 20:19:53 markd Exp $ +share/texmf-dist/tex/latex/logreq/logreq.def +share/texmf-dist/tex/latex/logreq/logreq.sty diff --git a/print/tex-logreq/distinfo b/print/tex-logreq/distinfo new file mode 100644 index 00000000000..3ba227405af --- /dev/null +++ b/print/tex-logreq/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/22 20:19:53 markd Exp $ + +SHA1 (tex-logreq-19640/logreq.tar.xz) = 504e829847a5d310908976fd9aee9920a7f09a60 +RMD160 (tex-logreq-19640/logreq.tar.xz) = e3fe80d00b257fe4254f3ab22d0f4ed02d3cdde9 +Size (tex-logreq-19640/logreq.tar.xz) = 3192 bytes |