diff options
author | junyoung <junyoung@pkgsrc.org> | 2002-11-02 14:06:02 +0000 |
---|---|---|
committer | junyoung <junyoung@pkgsrc.org> | 2002-11-02 14:06:02 +0000 |
commit | 03709716bbf61235adcbd26728f0306038ea02c6 (patch) | |
tree | a029b8e61a29994a1265ae996ce88a14d400b678 /x11 | |
parent | d7789ee934a2b47b6e4a77b68df3038c9b895a5e (diff) | |
download | pkgsrc-03709716bbf61235adcbd26728f0306038ea02c6.tar.gz |
Update hanterm to 3.1.6nb1. Changes include:
- Use daewoo-mincho font by default; goodbye to annoying "font not found"
error.
- Set default attribute to white text on black background for readability.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hanterm/Makefile | 3 | ||||
-rw-r--r-- | x11/hanterm/distinfo | 4 | ||||
-rw-r--r-- | x11/hanterm/patches/patch-af | 24 | ||||
-rw-r--r-- | x11/hanterm/patches/patch-ag | 13 |
4 files changed, 42 insertions, 2 deletions
diff --git a/x11/hanterm/Makefile b/x11/hanterm/Makefile index 84141366326..842dd072938 100644 --- a/x11/hanterm/Makefile +++ b/x11/hanterm/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/03/18 19:46:26 itojun Exp $ +# $NetBSD: Makefile,v 1.6 2002/11/02 14:06:02 junyoung Exp $ DISTNAME= hanterm-3.1.6 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://hanterm.org/download/ diff --git a/x11/hanterm/distinfo b/x11/hanterm/distinfo index e02bffb8317..3921175f9a6 100644 --- a/x11/hanterm/distinfo +++ b/x11/hanterm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/03/18 19:46:26 itojun Exp $ +$NetBSD: distinfo,v 1.6 2002/11/02 14:06:02 junyoung Exp $ SHA1 (hanterm-3.1.6.tar.gz) = df2ff9ca8ddcee41baeaa8544a9983a1534e8b30 Size (hanterm-3.1.6.tar.gz) = 323736 bytes @@ -6,3 +6,5 @@ SHA1 (patch-ab) = 8b861979eeffc3e9763f4a2162c0e007c61f1a6c SHA1 (patch-ac) = 4c6b6efc12f2e1fba6eb577c65c94d701574353b SHA1 (patch-ad) = e6bf91a30c1b318c2f60ac8590e4842d9e8bab12 SHA1 (patch-ae) = 39d01a39808d144823885c8b674d333362825da7 +SHA1 (patch-af) = 7306a141331bbbe1e4ee4e46549834be2ae2cfa1 +SHA1 (patch-ag) = 50a7a71b7075ac57735189f43fd7e770ec9de81d diff --git a/x11/hanterm/patches/patch-af b/x11/hanterm/patches/patch-af new file mode 100644 index 00000000000..68277432272 --- /dev/null +++ b/x11/hanterm/patches/patch-af @@ -0,0 +1,24 @@ +$NetBSD: patch-af,v 1.1 2002/11/02 14:06:02 junyoung Exp $ + +--- Hanterm.ad.orig Wed Jan 9 09:41:11 2002 ++++ Hanterm.ad Fri Nov 1 05:18:01 2002 +@@ -23,7 +23,7 @@ + + !!!!! Font Setting + !Hanterm*Font: -schumacher-clean-bold-r-normal--16-160-75-75-c-80-* +-!Hanterm*hangulFont: -kaist-iyagi-bold-r-normal--16-160-75-75-c-160-johabsh-1 ++!Hanterm*hangulFont: -daewoo-mincho-medium-r-normal--16-*-*-*-*-*-*-* + + Hanterm*SimpleMenu*BackingStore: NotUseful + Hanterm*SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-* +@@ -89,8 +89,8 @@ + ! Comment this not to use color for the bold attribute + Hanterm*VT100*colorBDMode: on + +-!Hanterm*foreground: white +-!Hanterm*background: black ++Hanterm*foreground: white ++Hanterm*background: black + + Hanterm*VT100*color0: black + Hanterm*VT100*color1: red3 diff --git a/x11/hanterm/patches/patch-ag b/x11/hanterm/patches/patch-ag new file mode 100644 index 00000000000..b911f701926 --- /dev/null +++ b/x11/hanterm/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2002/11/02 14:06:02 junyoung Exp $ + +--- main.h.orig Wed Jan 9 09:41:11 2002 ++++ main.h Fri Nov 1 05:11:36 2002 +@@ -26,7 +26,7 @@ + */ + + #define DEFFONT "-schumacher-clean-bold-r-normal--16-160-75-75-c-80-*" +-#define DEFHFONT "-kaist-iyagi-bold-r-normal--16-160-75-75-c-160-johabsh-1" ++#define DEFHFONT "-daewoo-mincho-medium-r-normal--16-*-*-*-*-*-*-*" + #define DEFBOLDFONT NULL /* no bold font uses overstriking */ + #define DEFBORDER 2 + #define DEFBORDERWIDTH 2 |