diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-02-08 19:55:12 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-02-08 19:55:12 +0000 |
commit | 4a8e2f15339755a026d184f9072c99530fb1d597 (patch) | |
tree | da4e4ab1fdce667ee504d7c6bf31792710b1ca49 /textproc | |
parent | 803b2191fca61d28c5285d6d8d0cee1bfb4e7fde (diff) | |
download | FreeBSD-ports-4a8e2f15339755a026d184f9072c99530fb1d597.zip FreeBSD-ports-4a8e2f15339755a026d184f9072c99530fb1d597.tar.gz |
Add LaCheck, a consistency checker for LaTeX documents.
PR: ports/34736
Submitted by: Uwe Pierau <uwe.pierau@tu-clausthal.de>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/lacheck/Makefile | 23 | ||||
-rw-r--r-- | textproc/lacheck/distinfo | 1 | ||||
-rw-r--r-- | textproc/lacheck/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/lacheck/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/lacheck/pkg-plist | 1 |
6 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0dbcd53..be9aade 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -84,6 +84,7 @@ SUBDIR += jrefentry SUBDIR += kbedic SUBDIR += kdoc + SUBDIR += lacheck SUBDIR += latex2html SUBDIR += latte SUBDIR += libxml diff --git a/textproc/lacheck/Makefile b/textproc/lacheck/Makefile new file mode 100644 index 0000000..d52065d --- /dev/null +++ b/textproc/lacheck/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: lacheck +# Date created: 8 February 2002 +# Whom: Uwe Pierau <uwe.pierau@tu-clausthal.de> +# +# $FreeBSD$ +# + +PORTNAME= lacheck +PORTVERSION= 1.26 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/mirror/ftp/lacheck/ \ + ftp://ftp.sunsite.dk/pub/text/lacheck/ + +MAINTAINER= uwe.pierau@tu-clausthal.de + +MAN1= lacheck.1 +ALL_TARGET= lacheck lacheck.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/textproc/lacheck/distinfo b/textproc/lacheck/distinfo new file mode 100644 index 0000000..526c5d0 --- /dev/null +++ b/textproc/lacheck/distinfo @@ -0,0 +1 @@ +MD5 (lacheck-1.26.tar.gz) = a3f2ea68e48e550392e8a4b8f46c2eef diff --git a/textproc/lacheck/pkg-comment b/textproc/lacheck/pkg-comment new file mode 100644 index 0000000..c264048 --- /dev/null +++ b/textproc/lacheck/pkg-comment @@ -0,0 +1 @@ +A tool for finding common mistakes in LaTeX documents diff --git a/textproc/lacheck/pkg-descr b/textproc/lacheck/pkg-descr new file mode 100644 index 0000000..77d8251 --- /dev/null +++ b/textproc/lacheck/pkg-descr @@ -0,0 +1,4 @@ +LaCheck is a general purpose consistency checker for LaTeX documents. +It reads a LaTeX document and displays warning messages, if it finds +bad sequences. LaCheck is designed to help find common mistakes in +LaTeX documents, especially those made by beginners. diff --git a/textproc/lacheck/pkg-plist b/textproc/lacheck/pkg-plist new file mode 100644 index 0000000..514753b --- /dev/null +++ b/textproc/lacheck/pkg-plist @@ -0,0 +1 @@ +bin/lacheck |