diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-07 03:44:43 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-07 03:44:43 +0800 |
commit | 8fc4eba85df4a6dc2235deaea624c5e162922264 (patch) | |
tree | 2527e67b10e6ebc52bb858d00331879bba52611a /print | |
parent | 5c2c15c4c4fb5e1ab7110baee8a27d2a511c0485 (diff) | |
download | freebsd-ports-gnome-8fc4eba85df4a6dc2235deaea624c5e162922264.tar.gz freebsd-ports-gnome-8fc4eba85df4a6dc2235deaea624c5e162922264.tar.zst freebsd-ports-gnome-8fc4eba85df4a6dc2235deaea624c5e162922264.zip |
- Update to 2.22
PR: 78503
Submitted by: Ports Fury
Diffstat (limited to 'print')
-rw-r--r-- | print/typetools/Makefile | 6 | ||||
-rw-r--r-- | print/typetools/distinfo | 4 | ||||
-rw-r--r-- | print/typetools/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/print/typetools/Makefile b/print/typetools/Makefile index a6d711c83b8a..81375429fead 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -7,7 +7,7 @@ # PORTNAME= typetools -PORTVERSION= 2.16 +PORTVERSION= 2.22 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} @@ -15,14 +15,14 @@ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tools for manipulating fonts -BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \ - t1lint.1 t1testpage.1 + t1lint.1 t1reencode.1 t1testpage.1 DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} diff --git a/print/typetools/distinfo b/print/typetools/distinfo index d075528db2b3..7dd6f1c09bcf 100644 --- a/print/typetools/distinfo +++ b/print/typetools/distinfo @@ -1,2 +1,2 @@ -MD5 (lcdf-typetools-2.16.tar.gz) = eac3886835d0a8c393469901c0f5d2d8 -SIZE (lcdf-typetools-2.16.tar.gz) = 441540 +MD5 (lcdf-typetools-2.22.tar.gz) = c8737a5ab1bd3c4ba5fa9c97012e5e5a +SIZE (lcdf-typetools-2.22.tar.gz) = 451836 diff --git a/print/typetools/pkg-plist b/print/typetools/pkg-plist index 83e0575f8330..84530fb692de 100644 --- a/print/typetools/pkg-plist +++ b/print/typetools/pkg-plist @@ -5,6 +5,7 @@ bin/otfinfo bin/otftotfm bin/t1dotlessj bin/t1lint +bin/t1reencode bin/t1testpage %%DATADIR%%/7t.enc %%DATADIR%%/glyphlist.txt |