aboutsummaryrefslogtreecommitdiff
path: root/graphics/gfont
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>1997-09-09 19:52:11 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>1997-09-09 19:52:11 +0000
commit793e8f7481975784913d65a9a348690012ddb6fa (patch)
tree682788fe965c773d5e79d701a482a8796769744e /graphics/gfont
parentb2e7bc0460889acbdc94534474c8252f05971ec0 (diff)
downloadports-793e8f7481975784913d65a9a348690012ddb6fa.tar.gz
ports-793e8f7481975784913d65a9a348690012ddb6fa.zip
Import of a new program: gFONT (Graphics Font).
This is a handy tool to create GIF images in batch(!) containing strings rendered via TeX-available fonts. This is especially useful for Webdesigners who need some special fonts which HTML does not provide. Actually the Website META Language (WML) [see www/wml/ port] has a powerful package named wml::des::gfont which is based uppon this program: it defines a new HTML container tag named <gfont> which gets replaced by a GIF image containg the tags body string, rendered via any TeX-available font. Very useful for headlines or big letters at the start of paragraphs.
Notes
Notes: svn path=/head/; revision=7836
Diffstat (limited to 'graphics/gfont')
-rw-r--r--graphics/gfont/Makefile25
-rw-r--r--graphics/gfont/distinfo1
-rw-r--r--graphics/gfont/pkg-comment1
-rw-r--r--graphics/gfont/pkg-descr21
-rw-r--r--graphics/gfont/pkg-message12
-rw-r--r--graphics/gfont/pkg-plist46
6 files changed, 106 insertions, 0 deletions
diff --git a/graphics/gfont/Makefile b/graphics/gfont/Makefile
new file mode 100644
index 000000000000..986d3ce53b28
--- /dev/null
+++ b/graphics/gfont/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gfont
+# Version required: 1.0.1
+# Date created: Tue Sep 9 11:00:14 MET DST 1997
+# Whom: Ralf S. Engelschall <rse@engelschall.com>
+#
+# $Id$
+#
+
+DISTNAME= gfont-1.0.1
+CATEGORIES= graphics print www
+MASTER_SITES= http://www.engelschall.com/sw/gfont/distrib/ \
+ ftp://ftp.engelschall.com/sw/
+
+MAINTAINER= rse@engelschall.com
+
+RUN_DEPENDS= mf:${PORTSDIR}/print/teTeX \
+ gftopk:${PORTSDIR}/print/teTeX \
+ gsftopk:${PORTSDIR}/print/teTeX
+
+USE_PERL5= yes
+HAS_CONFIGURE= yes
+
+MAN1= gfont.1
+
+.include <bsd.port.mk>
diff --git a/graphics/gfont/distinfo b/graphics/gfont/distinfo
new file mode 100644
index 000000000000..71faed551dbb
--- /dev/null
+++ b/graphics/gfont/distinfo
@@ -0,0 +1 @@
+MD5 (gfont-1.0.1.tar.gz) = 38174b9384026cb28fab9ff9b6e7e284
diff --git a/graphics/gfont/pkg-comment b/graphics/gfont/pkg-comment
new file mode 100644
index 000000000000..157d2b6eb7b0
--- /dev/null
+++ b/graphics/gfont/pkg-comment
@@ -0,0 +1 @@
+Graphics Font - Create GIF image rendered with TeX-available Font
diff --git a/graphics/gfont/pkg-descr b/graphics/gfont/pkg-descr
new file mode 100644
index 000000000000..604bc69e7bdc
--- /dev/null
+++ b/graphics/gfont/pkg-descr
@@ -0,0 +1,21 @@
+ _____ ___ _ _ _____
+ __ _| ___/ _ \| \ | |_ _|
+ / _` | |_ | | | | \| | | |
+ | (_| | _|| |_| | |\ | | |
+ \__, |_| \___/|_| \_| |_|
+ |___/
+
+ gFONT -- Create GIF image rendered with TeX-available Font
+
+ Version 1.0.1 (09-09-1997)
+
+ The gFONT program creates a GIF image for a given ASCII string
+ by the use of an arbitrary TeX-available font (Postscript or
+ METAFONT). The used font is converted from TeX's PK format to
+ gFONT's own GdF format (Gd Font) and rendered into the
+ resulting GIF image by the use of its own enhanced Gd library.
+ The result is intended to be included into HTML pages with an
+ IMG tag.
+
+ The documentation and latest release can be found on
+ http://www.engelschall.com/sw/gfont/
diff --git a/graphics/gfont/pkg-message b/graphics/gfont/pkg-message
new file mode 100644
index 000000000000..56e8c9d31fd7
--- /dev/null
+++ b/graphics/gfont/pkg-message
@@ -0,0 +1,12 @@
+
+ Copyright (c) 1997 Ralf S. Engelschall, All rights reserved.
+
+ This program is free software; it may be redistributed and/or modified only
+ under the terms of either the GNU General Public License, which may be found
+ in the WML source distribution. Look at the file COPYING.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ more details.
+
diff --git a/graphics/gfont/pkg-plist b/graphics/gfont/pkg-plist
new file mode 100644
index 000000000000..00604c1d3a7a
--- /dev/null
+++ b/graphics/gfont/pkg-plist
@@ -0,0 +1,46 @@
+bin/gfont
+man/man1/gfont.1.gz
+lib/gfont/etc/Fontmap
+lib/gfont/exec/gfont_pktopx
+lib/gfont/exec/gfont_pxtogdf
+lib/gfont/exec/gfont_mkgdf
+lib/gfont/exec/gfont_mkgdf_all
+lib/gfont/gdf/CMBoldface-F.gdf.gz
+lib/gfont/gdf/CMBoldface-H.gdf.gz
+lib/gfont/gdf/CMBoldface-L.gdf.gz
+lib/gfont/gdf/CMBoldface-S.gdf.gz
+lib/gfont/gdf/CMBoldface-T.gdf.gz
+lib/gfont/gdf/CMBoldface-V.gdf.gz
+lib/gfont/gdf/CMBoldface.gdf.gz
+lib/gfont/gdf/CMItalic-F.gdf.gz
+lib/gfont/gdf/CMItalic-H.gdf.gz
+lib/gfont/gdf/CMItalic-L.gdf.gz
+lib/gfont/gdf/CMItalic-S.gdf.gz
+lib/gfont/gdf/CMItalic-T.gdf.gz
+lib/gfont/gdf/CMItalic-V.gdf.gz
+lib/gfont/gdf/CMItalic.gdf.gz
+lib/gfont/gdf/CMRoman-F.gdf.gz
+lib/gfont/gdf/CMRoman-H.gdf.gz
+lib/gfont/gdf/CMRoman-L.gdf.gz
+lib/gfont/gdf/CMRoman-S.gdf.gz
+lib/gfont/gdf/CMRoman-T.gdf.gz
+lib/gfont/gdf/CMRoman-V.gdf.gz
+lib/gfont/gdf/CMRoman.gdf.gz
+lib/gfont/gdf/CMSansSerif-F.gdf.gz
+lib/gfont/gdf/CMSansSerif-H.gdf.gz
+lib/gfont/gdf/CMSansSerif-L.gdf.gz
+lib/gfont/gdf/CMSansSerif-S.gdf.gz
+lib/gfont/gdf/CMSansSerif-T.gdf.gz
+lib/gfont/gdf/CMSansSerif-V.gdf.gz
+lib/gfont/gdf/CMSansSerif.gdf.gz
+lib/gfont/gdf/CMTeleType-F.gdf.gz
+lib/gfont/gdf/CMTeleType-H.gdf.gz
+lib/gfont/gdf/CMTeleType-L.gdf.gz
+lib/gfont/gdf/CMTeleType-S.gdf.gz
+lib/gfont/gdf/CMTeleType-T.gdf.gz
+lib/gfont/gdf/CMTeleType-V.gdf.gz
+lib/gfont/gdf/CMTeleType.gdf.gz
+@dirrm lib/gfont/etc
+@dirrm lib/gfont/exec
+@dirrm lib/gfont/gdf
+@dirrm lib/gfont