ports/96560: [update] misc/latex-mk
Martin Wilke
freebsd at unixfreunde.de
Sun Apr 30 18:10:15 UTC 2006
>Number: 96560
>Category: ports
>Synopsis: [update] misc/latex-mk
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Apr 30 18:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Martin Wilke
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 7.0-CURRENT #136: Wed Apr 26 20:46:11 CEST 2006
splash at mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX
>Description:
- update to 1.6
- take maintainership
Changelog:
1.5 -> 1.6
- Fix a syntax error in the (not used yet) ieee-copyout script.
- Fix a bug in the latex-mk script when BibTex is used.
- Add quoting of command names in the BSD makefiles. This will properly deal with pathnames to the programs which contain spaces. Currently GNU make will not properly deal with
1.4 ->1.5
- When using tex2page or HeVeA for html output, do not force the running of LaTeX. With latex2html, LaTeX will still be run because latex2html makes use of the .aux files generated by LaTeX.
- Fixed a bug where if the BibTeX input file was modified LaTeX would be run again but not BibTeX.
- Added a --tex2page mode for latex-mk (the script) which allows latex-mk to run tex2page the appropriate number of times to resolves all references.
- Improve the cleaning of tex2page generated output.
- Added latex.subdir.mk to support recursive builds.
>How-To-Repeat:
>Fix:
--- latex-mk.diff begins here ---
diff -ruN /usr/ports/misc/latex-mk/Makefile ports/misc/latex-mk/Makefile
--- /usr/ports/misc/latex-mk/Makefile Tue Oct 18 15:07:17 2005
+++ ports/misc/latex-mk/Makefile Fri Apr 28 13:58:34 2006
@@ -7,12 +7,12 @@
#
PORTNAME= latex-mk
-PORTVERSION= 1.4
+PORTVERSION= 1.6
CATEGORIES= misc print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= freebsd at unixfreunde.de
COMMENT= A collection of makefile and scripts for LaTeX documents
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
diff -ruN /usr/ports/misc/latex-mk/distinfo ports/misc/latex-mk/distinfo
--- /usr/ports/misc/latex-mk/distinfo Fri Nov 25 17:09:20 2005
+++ ports/misc/latex-mk/distinfo Fri Apr 28 13:54:46 2006
@@ -1,3 +1,3 @@
-MD5 (latex-mk-1.4.tar.gz) = 53da3a28635284a7ed1ec82ee2befffd
-SHA256 (latex-mk-1.4.tar.gz) = 634ce4c1807ac64382af15cee78047554d5315018b6138a87bd7b3b1971e1165
-SIZE (latex-mk-1.4.tar.gz) = 519682
+MD5 (latex-mk-1.6.tar.gz) = eff9b1d9472c7cab92e1b8951381a2a4
+SHA256 (latex-mk-1.6.tar.gz) = afd27703a0e5da454ceefc0b921d8781c8d322c20e4a7780c912066841a6605f
+SIZE (latex-mk-1.6.tar.gz) = 535102
diff -ruN /usr/ports/misc/latex-mk/pkg-plist ports/misc/latex-mk/pkg-plist
--- /usr/ports/misc/latex-mk/pkg-plist Tue Oct 18 15:07:17 2005
+++ ports/misc/latex-mk/pkg-plist Sun Apr 30 18:56:28 2006
@@ -1,6 +1,6 @@
- at comment $FreeBSD: ports/misc/latex-mk/pkg-plist,v 1.4 2005/10/18 13:07:17 hq Exp $
bin/ieee-copyout
bin/latex-mk
+info/latex-mk.info
%%DATADIR%%/dated_draft.ps
%%DATADIR%%/example/README-example.txt
%%DATADIR%%/example/biblio.tex
@@ -19,10 +19,12 @@
%%DATADIR%%/latex-mk.ps
%%DATADIR%%/latex.gmk
%%DATADIR%%/latex.mk
+%%DATADIR%%/latex.subdir.gmk
+%%DATADIR%%/latex.subdir.mk
+%%DATADIR%%/lgrind.gmk
+%%DATADIR%%/lgrind.mk
%%DATADIR%%/tgif.gmk
%%DATADIR%%/tgif.mk
-%%DATADIR%%/lgrind.mk
-%%DATADIR%%/lgrind.gmk
%%DATADIR%%/xfig.gmk
%%DATADIR%%/xfig.mk
@dirrm %%DATADIR%%/example/tgif
--- latex-mk.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list