1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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.
This commit is contained in:
Ralf S. Engelschall 1997-09-09 19:52:11 +00:00
parent b2e7bc0460
commit 793e8f7481
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7836
6 changed files with 106 additions and 0 deletions

25
graphics/gfont/Makefile Normal file
View File

@ -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>

1
graphics/gfont/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gfont-1.0.1.tar.gz) = 38174b9384026cb28fab9ff9b6e7e284

View File

@ -0,0 +1 @@
Graphics Font - Create GIF image rendered with TeX-available Font

21
graphics/gfont/pkg-descr Normal file
View File

@ -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/

View File

@ -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.

46
graphics/gfont/pkg-plist Normal file
View File

@ -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