1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

o Update to 1.1.8 [1]

o Take over maintainership [2]

Submitted by:	Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) [2]
Approved by:	Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) [1]
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-04-19 10:42:59 +00:00
parent 8196291e1c
commit ad3070fd0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133655
2 changed files with 9 additions and 14 deletions

View File

@ -7,12 +7,11 @@
#
PORTNAME= mftrace
PORTVERSION= 1.0.29
PORTREVISION= 1
PORTVERSION= 1.1.8
CATEGORIES= print
MASTER_SITES= http://www.xs4all.nl/~hanwen/mftrace/
MAINTAINER= atamaniuk-ports@frobs.net
MAINTAINER= lioux@FreeBSD.org
COMMENT= Scalable PostScript (Type1) Fonts for MetaFont
RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \
@ -30,19 +29,15 @@ USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKEFILE= GNUmakefile
PLIST= ${WRKDIR}/pkg-plist
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= mftrace.1
pre-install:
${RM} -f ${PLIST}
.for ii in gf2pbm mftrace
${ECHO_CMD} bin/${ii} >> ${PLIST}
.endfor
.for ii in afm tfm
${ECHO_CMD} lib/%%PYTHON_VERSION%%/site-packages/${ii}.py >> ${PLIST}
.endfor
PLIST_FILES= \
bin/gf2pbm \
bin/mftrace \
lib/%%PYTHON_VERSION%%/site-packages/afm.py \
lib/%%PYTHON_VERSION%%/site-packages/tfm.py
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gf2pbm ${PREFIX}/bin

View File

@ -1,2 +1,2 @@
MD5 (mftrace-1.0.29.tar.gz) = a8dd973bcd3a1555c740c1706d97061c
SIZE (mftrace-1.0.29.tar.gz) = 51984
MD5 (mftrace-1.1.8.tar.gz) = abd8a1b5d17a284f0929614bba645f83
SIZE (mftrace-1.1.8.tar.gz) = 55151