ports/108978: [PATCH] print/mftrace: update to 1.2.14, take maintainership
chinsan
chinsan at FreeBSD.org
Fri Feb 9 13:50:19 UTC 2007
>Number: 108978
>Category: ports
>Synopsis: [PATCH] print/mftrace: update to 1.2.14, take maintainership
>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: Fri Feb 09 13:50:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: chinsan
>Release: FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb 5 23:22:25 CST
>Description:
- Update to 1.2.14
- Take maintainership
- This PR also obsoletes ports/103208
(http://www.freebsd.org/cgi/query-pr.cgi?pr=103208)
Removed file(s):
- files/patch-GNUmakefile.in
Port maintainer (lioux at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- mftrace-1.2.14.patch begins here ---
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 Fri Feb 9 21:47:18 2007
@@ -7,12 +7,13 @@
#
PORTNAME= mftrace
-PORTVERSION= 1.1.8
-PORTREVISION= 1
+PORTVERSION= 1.2.14
CATEGORIES= print
-MASTER_SITES= http://www.xs4all.nl/~hanwen/mftrace/
+MASTER_SITES= http://people.FreeBSD.org/~chinsan/ \
+ LOCAL/chinsan \
+ http://lilypond.org/download/sources/mftrace/
-MAINTAINER= lioux at FreeBSD.org
+MAINTAINER= chinsan at FreeBSD.org
COMMENT= Scalable PostScript (Type1) Fonts for MetaFont
RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \
@@ -20,9 +21,9 @@
fontforge:${PORTSDIR}/print/fontforge
.if defined(WITH_POTRACE)
-RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
+BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
.else
-RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
+BUILD_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
.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/
--- mftrace-1.2.14.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list