Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2002 19:32:21 +0100 (CET)
From:      Uwe Pierau <uwe.pierau@tu-clausthal.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34736: [PATCH]: new port, lacheck
Message-ID:  <200202081832.g18IWLA07695@jever.heim2.tu-clausthal.de>

next in thread | raw e-mail | index | archive | help

>Number:         34736
>Category:       ports
>Synopsis:       [PATCH]: new port, lacheck
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 08 10:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Uwe Pierau
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
TU Clausthal
>Environment:
System: FreeBSD jever.heim2.tu-clausthal.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Feb 5 21:01:51 CET 2002 root@jever.heim2.tu-clausthal.de:/usr/obj/usr/src/sys/JEVER i386

>Description:
	new port: lacheck - check latex dokuments for consistency
>How-To-Repeat:
	see attachment, and please close PR: ports/34735 
>Fix:

--- lacheck.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	lacheck
#	lacheck/distinfo
#	lacheck/Makefile
#	lacheck/files
#	lacheck/files/patch-Makefile
#	lacheck/pkg-comment
#	lacheck/pkg-descr
#	lacheck/pkg-plist
#
echo c - lacheck
mkdir -p lacheck > /dev/null 2>&1
echo x - lacheck/distinfo
sed 's/^X//' >lacheck/distinfo << 'END-of-lacheck/distinfo'
XMD5 (lacheck-1.26.tar.gz) = a3f2ea68e48e550392e8a4b8f46c2eef
END-of-lacheck/distinfo
echo x - lacheck/Makefile
sed 's/^X//' >lacheck/Makefile << 'END-of-lacheck/Makefile'
X# New ports collection makefile for:	lacheck
X# Date created:		8 February 2002
X# Whom:			Uwe Pierau <uwe.pierau@tu-clausthal.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lacheck
XPORTVERSION=	1.26
XCATEGORIES=	textproc
XMASTER_SITES=	ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/mirror/ftp/lacheck/
X
XMAINTAINER=	uwe.pierau@tu-clausthal.de
X
XMAN1=		lacheck.1
X
Xpost-install:
X	strip ${PREFIX}/bin/lacheck
X
X.include <bsd.port.mk>
END-of-lacheck/Makefile
echo c - lacheck/files
mkdir -p lacheck/files > /dev/null 2>&1
echo x - lacheck/files/patch-Makefile
sed 's/^X//' >lacheck/files/patch-Makefile << 'END-of-lacheck/files/patch-Makefile'
X--- Makefile.orig	Fri Feb  8 18:57:57 2002
X+++ Makefile	Fri Feb  8 18:58:28 2002
X@@ -3,7 +3,7 @@
X # If both flex lacheck.c are missing, copy lacheck.noflex.c to
X # lacheck.c. 
X 
X-prefix = /usr/local
X+prefix = $(PREFIX)
X exec_prefix = $(prefix)
X 
X bindir = $(exec_prefix)/bin
X@@ -40,6 +40,8 @@
X FLEXFLAGS = -8
X 
X LIBS= #-ll
X+
X+all:		$(LACHECK) lacheck.1
X 
X $(LACHECK):	lacheck.o
X 	$(CC) $(CFLAGS) -o $@ $(srcdir)/lacheck.o $(LIBS)
END-of-lacheck/files/patch-Makefile
echo x - lacheck/pkg-comment
sed 's/^X//' >lacheck/pkg-comment << 'END-of-lacheck/pkg-comment'
XA tool for finding common mistakes in LaTeX documents
END-of-lacheck/pkg-comment
echo x - lacheck/pkg-descr
sed 's/^X//' >lacheck/pkg-descr << 'END-of-lacheck/pkg-descr'
XLaCheck is a general purpose consistency checker for LaTeX documents.
XIt reads a LaTeX document and displays warning messages, if it finds
Xbad sequences.  LaCheck is designed to help find common mistakes in
XLaTeX documents, especially those made by beginners.
END-of-lacheck/pkg-descr
echo x - lacheck/pkg-plist
sed 's/^X//' >lacheck/pkg-plist << 'END-of-lacheck/pkg-plist'
Xbin/lacheck
END-of-lacheck/pkg-plist
exit
--- lacheck.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202081832.g18IWLA07695>