===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/print/mftrace/Makefile /usr/home/chinsan/project/mftrace/Makefile --- /usr/ports/print/mftrace/Makefile Thu Jan 5 11:57:31 2006 +++ /usr/home/chinsan/project/mftrace/Makefile Sat Feb 10 12:37:50 2007 @@ -7,12 +7,12 @@ # PORTNAME= mftrace -PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTVERSION= 1.2.14 CATEGORIES= print -MASTER_SITES= http://www.xs4all.nl/~hanwen/mftrace/ +MASTER_SITES= LOCAL/chinsan \ + http://lilypond.org/download/sources/mftrace/ -MAINTAINER= lioux@FreeBSD.org +MAINTAINER= chinsan@FreeBSD.org COMMENT= Scalable PostScript (Type1) Fonts for MetaFont RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \ @@ -20,9 +20,11 @@ fontforge:${PORTSDIR}/print/fontforge .if defined(WITH_POTRACE) -RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace +BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace +RUN_DEPENDS+= ${BUILD_DEPENDS} .else -RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace +BUILD_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace +RUN_DEPENDS+= ${BUILD_DEPENDS} .endif USE_GETOPT_LONG=yes diff -ruN --exclude=CVS /usr/ports/print/mftrace/distinfo /usr/home/chinsan/project/mftrace/distinfo --- /usr/ports/print/mftrace/distinfo Fri Nov 11 14:06:11 2005 +++ /usr/home/chinsan/project/mftrace/distinfo Fri Feb 9 21:11:36 2007 @@ -1,3 +1,3 @@ -MD5 (mftrace-1.1.8.tar.gz) = abd8a1b5d17a284f0929614bba645f83 -SHA256 (mftrace-1.1.8.tar.gz) = 927dd8b35e19fce1176335d3a438e2dd09c5a69184811acaf4f2bbabfb4cb4f0 -SIZE (mftrace-1.1.8.tar.gz) = 55151 +MD5 (mftrace-1.2.14.tar.gz) = 4e8837594c9e451666b65bfae3165e4f +SHA256 (mftrace-1.2.14.tar.gz) = 5302401b770950d4bf592e4e25f368d3af2dfb1e853b09ec23aeb583710cb0f5 +SIZE (mftrace-1.2.14.tar.gz) = 74565 diff -ruN --exclude=CVS /usr/ports/print/mftrace/files/patch-GNUmakefile.in /usr/home/chinsan/project/mftrace/files/patch-GNUmakefile.in --- /usr/ports/print/mftrace/files/patch-GNUmakefile.in Tue Oct 14 07:22:02 2003 +++ /usr/home/chinsan/project/mftrace/files/patch-GNUmakefile.in Thu Jan 1 08:00:00 1970 @@ -1,13 +0,0 @@ -$FreeBSD: ports/print/mftrace/files/patch-GNUmakefile.in,v 1.2 2003/10/13 23:22:02 trevor Exp $ - ---- GNUmakefile.in.orig Sun Jun 2 23:51:33 2002 -+++ GNUmakefile.in Sun Jun 2 23:52:07 2002 -@@ -23,7 +23,7 @@ - compile: mftrace gf2pbm - - gf2pbm: gf2pbm.c -- gcc -O2 -Wall -o $@ $< -+ ${CC} ${CFLAGS} -I${LOCALBASE}/include -o $@ $< -L${LOCALBASE}/lib ${LDFLAGS} - - README.txt: README.texi - makeinfo --no-split --no-headers --output $@ $< diff -ruN --exclude=CVS /usr/ports/print/mftrace/pkg-descr /usr/home/chinsan/project/mftrace/pkg-descr --- /usr/ports/print/mftrace/pkg-descr Tue Oct 14 07:22:02 2003 +++ /usr/home/chinsan/project/mftrace/pkg-descr Fri Feb 9 21:46:24 2007 @@ -1,8 +1,8 @@ mftrace is a small Python program that lets you trace a TeX bitmap font into -a PFA or PFB font (A PostScript Type1 Scalable Font). +a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font. -Type1 fonts offer many advantages over bitmaps, as they allow PostScript -files to render correctly on printers with many resolutions. Moreover, -Ghostscript can generate much better PDF, if given scalable fonts. +Scalable fonts offer many advantages over bitmaps, as they allow documents +to render correctly at many printer resolutions. Moreover, Ghostscript can +generate much better PDF, if given scalable PostScript fonts. -WWW: http://www.cs.uu.nl/~hanwen/mftrace/ +WWW: http://lilypond.org/mftrace/ ===> Done