From 57a70a081114ef890a6c5af5d0be2fda0fa325cb Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 27 May 2015 22:15:20 +0000 Subject: Add lacheck 1.26 Lacheck is a tool for finding common mistakes in LaTeX documents. --- print/lacheck/DESCR | 3 +++ print/lacheck/Makefile | 29 +++++++++++++++++++++++++++++ print/lacheck/PLIST | 3 +++ print/lacheck/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 print/lacheck/DESCR create mode 100644 print/lacheck/Makefile create mode 100644 print/lacheck/PLIST create mode 100644 print/lacheck/distinfo (limited to 'print/lacheck') 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 -- cgit v1.2.3