diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-12 08:04:24 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-12 08:04:24 +0000 |
commit | fbb994450079849a7b00d43e12296797f32b521c (patch) | |
tree | b6a04af22bb1c38c833e95e34e7fffa30764ef96 /ukrainian/gd/files/patch-gdfontl.h | |
parent | Fix a typo, that prevented my clever font substitution scheme from (diff) |
Rework this port. Instead of patching the fonts, which come with gd
to have koi8-u support -- each patch was twice bigger than the font
file, since they had almost no identical lines -- provide our own
complete replacements. This port now depends on the fetch-target of
x11-fonts/geminifonts and passes the tarball name and the fonts
files to the master-port through my new GD_FONTS variable.
This also upgrades the port to gd-2.0.1, which IMHO everyone should
use by now -- there is no reason to keep the old gd around...
Make myself a maintainer for the time being -- unfortunately, the
previous maintainer (and the port creator) did not respond to
e-mail.
Notes
Notes:
svn path=/head/; revision=52967
Diffstat (limited to 'ukrainian/gd/files/patch-gdfontl.h')
-rw-r--r-- | ukrainian/gd/files/patch-gdfontl.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ukrainian/gd/files/patch-gdfontl.h b/ukrainian/gd/files/patch-gdfontl.h deleted file mode 100644 index c4bbbb1742e4..000000000000 --- a/ukrainian/gd/files/patch-gdfontl.h +++ /dev/null @@ -1,36 +0,0 @@ ---- gdfontl.h.orig Tue Feb 6 21:44:01 2001 -+++ gdfontl.h Fri May 18 13:11:09 2001 -@@ -2,29 +2,20 @@ - #ifndef _GDFONTL_H_ - #define _GDFONTL_H_ 1 - --#ifdef __cplusplus --extern "C" { --#endif -- - /* - This is a header file for gd font, generated using -- bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz -+ bdftogd version 0.60 by Jan Pazdziora, adelton@fi.muni.cz - from bdf font -- -misc-fixed-medium-r-normal--16-140-75-75-c-80-iso8859-2 -- at Tue Jan 6 19:39:27 1998. -- -+ -FreeType-Lucida Console-Medium-R-Normal--17-160-75-75-C-78-KOI8-U -+ at Fri May 18 13:10:26 2001. - The original bdf was holding following copyright: -- "Libor Skarvada, libor@informatics.muni.cz" -+ "Copyright © 1993 Bigelow & Holmes Inc. All rights reserved." - */ - - - #include "gd.h" - - extern gdFontPtr gdFontLarge; -- --#ifdef __cplusplus --} --#endif - - #endif - |