The FreeBSD Ports Archive
FreeBSD x11-fonts : p5-type1inst4>
A script that helps install Postscript fonts in X Window System
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)
|
p5-type1inst history
v. 1.20
date: 2007/09/28 09:04:48; author: hrs; state: Exp; lines: +4 -1
Replace #!/usr/bin/perl with ${PERL}. Bump PORTREVISION.
PR: ports/116703
v. 1.19
date: 2007/09/02 13:52:02; author: hrs; state: Exp; lines: +9 -6
- Reduce dependencies[1].
- Add WITHOUT_X11 knob support; necessary for fixing WITHOUT_X11
support of textproc/docproj [2].
- Some style fixes.
PR: ports/115509 [1]
Reported by: brian[2]
v. 1.18
date: 2007/05/19 20:29:34; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.17
date: 2004/07/25 15:10:24; author: hrs; state: Exp; lines: +4 -3
- Add a patch to support some Ghostscript fonts.
- Use DOCSDIR.
- Take maintainership.
Approved by: linimon (mentor)
v. 1.16
date: 2004/07/23 19:10:23; author: anholt; state: Exp; lines: +3 -7
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
v. 1.15
date: 2004/04/10 17:26:53; author: trevor; state: Exp; lines: +1 -1
Tidy up whitespace.
v. 1.14
date: 2003/07/27 23:33:50; author: maho; state: Exp; lines: +1 -0
a) Fix some additional undetected fonts,
namely the amsps and cmps fonts.
b) bump portrevision
PR: 54892
Submitted by: Pedro F. Giffuni
v. 1.13
date: 2003/02/20 19:18:02; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.12
date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.11
date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.10
date: 2002/04/19 20:25:14; author: dinoex; state: Exp; lines: +7 -3
- Unbreak Build for STABLE or XFREE86_VERSION=3
$ make XFREE86_VERSION=3 all-depends-list
/usr/ports/x11/XFree86
$ make XFREE86_VERSION=4 all-depends-list
/usr/ports/converters/libiconv
/usr/ports/devel/bison
/usr/ports/devel/gettext
/usr/ports/devel/gmake
/usr/ports/devel/imake-4
/usr/ports/print/freetype2
/usr/ports/x11/XFree86-4-clients
/usr/ports/x11/XFree86-4-libraries
v. 1.9
date: 2002/04/01 01:06:51; author: petef; state: Exp; lines: +2 -0
Add a missing run dependency on mkfontdir.
Reported by: bento
v. 1.8
date: 2001/12/24 02:17:05; author: pat; state: Exp; lines: +4 -5
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
v. 1.7
date: 2001/08/23 20:21:52; author: kris; state: Exp; lines: +2 -2
Remove giffunip@asme.org as the maintainer: he no longer has the ability
to maintain these ports. Any non-committer who wants to grab one let me
know.
Approved by: old maintainer
v. 1.6
date: 2001/01/16 17:33:16; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.5
date: 2000/06/17 02:36:56; author: will; state: Exp; lines: +7 -8
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber
v. 1.4
date: 2000/04/10 00:44:39; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 1999/08/31 02:58:31; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.2
date: 1999/04/13 16:07:20; author: taoka; state: Exp; lines: +3 -1
type1inst requires mkfontdir
v. 1.1
date: 1998/12/13 13:52:58; author: jseger; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/12/13 13:52:58; author: jseger; state: Exp; lines: +0 -0
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
=============================================================================
v. 1.20
date: 2007/09/28 09:04:48; author: hrs; state: Exp; lines: +4 -1
Replace #!/usr/bin/perl with ${PERL}. Bump PORTREVISION.
PR: ports/116703
v. 1.19
date: 2007/09/02 13:52:02; author: hrs; state: Exp; lines: +9 -6
- Reduce dependencies[1].
- Add WITHOUT_X11 knob support; necessary for fixing WITHOUT_X11
support of textproc/docproj [2].
- Some style fixes.
PR: ports/115509 [1]
Reported by: brian[2]
v. 1.18
date: 2007/05/19 20:29:34; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.17
date: 2004/07/25 15:10:24; author: hrs; state: Exp; lines: +4 -3
- Add a patch to support some Ghostscript fonts.
- Use DOCSDIR.
- Take maintainership.
Approved by: linimon (mentor)
v. 1.16
date: 2004/07/23 19:10:23; author: anholt; state: Exp; lines: +3 -7
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
v. 1.15
date: 2004/04/10 17:26:53; author: trevor; state: Exp; lines: +1 -1
Tidy up whitespace.
v. 1.14
date: 2003/07/27 23:33:50; author: maho; state: Exp; lines: +1 -0
a) Fix some additional undetected fonts,
namely the amsps and cmps fonts.
b) bump portrevision
PR: 54892
Submitted by: Pedro F. Giffuni
v. 1.13
date: 2003/02/20 19:18:02; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.12
date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.11
date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.10
date: 2002/04/19 20:25:14; author: dinoex; state: Exp; lines: +7 -3
- Unbreak Build for STABLE or XFREE86_VERSION=3
$ make XFREE86_VERSION=3 all-depends-list
/usr/ports/x11/XFree86
$ make XFREE86_VERSION=4 all-depends-list
/usr/ports/converters/libiconv
/usr/ports/devel/bison
/usr/ports/devel/gettext
/usr/ports/devel/gmake
/usr/ports/devel/imake-4
/usr/ports/print/freetype2
/usr/ports/x11/XFree86-4-clients
/usr/ports/x11/XFree86-4-libraries
v. 1.9
date: 2002/04/01 01:06:51; author: petef; state: Exp; lines: +2 -0
Add a missing run dependency on mkfontdir.
Reported by: bento
v. 1.8
date: 2001/12/24 02:17:05; author: pat; state: Exp; lines: +4 -5
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
v. 1.7
date: 2001/08/23 20:21:52; author: kris; state: Exp; lines: +2 -2
Remove giffunip@asme.org as the maintainer: he no longer has the ability
to maintain these ports. Any non-committer who wants to grab one let me
know.
Approved by: old maintainer
v. 1.6
date: 2001/01/16 17:33:16; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.5
date: 2000/06/17 02:36:56; author: will; state: Exp; lines: +7 -8
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber
v. 1.4
date: 2000/04/10 00:44:39; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 1999/08/31 02:58:31; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.2
date: 1999/04/13 16:07:20; author: taoka; state: Exp; lines: +3 -1
type1inst requires mkfontdir
v. 1.1
date: 1998/12/13 13:52:58; author: jseger; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/12/13 13:52:58; author: jseger; state: Exp; lines: +0 -0
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
=============================================================================
v. 1.20
date: 2007/09/28 09:04:48; author: hrs; state: Exp; lines: +4 -1
Replace #!/usr/bin/perl with ${PERL}. Bump PORTREVISION.
PR: ports/116703
v. 1.19
date: 2007/09/02 13:52:02; author: hrs; state: Exp; lines: +9 -6
- Reduce dependencies[1].
- Add WITHOUT_X11 knob support; necessary for fixing WITHOUT_X11
support of textproc/docproj [2].
- Some style fixes.
PR: ports/115509 [1]
Reported by: brian[2]
v. 1.18
date: 2007/05/19 20:29:34; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.17
date: 2004/07/25 15:10:24; author: hrs; state: Exp; lines: +4 -3
- Add a patch to support some Ghostscript fonts.
- Use DOCSDIR.
- Take maintainership.
Approved by: linimon (mentor)
v. 1.16
date: 2004/07/23 19:10:23; author: anholt; state: Exp; lines: +3 -7
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
v. 1.15
date: 2004/04/10 17:26:53; author: trevor; state: Exp; lines: +1 -1
Tidy up whitespace.
v. 1.14
date: 2003/07/27 23:33:50; author: maho; state: Exp; lines: +1 -0
a) Fix some additional undetected fonts,
namely the amsps and cmps fonts.
b) bump portrevision
PR: 54892
Submitted by: Pedro F. Giffuni
v. 1.13
date: 2003/02/20 19:18:02; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.12
date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.11
date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.10
date: 2002/04/19 20:25:14; author: dinoex; state: Exp; lines: +7 -3
- Unbreak Build for STABLE or XFREE86_VERSION=3
$ make XFREE86_VERSION=3 all-depends-list
/usr/ports/x11/XFree86
$ make XFREE86_VERSION=4 all-depends-list
/usr/ports/converters/libiconv
/usr/ports/devel/bison
/usr/ports/devel/gettext
/usr/ports/devel/gmake
/usr/ports/devel/imake-4
/usr/ports/print/freetype2
/usr/ports/x11/XFree86-4-clients
/usr/ports/x11/XFree86-4-libraries
v. 1.9
date: 2002/04/01 01:06:51; author: petef; state: Exp; lines: +2 -0
Add a missing run dependency on mkfontdir.
Reported by: bento
v. 1.8
date: 2001/12/24 02:17:05; author: pat; state: Exp; lines: +4 -5
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
v. 1.7
date: 2001/08/23 20:21:52; author: kris; state: Exp; lines: +2 -2
Remove giffunip@asme.org as the maintainer: he no longer has the ability
to maintain these ports. Any non-committer who wants to grab one let me
know.
Approved by: old maintainer
v. 1.6
date: 2001/01/16 17:33:16; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.5
date: 2000/06/17 02:36:56; author: will; state: Exp; lines: +7 -8
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber
v. 1.4
date: 2000/04/10 00:44:39; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 1999/08/31 02:58:31; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.2
date: 1999/04/13 16:07:20; author: taoka; state: Exp; lines: +3 -1
type1inst requires mkfontdir
v. 1.1
date: 1998/12/13 13:52:58; author: jseger; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/12/13 13:52:58; author: jseger; state: Exp; lines: +0 -0
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
=============================================================================
|
| |

|