summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-13 13:52:58 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-13 13:52:58 +0000
commit2d62f4fedce43cc8b59dcca0f0175bb276b605d9 (patch)
tree4412b859853bb7925d12e3eae59d8c446fa7bae8 /x11-fonts
parentUpdate to: epic-4.pre2.001.nr9 (diff)
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
Notes
Notes: svn path=/head/; revision=15328
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/p5-type1inst/Makefile31
-rw-r--r--x11-fonts/p5-type1inst/distinfo1
-rw-r--r--x11-fonts/p5-type1inst/pkg-comment1
-rw-r--r--x11-fonts/p5-type1inst/pkg-descr18
-rw-r--r--x11-fonts/p5-type1inst/pkg-plist3
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 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 <bsd.port.mk>
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