Add LaCheck, a consistency checker for LaTeX documents.

PR:		ports/34736
Submitted by:	Uwe Pierau <uwe.pierau@tu-clausthal.de>
This commit is contained in:
Yoichi NAKAYAMA 2002-02-08 19:55:12 +00:00
parent 73befd9232
commit 712659e165
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54397
6 changed files with 31 additions and 0 deletions

View File

@ -84,6 +84,7 @@
SUBDIR += jrefentry
SUBDIR += kbedic
SUBDIR += kdoc
SUBDIR += lacheck
SUBDIR += latex2html
SUBDIR += latte
SUBDIR += libxml

23
textproc/lacheck/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (lacheck-1.26.tar.gz) = a3f2ea68e48e550392e8a4b8f46c2eef

View File

@ -0,0 +1 @@
A tool for finding common mistakes in LaTeX documents

View File

@ -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.

View File

@ -0,0 +1 @@
bin/lacheck