- Update to 1.2.14

PR:		ports/108978
Submitted by:	chinsan
Approved by:	maintainer timeout (17 days)
This commit is contained in:
Rong-En Fan 2007-02-26 16:23:35 +00:00
parent 0571d9c46a
commit dd54fd956f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186001
4 changed files with 13 additions and 24 deletions

View file

@ -7,10 +7,10 @@
# #
PORTNAME= mftrace PORTNAME= mftrace
PORTVERSION= 1.1.8 PORTVERSION= 1.2.14
PORTREVISION= 1
CATEGORIES= print 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= lioux@FreeBSD.org
COMMENT= Scalable PostScript (Type1) Fonts for MetaFont COMMENT= Scalable PostScript (Type1) Fonts for MetaFont
@ -20,8 +20,10 @@ RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \
fontforge:${PORTSDIR}/print/fontforge fontforge:${PORTSDIR}/print/fontforge
.if defined(WITH_POTRACE) .if defined(WITH_POTRACE)
BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
.else .else
BUILD_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
.endif .endif

View file

@ -1,3 +1,3 @@
MD5 (mftrace-1.1.8.tar.gz) = abd8a1b5d17a284f0929614bba645f83 MD5 (mftrace-1.2.14.tar.gz) = 4e8837594c9e451666b65bfae3165e4f
SHA256 (mftrace-1.1.8.tar.gz) = 927dd8b35e19fce1176335d3a438e2dd09c5a69184811acaf4f2bbabfb4cb4f0 SHA256 (mftrace-1.2.14.tar.gz) = 5302401b770950d4bf592e4e25f368d3af2dfb1e853b09ec23aeb583710cb0f5
SIZE (mftrace-1.1.8.tar.gz) = 55151 SIZE (mftrace-1.2.14.tar.gz) = 74565

View file

@ -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 $@ $<

View file

@ -1,8 +1,8 @@
mftrace is a small Python program that lets you trace a TeX bitmap font into 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 Scalable fonts offer many advantages over bitmaps, as they allow documents
files to render correctly on printers with many resolutions. Moreover, to render correctly at many printer resolutions. Moreover, Ghostscript can
Ghostscript can generate much better PDF, if given scalable fonts. generate much better PDF, if given scalable PostScript fonts.
WWW: http://www.cs.uu.nl/~hanwen/mftrace/ WWW: http://lilypond.org/mftrace/