diff options
author | markd <markd> | 2015-05-27 22:15:20 +0000 |
---|---|---|
committer | markd <markd> | 2015-05-27 22:15:20 +0000 |
commit | 9ab843eb70c7581f8a2fe997fd25dc020226c391 (patch) | |
tree | 8c0b195bcb59d755877ad53fedef536bdf9f80f3 /print | |
parent | fce8dd63e086ecbb29080c7b0888d8bbaeb8243d (diff) | |
download | pkgsrc-9ab843eb70c7581f8a2fe997fd25dc020226c391.tar.gz |
Add lacheck 1.26
Lacheck is a tool for finding common mistakes in LaTeX
documents.
Diffstat (limited to 'print')
-rw-r--r-- | print/lacheck/DESCR | 3 | ||||
-rw-r--r-- | print/lacheck/Makefile | 29 | ||||
-rw-r--r-- | print/lacheck/PLIST | 3 | ||||
-rw-r--r-- | print/lacheck/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/print/lacheck/DESCR b/print/lacheck/DESCR new file mode 100644 index 00000000000..83155a2c494 --- /dev/null +++ b/print/lacheck/DESCR @@ -0,0 +1,3 @@ +Lacheck is a tool for finding common mistakes in LaTeX +documents. The distribution includes sources, and executables +for OS/2 and Win32 environments. diff --git a/print/lacheck/Makefile b/print/lacheck/Makefile new file mode 100644 index 00000000000..5b0922b6f3c --- /dev/null +++ b/print/lacheck/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2015/05/27 22:15:20 markd Exp $ + +DISTNAME= texlive-20140525-source +PKGNAME= lacheck-1.26 +CATEGORIES= print +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= LaTeX checker +LICENSE= gnu-gpl-v2 + +EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ + ${DISTNAME}/texk/lacheck + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/texk/lacheck + +CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess +CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub + +CONFIGURE_ARGS+= --with-system-kpathsea \ + --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ + --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib + +.include "../../print/kpathsea/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/lacheck/PLIST b/print/lacheck/PLIST new file mode 100644 index 00000000000..dfae1e82511 --- /dev/null +++ b/print/lacheck/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/27 22:15:20 markd Exp $ +bin/lacheck +man/man1/lacheck.1 diff --git a/print/lacheck/distinfo b/print/lacheck/distinfo new file mode 100644 index 00000000000..db17f931ac2 --- /dev/null +++ b/print/lacheck/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/27 22:15:20 markd Exp $ + +SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8 +RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2 +Size (texlive-20140525-source.tar.xz) = 41657688 bytes |