diff options
author | wiz <wiz> | 2002-07-19 12:37:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-19 12:37:41 +0000 |
commit | c42dfc41812a8eb19f06cf750a264d06466e9945 (patch) | |
tree | ac4e5c27b9c722ec8b05959532efb9d6b1ae9abc /fonts/type1inst | |
parent | 934b3b92a1a2d77b0ee71419e89d4cd1c87f759f (diff) | |
download | pkgsrc-c42dfc41812a8eb19f06cf750a264d06466e9945.tar.gz |
Re-import of textproc/t1lib, textproc/t1utils, and x11/type1inst into fonts.
Changes: CATEGORIES only.
Diffstat (limited to 'fonts/type1inst')
-rw-r--r-- | fonts/type1inst/DESCR | 7 | ||||
-rw-r--r-- | fonts/type1inst/Makefile | 24 | ||||
-rw-r--r-- | fonts/type1inst/PLIST | 6 | ||||
-rw-r--r-- | fonts/type1inst/distinfo | 4 |
4 files changed, 41 insertions, 0 deletions
diff --git a/fonts/type1inst/DESCR b/fonts/type1inst/DESCR new file mode 100644 index 00000000000..559e7e75f78 --- /dev/null +++ b/fonts/type1inst/DESCR @@ -0,0 +1,7 @@ +type1inst is a small perl script which generates the "fonts.scale" +file required by an X11 server to use any Type 1 PostScript fonts +which exist in a particular directory. It gathers this informatiom +from the font files themselves, a task which previously was done +by hand. The script is also capable of generating the similar +"Fontmap" file used by ghostscript. It can also generate sample +sheets for the fonts. diff --git a/fonts/type1inst/Makefile b/fonts/type1inst/Makefile new file mode 100644 index 00000000000..1abe2233acd --- /dev/null +++ b/fonts/type1inst/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/19 12:37:41 wiz Exp $ +# + +DISTNAME= type1inst-0.6.1 +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/xutils/} + +MAINTAINER= groo@netbsd.org +COMMENT= Automatically generate fonts.scale/fonts.dir for Type1 fonts + +USE_PERL5= yes +USE_X11BASE= yes +REPLACE_PERL= t1embed type1inst + +NO_BUILD= yes + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${X11PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/t1embed ${X11PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/type1inst.man ${X11PREFIX}/man/man1/type1inst.1 + @${INSTALL_DATA_DIR} ${X11PREFIX}/share/doc/type1inst + @${INSTALL_DATA} ${WRKSRC}/README ${X11PREFIX}/share/doc/type1inst + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/type1inst/PLIST b/fonts/type1inst/PLIST new file mode 100644 index 00000000000..82573bd3218 --- /dev/null +++ b/fonts/type1inst/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/19 12:37:41 wiz Exp $ +bin/type1inst +bin/t1embed +man/man1/type1inst.1 +share/doc/type1inst/README +@dirrm share/doc/type1inst diff --git a/fonts/type1inst/distinfo b/fonts/type1inst/distinfo new file mode 100644 index 00000000000..bc1d06cb39f --- /dev/null +++ b/fonts/type1inst/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/19 12:37:41 wiz Exp $ + +SHA1 (type1inst-0.6.1.tar.gz) = 17a445cfee17ac3c8268666639b3164867ae3dc5 +Size (type1inst-0.6.1.tar.gz) = 27966 bytes |