pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-logreq import tex-logreq 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f4cb8cf2b85
branches:  trunk
changeset: 601657:2f4cb8cf2b85
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Mar 22 20:19:53 2012 +0000

description:
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:

 print/tex-logreq/DESCR    |  12 ++++++++++++
 print/tex-logreq/Makefile |  11 +++++++++++
 print/tex-logreq/PLIST    |   3 +++
 print/tex-logreq/distinfo |   5 +++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 30bc3071ef73 -r 2f4cb8cf2b85 print/tex-logreq/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-logreq/DESCR    Thu Mar 22 20:19:53 2012 +0000
@@ -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 -r 30bc3071ef73 -r 2f4cb8cf2b85 print/tex-logreq/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-logreq/Makefile Thu Mar 22 20:19:53 2012 +0000
@@ -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@localhost
+COMMENT=       Support for automation of the LaTeX workflow
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 30bc3071ef73 -r 2f4cb8cf2b85 print/tex-logreq/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-logreq/PLIST    Thu Mar 22 20:19:53 2012 +0000
@@ -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 -r 30bc3071ef73 -r 2f4cb8cf2b85 print/tex-logreq/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-logreq/distinfo Thu Mar 22 20:19:53 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index