From 2d62f4fedce43cc8b59dcca0f0175bb276b605d9 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sun, 13 Dec 1998 13:52:58 +0000 Subject: Import of p5-type1inst 0.6.1 This is a little hack I wrote to help in setting up new Type 1 PostScript fonts for use with X. It automatically constructs the fonts.scale file which X uses to identify fonts in can use the current directory. Previously you had to write this file by hand which is unacceptable if you have lots of fonts. James Macnicol (J.Macnicol@student.anu.edu.au) PR: ports/5660 Submitted by: giffunip@asme.org --- x11-fonts/p5-type1inst/Makefile | 31 +++++++++++++++++++++++++++++++ x11-fonts/p5-type1inst/distinfo | 1 + x11-fonts/p5-type1inst/pkg-comment | 1 + x11-fonts/p5-type1inst/pkg-descr | 18 ++++++++++++++++++ x11-fonts/p5-type1inst/pkg-plist | 3 +++ 5 files changed, 54 insertions(+) create mode 100644 x11-fonts/p5-type1inst/Makefile create mode 100644 x11-fonts/p5-type1inst/distinfo create mode 100644 x11-fonts/p5-type1inst/pkg-comment create mode 100644 x11-fonts/p5-type1inst/pkg-descr create mode 100644 x11-fonts/p5-type1inst/pkg-plist (limited to 'x11-fonts') diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile new file mode 100644 index 000000000000..9d57421b21f7 --- /dev/null +++ b/x11-fonts/p5-type1inst/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-type1inst +# Version required: 0.6.1 +# Date created: 7 Jan 1998 +# Whom: giffunip@asme.org +# +# $Id$ +# + +DISTNAME= type1inst-0.6.1 +PKGNAME= p5-type1inst-0.6.1 +CATEGORIES= x11-fonts perl5 +MASTER_SITES= $(MASTER_SITE_SUNSITE) +MASTER_SITE_SUBDIR=X11/xutils + +MAINTAINER= giffunip@asme.org + +USE_PERL5= yes +NO_BUILD= yes +STRIP= + +MANN= type1inst.n + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/type1inst ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/t1embed ${PREFIX}/bin + $(INSTALL_MAN) ${WRKSRC}/type1inst.man ${PREFIX}/man/mann/type1inst.n +.if !defined(NOPORTDOCS) + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.type1inst +.endif + +.include diff --git a/x11-fonts/p5-type1inst/distinfo b/x11-fonts/p5-type1inst/distinfo new file mode 100644 index 000000000000..ea75980bb564 --- /dev/null +++ b/x11-fonts/p5-type1inst/distinfo @@ -0,0 +1 @@ +MD5 (type1inst-0.6.1.tar.gz) = 86fd885e9877896c51ae6cbe23d89ccf diff --git a/x11-fonts/p5-type1inst/pkg-comment b/x11-fonts/p5-type1inst/pkg-comment new file mode 100644 index 000000000000..4576ad4d67ad --- /dev/null +++ b/x11-fonts/p5-type1inst/pkg-comment @@ -0,0 +1 @@ +A script that helps install Postscript fonts in Xwindows. diff --git a/x11-fonts/p5-type1inst/pkg-descr b/x11-fonts/p5-type1inst/pkg-descr new file mode 100644 index 000000000000..b639e86b79d4 --- /dev/null +++ b/x11-fonts/p5-type1inst/pkg-descr @@ -0,0 +1,18 @@ +This is a little hack I wrote to help in setting up new Type 1 PostScript +fonts for use with X. It automatically constructs the fonts.scale file which +X uses to identify fonts in can use the current directory. Previously you +had to write this file by hand which is unacceptable if you have lots of +fonts. + +The program can also generate Fontmap entries for Ghostscript (which can +then be put in the global Fontmap to speed up startup times) and it can +produce font sample sheets as well. + +Please be warned that this is beta quality software and has limitations. I +think you will, however, find it useful and the bugs will go away over time +if people help me with it. + +Reports of success or otherwise welcomed at the address below. +---------------------------------------------------------------------------- + +James Macnicol (J.Macnicol@student.anu.edu.au) diff --git a/x11-fonts/p5-type1inst/pkg-plist b/x11-fonts/p5-type1inst/pkg-plist new file mode 100644 index 000000000000..662e4db68d50 --- /dev/null +++ b/x11-fonts/p5-type1inst/pkg-plist @@ -0,0 +1,3 @@ +bin/t1embed +bin/type1inst +share/doc/README.type1inst -- cgit v1.2.3