From 45a3ecf4efc5de03178923b1c03ce1f424058059 Mon Sep 17 00:00:00 2001
From: CHOI Junho <cjh@FreeBSD.org>
Date: Sat, 16 Nov 2002 13:46:53 +0000
Subject: 1. change my address. 2. fix default fontset to work. it is broken
 since XFree86-4 is used. 3. fix document directory to show when default rc
 installed. 4. change background color to white.

Submitted by:	Soonmyung Hong <sonnet@teatime.org>
---
 korean/gau/Makefile                   |  4 ++--
 korean/gau/files/patch-gau-install.in | 11 +++++++++++
 korean/gau/files/patch-rc:gaurc       | 12 ++++++++++++
 korean/gau/files/patch-rc:gtkrc       | 22 ++++++++++++++++++++++
 4 files changed, 47 insertions(+), 2 deletions(-)
 create mode 100644 korean/gau/files/patch-gau-install.in
 create mode 100644 korean/gau/files/patch-rc:gaurc
 create mode 100644 korean/gau/files/patch-rc:gtkrc

(limited to 'korean/gau')

diff --git a/korean/gau/Makefile b/korean/gau/Makefile
index ab7427710a55..ea8c059a12ea 100644
--- a/korean/gau/Makefile
+++ b/korean/gau/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	gau
 PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	korean comms
 MASTER_SITES=	http://www.kr.freebsd.org/~hwang/gau/
 
@@ -16,7 +16,7 @@ PATCHFILES=	gau-0.4.1.patch gau-0.4.1-rc.patch gau-0.4.1-grim_show.patch \
 		gau-0.4.1-script.patch gau-0.4.1-warning.patch
 PATCH_DIST_STRIP=	-p1
 
-MAINTAINER=	cjh@kr.freebsd.org
+MAINTAINER=	cjh@FreeBSD.org
 
 RUN_DEPENDS=	lrz:${PORTSDIR}/comms/lrzsz \
 		${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
diff --git a/korean/gau/files/patch-gau-install.in b/korean/gau/files/patch-gau-install.in
new file mode 100644
index 000000000000..e881adc1cd61
--- /dev/null
+++ b/korean/gau/files/patch-gau-install.in
@@ -0,0 +1,11 @@
+--- gau-install.in	Sat Nov 16 22:14:56 2002
++++ gau-install.in	Sat Nov 16 22:17:20 2002
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+ 
+ gau_data=@prefix@/share/@PACKAGE@
+-gau_doc=@prefix@/doc/@PACKAGE@-@VERSION@
++gau_doc=@prefix@/share/doc/@PACKAGE@
+ 
+ echo "���� �ý��ۿ� ����ִ� ������ ����Ÿ������ ���� �������� �����մϴ�"
+ 
diff --git a/korean/gau/files/patch-rc:gaurc b/korean/gau/files/patch-rc:gaurc
new file mode 100644
index 000000000000..274b489a8fd2
--- /dev/null
+++ b/korean/gau/files/patch-rc:gaurc
@@ -0,0 +1,12 @@
+--- rc/gaurc.orig	Sat Nov 16 22:30:11 2002
++++ rc/gaurc	Sat Nov 16 22:32:06 2002
+@@ -63,7 +63,8 @@
+ # �Ʒ��� �������� ������Ʈ�� ���� 8 (80�� 10���� ������)�̰�
+ # �ѱ� ��Ʈ�� ���� 16�Դϴ�. 
+ 
+-(terminal_font "-*-clean-bold-r-normal--16-*-*-*-*-*-*-*,-*-gulim-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0");
++#(terminal_font "-schumacher-clean-medium-r-normal--16-160-75-75-c-80-iso8859-1,-*-*-medium-r-normal--16-*-*-*-c-160-ksc5601.1987-0");
++(terminal_font "-*-fixed-medium-r-normal--16-*-iso8859-1,-*-gulim-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0");
+ 
+ # prevent ^G -> beep translation
+ # if you want really silent environment,
diff --git a/korean/gau/files/patch-rc:gtkrc b/korean/gau/files/patch-rc:gtkrc
new file mode 100644
index 000000000000..4875d0b4d568
--- /dev/null
+++ b/korean/gau/files/patch-rc:gtkrc
@@ -0,0 +1,22 @@
+--- rc/gtkrc	Sat Nov 16 22:14:56 2002
++++ rc/gtkrc	Sat Nov 16 22:16:36 2002
+@@ -27,7 +27,8 @@
+ style "normal"
+ {
+    #bg_pixmap[NORMAL] = "life12-4.xpm"
+-   bg[NORMAL] = {0.6, 0.7, 0.75}
++   #bg[NORMAL] = {0.6, 0.7, 0.75}
++   bg[NORMAL] = "#ffffff"
+ }
+ 
+ # �͹̳��� ����� �������ݴϴ�.
+@@ -36,7 +37,8 @@
+    #�׸��� ������� �Ѵ�.
+    #bg_pixmap[NORMAL] = "blue-tree.xpm"
+    #���� ������ ĥ�Ѵ�.
+-   bg[NORMAL] = {0.1, 0.1, 0.5}
++   #bg[NORMAL] = {0.1, 0.1, 0.5}
++   bg[NORMAL] = "#ffffff"
+ }
+ 
+ widget "*Term*" style "term"
-- 
cgit v1.2.3