Wed May 21 01:33:59 2014 UTC ()
Add latexmk-435:

LatexMk completely automates the process of generating a LaTeX document.
Essentially, it is a highly specialized relative of the general make
utility.  Given the source files for a document, latexmk issues the
appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy
version of the document.  It will run LaTeX the correct number of times to
resolve cross references, and run auxiliary programs (bibtex, makeindex) if
necessary. It can also be set to run continuously with a previewer, in which
case the needed commands are re-run whenever one of the source files is
modified.


(joerg)
diff -r0 -r1.1 pkgsrc/print/latexmk/DESCR
diff -r0 -r1.1 pkgsrc/print/latexmk/Makefile
diff -r0 -r1.1 pkgsrc/print/latexmk/PLIST
diff -r0 -r1.1 pkgsrc/print/latexmk/distinfo

File Added: pkgsrc/print/latexmk/DESCR
LatexMk completely automates the process of generating a LaTeX document.
Essentially, it is a highly specialized relative of the general make
utility.  Given the source files for a document, latexmk issues the
appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy
version of the document.  It will run LaTeX the correct number of times to
resolve cross references, and run auxiliary programs (bibtex, makeindex) if
necessary. It can also be set to run continuously with a previewer, in which
case the needed commands are re-run whenever one of the source files is
modified.


File Added: pkgsrc/print/latexmk/Makefile
# $NetBSD: Makefile,v 1.1 2014/05/21 01:33:59 joerg Exp $
#

DISTNAME=	latexmk-435
CATEGORIES=	print
MASTER_SITES=	http://users.phys.psu.edu/~collins/software/latexmk/
EXTRACT_SUFX=	.zip

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://users.phys.psu.edu/~collins/software/latexmk/
COMMENT=	Tool to completely automate generating output from LaTeX documents

LICENSE=	gnu-gpl-v2

USE_TOOLS+=	perl:run

NO_BUILD=	yes

WRKSRC=		${WRKDIR}

REPLACE_PERL=	latexmk.pl

INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1

DEPENDS+=	tex-latex-[0-9]*:../../print/tex-latex

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/latexmk.pl ${DESTDIR}${PREFIX}/bin/latexmk
	${INSTALL_MAN} ${WRKSRC}/latexmk.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/print/latexmk/PLIST
@comment $NetBSD: PLIST,v 1.1 2014/05/21 01:33:59 joerg Exp $
bin/latexmk
man/man1/latexmk.1

File Added: pkgsrc/print/latexmk/distinfo
$NetBSD: distinfo,v 1.1 2014/05/21 01:33:59 joerg Exp $

SHA1 (latexmk-435.zip) = 5d68194893747b76b826d382f635e4258be0ea1d
RMD160 (latexmk-435.zip) = 6875f971dbc3470b84a5aaa5da3735e0bd7f734c
Size (latexmk-435.zip) = 386766 bytes