mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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
This commit is contained in:
parent
ce1ea637ef
commit
2d62f4fedc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15328
31
x11-fonts/p5-type1inst/Makefile
Normal file
31
x11-fonts/p5-type1inst/Makefile
Normal file
@ -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>
|
1
x11-fonts/p5-type1inst/distinfo
Normal file
1
x11-fonts/p5-type1inst/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (type1inst-0.6.1.tar.gz) = 86fd885e9877896c51ae6cbe23d89ccf
|
1
x11-fonts/p5-type1inst/pkg-comment
Normal file
1
x11-fonts/p5-type1inst/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A script that helps install Postscript fonts in Xwindows.
|
18
x11-fonts/p5-type1inst/pkg-descr
Normal file
18
x11-fonts/p5-type1inst/pkg-descr
Normal file
@ -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)
|
3
x11-fonts/p5-type1inst/pkg-plist
Normal file
3
x11-fonts/p5-type1inst/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/t1embed
|
||||
bin/type1inst
|
||||
share/doc/README.type1inst
|
Loading…
Reference in New Issue
Block a user