diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-23 11:26:38 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-23 11:26:38 +0000 |
commit | 9bcbf968876bb3b1dbc721c5f11f13dcc74d62d5 (patch) | |
tree | 3a7f206558232ad16cbb5aa1880386f09c974ff6 /print | |
parent | 6aa2aa3c6730dc44670b419d9e7e830d7414ba4f (diff) |
Add lcdf-typetools 2.36,
tools for manipulating Opentype/Type1
PS-Fonts.
PR: 89427
Submitted by: Ulrich Spoerlein <q@galgenberg.net>
Notes
Notes:
svn path=/head/; revision=149162
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/lcdf-typetools/Makefile | 26 | ||||
-rw-r--r-- | print/lcdf-typetools/distinfo | 3 | ||||
-rw-r--r-- | print/lcdf-typetools/pkg-descr | 15 | ||||
-rw-r--r-- | print/lcdf-typetools/pkg-plist | 13 |
5 files changed, 58 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 067f5c45bdcb..867bb7ae34f6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -145,6 +145,7 @@ SUBDIR += latex2slides SUBDIR += latexdiff SUBDIR += latexmk + SUBDIR += lcdf-typetools SUBDIR += lgrind SUBDIR += libgnomecups SUBDIR += libgnomeprint diff --git a/print/lcdf-typetools/Makefile b/print/lcdf-typetools/Makefile new file mode 100644 index 000000000000..7fb2b49b3675 --- /dev/null +++ b/print/lcdf-typetools/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: print/lcdf-typetools +# Date created: 22.11.2005 +# Whom: Ulrich Spoerlein <q@galgenberg.net> +# +# $FreeBSD$ +# + +PORTNAME= lcdf-typetools +PORTVERSION= 2.36 +CATEGORIES= print +MASTER_SITES= http://www.lcdf.org/type/ + +MAINTAINER= q@galgenberg.net +COMMENT= Tools for manipulating Opentype/Type1 PS-Fonts + +BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --with-kpathsea=${LOCALBASE} + +MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 t1lint.1 \ + t1reencode.1 t1testpage.1 + +.include <bsd.port.mk> diff --git a/print/lcdf-typetools/distinfo b/print/lcdf-typetools/distinfo new file mode 100644 index 000000000000..53988648345f --- /dev/null +++ b/print/lcdf-typetools/distinfo @@ -0,0 +1,3 @@ +MD5 (lcdf-typetools-2.36.tar.gz) = c3cf8264c55613b1c357c55f3ab16622 +SHA256 (lcdf-typetools-2.36.tar.gz) = f6b5d0a4d171ccfdf3767a444afea4db6ca5ed1ebd1408055012cc28f80beb42 +SIZE (lcdf-typetools-2.36.tar.gz) = 476160 diff --git a/print/lcdf-typetools/pkg-descr b/print/lcdf-typetools/pkg-descr new file mode 100644 index 000000000000..478443e6575d --- /dev/null +++ b/print/lcdf-typetools/pkg-descr @@ -0,0 +1,15 @@ +The LCDF Typetools package contains several command-line +programs for manipulating PostScript Type 1 and +PostScript-flavored OpenType fonts. + +The tools include: +cfftot1 +mmafm and mmpfb +otfinfo +otftotfm +t1dotlessj +t1lint +t1reencode +t1testpage + +WWW: http://www.lcdf.org/type/ diff --git a/print/lcdf-typetools/pkg-plist b/print/lcdf-typetools/pkg-plist new file mode 100644 index 000000000000..5b901d3b2272 --- /dev/null +++ b/print/lcdf-typetools/pkg-plist @@ -0,0 +1,13 @@ +bin/cfftot1 +bin/mmafm +bin/mmpfb +bin/otfinfo +bin/otftotfm +bin/t1dotlessj +bin/t1lint +bin/t1reencode +bin/t1testpage +%%DATADIR%%/7t.enc +%%DATADIR%%/glyphlist.txt +%%DATADIR%%/texglyphlist.txt +@dirrm %%DATADIR%% |