diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/typetools/Makefile | 25 | ||||
-rw-r--r-- | print/typetools/distinfo | 1 | ||||
-rw-r--r-- | print/typetools/pkg-descr | 5 | ||||
-rw-r--r-- | print/typetools/pkg-plist | 10 |
5 files changed, 42 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index fdbdf05213e5..f0ddb92a2b31 100644 --- a/print/Makefile +++ b/print/Makefile @@ -184,6 +184,7 @@ SUBDIR += ttftot42 SUBDIR += txfonts SUBDIR += txtbdf2ps + SUBDIR += typetools SUBDIR += virtualpaper SUBDIR += wmlpq SUBDIR += wprint diff --git a/print/typetools/Makefile b/print/typetools/Makefile new file mode 100644 index 000000000000..5999cf494c44 --- /dev/null +++ b/print/typetools/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: typetools +# Date created: Dec 5, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= typetools +PORTVERSION= 1.80 +CATEGORIES= print +MASTER_SITES= http://www.lcdf.org/type/ +DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Tools for manipulating fonts + +BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX + +GNU_CONFIGURE= yes +DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} + +MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1lint.1 t1testpage.1 + +.include <bsd.port.mk> diff --git a/print/typetools/distinfo b/print/typetools/distinfo new file mode 100644 index 000000000000..1b94b44a0ebc --- /dev/null +++ b/print/typetools/distinfo @@ -0,0 +1 @@ +MD5 (lcdf-typetools-1.80.tar.gz) = 1fa2c35d9c5b66b67234714bc678f3f2 diff --git a/print/typetools/pkg-descr b/print/typetools/pkg-descr new file mode 100644 index 000000000000..a2cee9cb9bbc --- /dev/null +++ b/print/typetools/pkg-descr @@ -0,0 +1,5 @@ +The LCDF Typetools package contains several programs for manipulating +PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType +fonts. + +WWW: http://www.lcdf.org/type/#typetools diff --git a/print/typetools/pkg-plist b/print/typetools/pkg-plist new file mode 100644 index 000000000000..05e5a33dd38a --- /dev/null +++ b/print/typetools/pkg-plist @@ -0,0 +1,10 @@ +bin/cfftot1 +bin/mmafm +bin/mmpfb +bin/otfinfo +bin/otftotfm +bin/t1lint +bin/t1testpage +%%DATADIR%%/7t.enc +%%DATADIR%%/glyphlist.txt +@dirrm %%DATADIR%% |