diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-27 00:23:35 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-27 00:23:35 +0800 |
commit | a5419230c03928e178a6a2ba3d682e3abbb1004e (patch) | |
tree | 12a8177b61abee247ef393052224f85ac88a5438 /print/mftrace | |
parent | 9c3e2343152abf6ad885a46998c096e32490abfd (diff) | |
download | freebsd-ports-gnome-a5419230c03928e178a6a2ba3d682e3abbb1004e.tar.gz freebsd-ports-gnome-a5419230c03928e178a6a2ba3d682e3abbb1004e.tar.zst freebsd-ports-gnome-a5419230c03928e178a6a2ba3d682e3abbb1004e.zip |
- Update to 1.2.14
PR: ports/108978
Submitted by: chinsan
Approved by: maintainer timeout (17 days)
Diffstat (limited to 'print/mftrace')
-rw-r--r-- | print/mftrace/Makefile | 8 | ||||
-rw-r--r-- | print/mftrace/distinfo | 6 | ||||
-rw-r--r-- | print/mftrace/files/patch-GNUmakefile.in | 13 | ||||
-rw-r--r-- | print/mftrace/pkg-descr | 10 |
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/ |