aboutsummaryrefslogtreecommitdiff
path: root/print/mftrace
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-26 16:23:35 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-26 16:23:35 +0000
commitdd54fd956fca9de2df2359391736355bcea42a4b (patch)
tree029eb2574fc1cc32534eeec31bdf0825df5423f6 /print/mftrace
parent0571d9c46a2fb4cf84b4bc14cf32e4a6177d2a7f (diff)
downloadports-dd54fd956fca9de2df2359391736355bcea42a4b.tar.gz
ports-dd54fd956fca9de2df2359391736355bcea42a4b.zip
- Update to 1.2.14
PR: ports/108978 Submitted by: chinsan Approved by: maintainer timeout (17 days)
Notes
Notes: svn path=/head/; revision=186001
Diffstat (limited to 'print/mftrace')
-rw-r--r--print/mftrace/Makefile8
-rw-r--r--print/mftrace/distinfo6
-rw-r--r--print/mftrace/files/patch-GNUmakefile.in13
-rw-r--r--print/mftrace/pkg-descr10
4 files changed, 13 insertions, 24 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile
index 00f504eb7123..fc834d69172e 100644
--- a/print/mftrace/Makefile
+++ b/print/mftrace/Makefile
@@ -7,10 +7,10 @@
#
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
COMMENT= Scalable PostScript (Type1) Fonts for MetaFont
@@ -20,8 +20,10 @@ RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \
fontforge:${PORTSDIR}/print/fontforge
.if defined(WITH_POTRACE)
+BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
.else
+BUILD_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
.endif
diff --git a/print/mftrace/distinfo b/print/mftrace/distinfo
index 1c9036406c5c..f79ac84ec4ec 100644
--- a/print/mftrace/distinfo
+++ b/print/mftrace/distinfo
@@ -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 --git a/print/mftrace/files/patch-GNUmakefile.in b/print/mftrace/files/patch-GNUmakefile.in
deleted file mode 100644
index 96ec34814e1a..000000000000
--- a/print/mftrace/files/patch-GNUmakefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- 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 --git a/print/mftrace/pkg-descr b/print/mftrace/pkg-descr
index c0ee545cec9b..f8cc359c49e3 100644
--- a/print/mftrace/pkg-descr
+++ b/print/mftrace/pkg-descr
@@ -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/