diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-24 10:40:17 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-24 10:40:17 +0000 |
commit | ec63bda918954820993c2692af3b4cb80d63d475 (patch) | |
tree | 3a15037fe1809c2cf10ff64a62b1c5f70f055570 /print | |
parent | ba5b4db2638e6fddefd05ea09cd807960c19a3b2 (diff) | |
download | ports-ec63bda918954820993c2692af3b4cb80d63d475.tar.gz ports-ec63bda918954820993c2692af3b4cb80d63d475.zip |
Notes
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 | ||||
-rw-r--r-- | print/typetools/Makefile | 2 |
6 files changed, 1 insertions, 59 deletions
diff --git a/print/Makefile b/print/Makefile index 867bb7ae34f6..067f5c45bdcb 100644 --- a/print/Makefile +++ b/print/Makefile @@ -145,7 +145,6 @@ 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 deleted file mode 100644 index 7fb2b49b3675..000000000000 --- a/print/lcdf-typetools/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 53988648345f..000000000000 --- a/print/lcdf-typetools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 478443e6575d..000000000000 --- a/print/lcdf-typetools/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index 5b901d3b2272..000000000000 --- a/print/lcdf-typetools/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -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%% diff --git a/print/typetools/Makefile b/print/typetools/Makefile index 47b8736b6b13..fdd941257711 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -12,7 +12,7 @@ CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= q@galgenberg.net COMMENT= Tools for manipulating fonts BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base |