diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-13 13:52:58 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-13 13:52:58 +0000 |
commit | df9d6e349619a5f36d08588a7b1ef6d3fdf3c337 (patch) | |
tree | 95219926f9d8b9f20ecb35714b6ed776690c5632 /x11-fonts | |
parent | 9c603017587e09fb983e9364449b1cc7f19e2eac (diff) | |
download | FreeBSD-ports-df9d6e349619a5f36d08588a7b1ef6d3fdf3c337.zip FreeBSD-ports-df9d6e349619a5f36d08588a7b1ef6d3fdf3c337.tar.gz |
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
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/p5-type1inst/Makefile | 31 | ||||
-rw-r--r-- | x11-fonts/p5-type1inst/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/p5-type1inst/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fonts/p5-type1inst/pkg-descr | 18 | ||||
-rw-r--r-- | x11-fonts/p5-type1inst/pkg-plist | 3 |
5 files changed, 54 insertions, 0 deletions
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile new file mode 100644 index 0000000..9d57421 --- /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 <bsd.port.mk> diff --git a/x11-fonts/p5-type1inst/distinfo b/x11-fonts/p5-type1inst/distinfo new file mode 100644 index 0000000..ea75980 --- /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 0000000..4576ad4 --- /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 0000000..b639e86 --- /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 0000000..662e4db --- /dev/null +++ b/x11-fonts/p5-type1inst/pkg-plist @@ -0,0 +1,3 @@ +bin/t1embed +bin/type1inst +share/doc/README.type1inst |