summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-12-13 22:00:41 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-12-13 22:00:41 +0000
commite63d2fca96f2801532e242e4e229d38733f11d77 (patch)
tree9df4c7d7b50b73df27c83bd048c2e5bbe7747414 /korean
parentActivate ko-netscape4-{communicator,navigator}. (diff)
Netscape web-surfboard with Korean resources
PR: ports/8442 (part of) Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
Notes
Notes: svn path=/head/; revision=15337
Diffstat (limited to 'korean')
-rw-r--r--korean/netscape4-communicator/Makefile93
-rw-r--r--korean/netscape4-communicator/distinfo3
-rw-r--r--korean/netscape4-communicator/files/patch-aa157
-rw-r--r--korean/netscape4-communicator/files/preferences.js5
-rw-r--r--korean/netscape4-communicator/files/start.sh.in19
-rw-r--r--korean/netscape4-communicator/pkg-comment2
-rw-r--r--korean/netscape4-communicator/pkg-descr23
-rw-r--r--korean/netscape4-communicator/pkg-plist193
-rw-r--r--korean/netscape4-navigator/Makefile67
-rw-r--r--korean/netscape47-communicator/Makefile93
-rw-r--r--korean/netscape47-communicator/distinfo3
-rw-r--r--korean/netscape47-communicator/files/patch-aa157
-rw-r--r--korean/netscape47-communicator/files/preferences.js5
-rw-r--r--korean/netscape47-communicator/files/start.sh.in19
-rw-r--r--korean/netscape47-communicator/pkg-comment2
-rw-r--r--korean/netscape47-communicator/pkg-descr23
-rw-r--r--korean/netscape47-communicator/pkg-plist193
-rw-r--r--korean/netscape47-navigator/Makefile67
-rw-r--r--korean/netscape48-communicator/Makefile93
-rw-r--r--korean/netscape48-communicator/distinfo3
-rw-r--r--korean/netscape48-communicator/files/patch-aa157
-rw-r--r--korean/netscape48-communicator/files/preferences.js5
-rw-r--r--korean/netscape48-communicator/files/start.sh.in19
-rw-r--r--korean/netscape48-communicator/pkg-comment2
-rw-r--r--korean/netscape48-communicator/pkg-descr23
-rw-r--r--korean/netscape48-communicator/pkg-plist193
-rw-r--r--korean/netscape48-navigator/Makefile67
27 files changed, 642 insertions, 1044 deletions
diff --git a/korean/netscape4-communicator/Makefile b/korean/netscape4-communicator/Makefile
index 858328132d5c..02707b57e4cb 100644
--- a/korean/netscape4-communicator/Makefile
+++ b/korean/netscape4-communicator/Makefile
@@ -1,65 +1,58 @@
-# New ports collection makefile for: netscape3-intl-ko
-# Version required: 3.04/ko
-# Date created: 6 Apr 1995
+# New ports collection makefile for: Netscape browser with Korean resources
+# Version required: 4.07
+# Date created: 25 Oct 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.7 1998/11/23 07:49:49 asami Exp $
+# $Id$
#
+# based on japanese/netscape4-*
-DISTNAME= netscape-3.04
-PKGNAME= ko-netscape-3.04
+DISTNAME= ko-netscape-${BROWSER}
CATEGORIES= korean www
-MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/intl/3.01/unix/ko/ \
- http://www.bpel.tutics.tut.ac.jp/~take/Netscape/etc/
-DISTFILES= netscape-ko-v301.alpha-dec-osf2.0.tar.gz NLS.tar.gz
+MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/netscape-ko/
+DISTFILES= netscape-v407.generic-generic-generic-981014.tar.gz
-MAINTAINER= junker@jazz.snu.ac.kr
+MAINTAINER?= junker@jazz.snu.ac.kr
-RUN_DEPENDS= ${PREFIX}/bin/netscape:${PORTSDIR}/www/netscape3 \
- ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
+RUN_DEPENDS= \
+ ${PREFIX}/bin/${BROWSER}:${PORTSDIR}/www/netscape4-${BROWSER_NAME} \
+ ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts \
+ ${X11BASE}/lib/X11/fonts/local/mzgt16h1.pcf.gz:${PORTSDIR}/korean/mizifont
-BROKEN= upgrade
-
-DIST_SUBDIR= netscape3
-NO_WRKSUBDIR= yes
NO_BUILD= yes
-
-# This directory is hard-coded into the netscape binary
-LIBDIR= /usr/local/lib/netscape
-BINDIR= ${PREFIX}/bin
-NLSDIR= ${LIBDIR}/nls
-RESSUB= ko_KR.EUC
-RESDIR= ${LIBDIR}/${RESSUB}
-
-NLSSRC= ${WRKDIR}/netscape-ko
-MISCFILES= README about splash license mail.msg
-
-STARTFILE= netscape.sh
-STARTFILE_SRC= ${FILESDIR}/netscape.sh
+STRIP=
+WRKSRC= ${WRKDIR}/netscape-v407.generic-generic-generic
+
+BROWSER= ${BROWSER_NAME}-${BROWSER_VER}
+BROWSER_NAME?= communicator
+BROWSER_VER= 4.07
+LANG= ko_KR.EUC
+NDIR= ${PREFIX}/lib/netscape
+MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \
+ -e "s;@PREFIX@;${PREFIX};g" \
+ -e "s;@NDIR@;${NDIR};g" \
+ -e "s;@RDIR@;${NDIR};g" \
+ -e "s;@BROWSER@;${BROWSER};g" \
+ -e "s;@LANG@;${LANG};g"
+TAR= /usr/bin/tar
+
+.SILENT:
do-configure:
- @${SED} -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \
- ${STARTFILE_SRC} >${WRKDIR}/${STARTFILE}
+ ${MAKESCRIPT} ${FILESDIR}/start.sh.in >${WRKDIR}/start.sh
+ ${MAKESCRIPT} ${WRKSRC}/Netscape.ad-ko >${WRKSRC}/Netscape
do-install:
- -@${MV} ${BINDIR}/netscape ${BINDIR}/netscape.orig
- @${INSTALL_SCRIPT} ${WRKDIR}/${STARTFILE} ${BINDIR}/netscape
- @${MKDIR} ${NLSDIR}/local_im_tbl
- @${INSTALL_DATA} ${WRKDIR}/nls/*.* ${LIBDIR}/nls
- @${INSTALL_DATA} ${WRKDIR}/nls/C ${LIBDIR}/nls
- @${RM} -f ${LIBDIR}/nls/*.orig
- @${INSTALL_DATA} ${WRKDIR}/nls/local_im_tbl/* ${LIBDIR}/nls/local_im_tbl
- @${MKDIR} ${RESDIR}
- @${INSTALL_DATA} ${NLSSRC}/Netscape.ad-ko ${RESDIR}/Netscape
- @for i in ${MISCFILES}; do \
- ${INSTALL_DATA} ${NLSSRC}/$$i ${RESDIR}; \
- done
- ${INSTALL_DATA} ${NLSSRC}/icons/*.xpm ${RESDIR}
-
-# This port is based on 'japanese/netscape3.language(ja-netscape-3.04)'
-# by sada@e-mail.ne.jp
-
-post-install:
- @${CAT} ${PKGDIR}/DESCR
+ ${INSTALL_DATA} ${FILESDIR}/preferences.js ${NDIR}
+ ${MKDIR} ${NDIR}/locale
+ ${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG}
+ ${MKDIR} ${NDIR}/${LANG}
+.for f in Netscape about mail.msg netscape.cfg plugins \
+ splash LICENSE.ko
+ ${INSTALL_DATA} ${WRKSRC}/$f ${NDIR}/${LANG}/
+.endfor
+ ${INSTALL_SCRIPT} ${WRKDIR}/start.sh ${PREFIX}/bin/ko-${BROWSER}
+ ${LN} -sf ko-${BROWSER} ${PREFIX}/bin/netscape
+ ${TAR} -C ${NDIR}/${LANG} -x -z -v -f ${WRKSRC}/nethelp-v403.nif
.include <bsd.port.mk>
diff --git a/korean/netscape4-communicator/distinfo b/korean/netscape4-communicator/distinfo
index 00353a6a97d5..c307b7f837e7 100644
--- a/korean/netscape4-communicator/distinfo
+++ b/korean/netscape4-communicator/distinfo
@@ -1,2 +1 @@
-MD5 (netscape3/netscape-ko-v301.alpha-dec-osf2.0.tar.gz) = 8f4884ddbadc5e369fd7eb8a653be2c8
-MD5 (netscape3/NLS.tar.gz) = f79a6c0b6f9018f522b55cbb21be866f
+MD5 (netscape-v407.generic-generic-generic-981014.tar.gz) = a4575e5ce0aafd79b3c46ea4d3011e33
diff --git a/korean/netscape4-communicator/files/patch-aa b/korean/netscape4-communicator/files/patch-aa
index 371f5853ab6d..34d53db16adb 100644
--- a/korean/netscape4-communicator/files/patch-aa
+++ b/korean/netscape4-communicator/files/patch-aa
@@ -1,155 +1,20 @@
---- netscape-ko/Netscape.ad-ko.orig Thu Jan 30 13:56:58 1997
-+++ netscape-ko/Netscape.ad-ko Mon Nov 16 20:28:03 1998
-@@ -7,6 +7,7 @@
- ! Bugs and commentary to x_cbug@netscape.com.
- !
- ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
-+! CHOI Junho <junker@jazz.snu.ac.kr>, 16-Nov-98 for FreeBSD
- !
- ! ==========================================================
- ! NOTE: If you're looking here for things to customize, look
-@@ -57,7 +58,8 @@
+--- n Sun Oct 25 19:04:57 1998
++++ Netscape.ad-ko Sun Oct 25 19:05:53 1998
+@@ -83,7 +83,7 @@
! This is the directory where Netscape finds external files such as icons.
!
--*appDir: /usr/lib/X11/ko_KR.eucKR/netscape
-+!*appDir: /usr/lib/X11/ko_KR.eucKR/netscape
-+*appDir: /usr/local/lib/netscape/ko_KR.EUC
+-*appDir: /@LOC_LANG@/netscape
++*appDir: @NDIR@/@LANG@
! This resource is the same as the -visual command line option, which selects
! an X visual on which the windows should be created. Legal options are:
-@@ -141,8 +143,10 @@
- ! If you find a need to let one or both of them continue on to the actual
- ! terminal of Netscape, you can do it by setting these resources to False.
- !
--*useStderrDialog: True
--*useStdoutDialog: True
-+!*useStderrDialog: True
-+*useStderrDialog: False
-+!*useStdoutDialog: True
-+*useStdoutDialog: False
-
- ! For those MIME content-encodings which are not directly understood
- ! internally, it is possible to specify another Unix program to use as
-@@ -2632,7 +2636,7 @@
- ! changed at runtime; these resources won't override that.
- *title: Netscape
- *iconName: Netscape
--*Navigator.title: Netscape Navigator 3.01
-+*Navigator.title: Netscape Navigator 3.04
- *Mail.title: Netscape ¸ÞÀÏ
- *Mail.iconName: ¸ÞÀÏ
-
-@@ -4347,7 +4351,7 @@
-
-
- ! Do not under any circumstances change the following line:
--Netscape.version: 3.01
-+Netscape.version: 3.04
-
-
- ! ============================================================================
-@@ -4357,10 +4361,15 @@
- ! the document display area.
- ! ============================================================================
- !
-+*fontList:\
-+ -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
- !*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmList*fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*XmList*fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
+@@ -2932,6 +2932,8 @@
+ *openURLDialog*browserToggle.set: True
+ *openURLDialog*XmTextField.columns: 45
+ !*openURLDialog.width: 500
++!*openURLDialog*XmTextField.fontList:\
++!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- ! SGI default:
- !*menuBar*fontList: -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
-@@ -4369,10 +4378,17 @@
- !*menuBar*historyTruncated.fontList:\
- ! -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
- !*popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
-+*menuBar*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*menuBar*historyTruncated.fontList:\
-+ -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
- !*topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
- !*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
-@@ -4380,12 +4396,20 @@
- ! -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*bookmark*selectedLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
- !*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
-+*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
- !*licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
-
- ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
-@@ -4395,6 +4419,14 @@
- !-*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
- !-*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
- !-*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
-+*XmLGrid*fontList:\
-+-*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*;\
-+-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:,\
-+-*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*;\
-+-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:=BOLD,\
-+-*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*;\
-+-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:=ITALIC
-+
-
-
-
-@@ -4709,6 +4741,7 @@
- ! Navigator mouse documentation.
- !
- !*tipLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*tipLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
- Netscape*tipLabel.background: #FFFFCC
- Netscape*tipLabel.foreground: Black
- Netscape*tipShell.borderColor: Black
-@@ -5167,10 +5200,13 @@
- *postAndMailReply.tipString: ´º½º ¹× ¸ÞÀÏ ´äÀå
- *markThreadRead.tipString: ÀÐÀº ¾²·¹µå·Î Ç¥½Ã
- *markAllRead.tipString: ¸ðµÎ ÀÐÀº °ÍÀ¸·Î Ç¥½Ã
--*fontList:\
---adecw-screen-medium-r-normal--*-180-*-*-m-*-iso8859-1=ISO8859-1,\
---adecw-screen-medium-r-normal--*-180-*-*-m-*-ksc5601.1987-1=KSC5601.1987-1,\
---adecw-screen-medium-r-normal--*-180-*-*-m-*:
-+!*fontList:\
-+!-adecw-screen-medium-r-normal--*-180-*-*-m-*-iso8859-1=ISO8859-1,\
-+!-adecw-screen-medium-r-normal--*-180-*-*-m-*-ksc5601.1987-1=KSC5601.1987-1,\
-+!-adecw-screen-medium-r-normal--*-180-*-*-m-*:
-+!*fontList:\
-+! -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+!-*-*-medium-r-normal--*-120-*-*-*-*:
- *preeditType: root
- *versionLocale: ko
-@@ -5227,6 +5263,7 @@
- *localeCharset*ja_JP: x-euc-jp
- *localeCharset*ko_KR.deckorean: euc-kr
- *localeCharset*ko_KR.eucKR: euc-kr
-+*localeCharset*ko_KR.EUC: euc-kr
- *localeCharset*ko_KR: euc-kr
- *localeCharset*nl_BE.ISO8859-1: iso-8859-1
- *localeCharset*nl_NL.ISO8859-1: iso-8859-1
diff --git a/korean/netscape4-communicator/files/preferences.js b/korean/netscape4-communicator/files/preferences.js
new file mode 100644
index 000000000000..6c63b5544055
--- /dev/null
+++ b/korean/netscape4-communicator/files/preferences.js
@@ -0,0 +1,5 @@
+// Netscape User Preferences
+// This is a generated file! Do not edit.
+
+user_pref("intl.character_set", 1292);
+user_pref("intl.font_spec_list", "misc-gothic-120-noscale-fixed-x-ksc5601-11,misc-gothic-120-noscale-prop-x-ksc5601-11,schumacher-clean-120-noscale-fixed-x-user-defined,schumacher-clean-120-noscale-prop-x-user-defined,nsPseudoFont-courier-120-noscale-fixed-UTF-8,nsPseudoFont-helvetica-120-noscale-prop-UTF-8,isas-fangsong ti-120-noscale-fixed-gb_2312-80,isas-fangsong ti-120-noscale-prop-gb_2312-80,hanyang-kodig-140-noscale-fixed-ks_c_5601-1987,hanyang-kodig-140-noscale-prop-ks_c_5601-1987,misc-fixed-130-noscale-fixed-jis_x0201,misc-fixed-130-noscale-prop-jis_x0201,netscape-fixed-130-noscale-fixed-jis_x0208-1983,netscape-fixed-130-noscale-prop-jis_x0208-1983,sp-courier new-120-noscale-fixed-iso-8859-2,sp-arial-120-noscale-prop-iso-8859-2,adobe-courier-100-noscale-fixed-iso-8859-1,adobe-helvetica-120-noscale-prop-iso-8859-1,");
diff --git a/korean/netscape4-communicator/files/start.sh.in b/korean/netscape4-communicator/files/start.sh.in
new file mode 100644
index 000000000000..d5a1aa131ce0
--- /dev/null
+++ b/korean/netscape4-communicator/files/start.sh.in
@@ -0,0 +1,19 @@
+#!/bin/sh
+CHMOD='/bin/chmod'
+CP='/bin/cp -p'
+MKDIR='/bin/mkdir -p'
+export LANG; LANG=ko_KR.EUC
+export LC_ALL; LC_ALL=$LANG
+export LC_CTYPE; LC_CTYPE=$LANG
+export MOZILLA_HOME; MOZILLA_HOME=@NDIR@
+export MOZILLA_NO_ASYNC; MOZILLA_NO_ASYNC=True
+export CLASSPATH; CLASSPATH=.:$MOZILLA_HOME
+#export XENVIRONMENT; XENVIRONMENT=${MOZILLA_HOME}/Netscape.ad
+export XKEYSYMDB; XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
+export XAPPLRESDIR; XAPPLRESDIR=@RDIR@
+export XNLSPATH; XNLSPATH=${MOZILLA_HOME}/nls
+export PATH_LOCALE; PATH_LOCALE=@RDIR@/locale
+export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins
+export TIMID_DIR; TIMID_DIR=/usr/local/lib/timidity
+export XCMSDB; XCMSDB=/dev/null
+exec ${MOZILLA_HOME}/@BROWSER@.bin $*
diff --git a/korean/netscape4-communicator/pkg-comment b/korean/netscape4-communicator/pkg-comment
index 213957e45769..a8d8d4df27d0 100644
--- a/korean/netscape4-communicator/pkg-comment
+++ b/korean/netscape4-communicator/pkg-comment
@@ -1 +1 @@
-netscape-3.01 web-surfboard (international version, Korean)
+Netscape web-surfboard with Korean resources
diff --git a/korean/netscape4-communicator/pkg-descr b/korean/netscape4-communicator/pkg-descr
index 558804dd9d41..55c9444c96bd 100644
--- a/korean/netscape4-communicator/pkg-descr
+++ b/korean/netscape4-communicator/pkg-descr
@@ -1,20 +1,9 @@
-Netscape 3.04(Korean)
----------------------
+This is the netscape web-surfboard.
+Please read the file `/usr/local/lib/netscape/LICENSE.ko'
+for the licensing terms.
-This is the netscape web-surfboard. Please read the file
-"/usr/local/lib/netscape/LICENSE" for the licensing terms.
-And, read the file "/usr/local/lib/netscape/ko_KR.EUC/README"
-for Korean version information.
-
-Note: If Java applets fail to display. Type this as root:
- cd /usr/X11R6/lib/X11/fonts/misc
- /usr/X11R6/bin/mkfontdir
- chmod 444 fonts.dir
- And then exit and restart your X server.
-
-This version of Netscape is some hack of Netscape 3.04 and international
-supplementary file of Korean, OSF/1 version(3.01).
-It need Hanyang X11 fonts(KSC5601-1987.0)
+Korean Netscape Localization(X11) page(written in Korean):
+ http://jazz.snu.ac.kr/~junker/work/netscape-ko/
--
-Port By CHOI Junho <junker@jazz.snu.ac.kr>
+Ports by CHOI Junho <junker@jazz.snu.ac.kr>
diff --git a/korean/netscape4-communicator/pkg-plist b/korean/netscape4-communicator/pkg-plist
index 8feff74848ae..5434307d6773 100644
--- a/korean/netscape4-communicator/pkg-plist
+++ b/korean/netscape4-communicator/pkg-plist
@@ -1,79 +1,122 @@
-@cwd /usr/local
-@exec echo "Updating %D/bin/netscape"; mv %D/bin/netscape %D/bin/netscape.orig
-bin/netscape
-@unexec echo "Recovering %D/bin/netscape"; mv %D/bin/netscape.orig %D/bin/netscape
+bin/ko-communicator-4.07
+@exec /bin/ln -sf %f %B/netscape
lib/netscape/ko_KR.EUC/Netscape
-lib/netscape/ko_KR.EUC/README
lib/netscape/ko_KR.EUC/about
-lib/netscape/ko_KR.EUC/splash
-lib/netscape/ko_KR.EUC/license
lib/netscape/ko_KR.EUC/mail.msg
-lib/netscape/ko_KR.EUC/CAddress.pt.i.xpm
-lib/netscape/ko_KR.EUC/CAddress.pt.xpm
-lib/netscape/ko_KR.EUC/CAttachM.pt.i.xpm
-lib/netscape/ko_KR.EUC/CAttachM.pt.xpm
-lib/netscape/ko_KR.EUC/CQuote.pt.i.xpm
-lib/netscape/ko_KR.EUC/CQuote.pt.xpm
-lib/netscape/ko_KR.EUC/CSendLater.pt.i.xpm
-lib/netscape/ko_KR.EUC/CSendLater.pt.xpm
-lib/netscape/ko_KR.EUC/CSendM.pt.i.xpm
-lib/netscape/ko_KR.EUC/CSendM.pt.xpm
-lib/netscape/ko_KR.EUC/MDel.pt.i.xpm
-lib/netscape/ko_KR.EUC/MDel.pt.xpm
-lib/netscape/ko_KR.EUC/MGetM.pt.xpm
-lib/netscape/ko_KR.EUC/MMarkA.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMarkA.pt.xpm
-lib/netscape/ko_KR.EUC/MMarkT.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMarkT.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgFwd.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgFwd.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgNew.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgNew.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgPst.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgPst.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgPstF.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgPstF.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgPstR.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgPstR.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgRep.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgRep.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgRepA.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgRepA.pt.xpm
-lib/netscape/ko_KR.EUC/MNextU.pt.i.xpm
-lib/netscape/ko_KR.EUC/MNextU.pt.xpm
-lib/netscape/ko_KR.EUC/MPrevU.pt.i.xpm
-lib/netscape/ko_KR.EUC/MPrevU.pt.xpm
-lib/netscape/ko_KR.EUC/MPrint.xpm
-lib/netscape/ko_KR.EUC/MStop.xpm
-lib/netscape/ko_KR.EUC/TBack.pt.i.xpm
-lib/netscape/ko_KR.EUC/TBack.pt.xpm
-lib/netscape/ko_KR.EUC/TFind.pt.xpm
-lib/netscape/ko_KR.EUC/THome.pt.xpm
-lib/netscape/ko_KR.EUC/TLoadImages.pt.i.xpm
-lib/netscape/ko_KR.EUC/TLoadImages.pt.xpm
-lib/netscape/ko_KR.EUC/TNext.pt.i.xpm
-lib/netscape/ko_KR.EUC/TNext.pt.xpm
-lib/netscape/ko_KR.EUC/TOpenUrl.pt.xpm
-lib/netscape/ko_KR.EUC/TPrint.pt.xpm
-lib/netscape/ko_KR.EUC/TReload.pt.xpm
-lib/netscape/ko_KR.EUC/TStop.pt.i.xpm
-lib/netscape/ko_KR.EUC/TStop.pt.xpm
+lib/netscape/ko_KR.EUC/nethelp/Back_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Back_dis.gif
+lib/netscape/ko_KR.EUC/nethelp/Back_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Back_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Blank.htm
+lib/netscape/ko_KR.EUC/nethelp/Button.js
+lib/netscape/ko_KR.EUC/nethelp/CntData.js
+lib/netscape/ko_KR.EUC/nethelp/CntTool.htm
+lib/netscape/ko_KR.EUC/nethelp/CntTool.js
+lib/netscape/ko_KR.EUC/nethelp/Exit_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Exit_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Exit_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_dis.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Header.js
+lib/netscape/ko_KR.EUC/nethelp/IdxData.js
+lib/netscape/ko_KR.EUC/nethelp/IdxFill.htm
+lib/netscape/ko_KR.EUC/nethelp/IdxKey.htm
+lib/netscape/ko_KR.EUC/nethelp/IdxTool.htm
+lib/netscape/ko_KR.EUC/nethelp/IdxTopic.htm
+lib/netscape/ko_KR.EUC/nethelp/Local-1.js
+lib/netscape/ko_KR.EUC/nethelp/NavUI.htm
+lib/netscape/ko_KR.EUC/nethelp/NoJSerr.htm
+lib/netscape/ko_KR.EUC/nethelp/NSHIfrm.htm
+lib/netscape/ko_KR.EUC/nethelp/Prnt_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Prnt_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Prnt_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Stack.js
+lib/netscape/ko_KR.EUC/nethelp/Status.htm
+lib/netscape/ko_KR.EUC/nethelp/System.htm
+lib/netscape/ko_KR.EUC/nethelp/System.js
+lib/netscape/ko_KR.EUC/nethelp/ToolUI.htm
+lib/netscape/ko_KR.EUC/nethelp/Tool_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Tool_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Tool_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Topic.js
+lib/netscape/ko_KR.EUC/nethelp/Utility.js
+lib/netscape/ko_KR.EUC/nethelp/Wait.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/collIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/commIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/compIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/confIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/messIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/navIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/netIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/NetHelp1.css
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/admnIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/calIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/ibmIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/comp.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/compHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/composer.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/comtlbr2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/fmtlbr3.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/tagicon2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/conf.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/confHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/confernc.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/brws2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/chat2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/circle2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/eraser2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/fhndtl2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/filex2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/horline2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/line2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/pointer2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/rect2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/txttool2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/whtbd2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/home.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/home.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/homeHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/nav.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/navHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/navigatr.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/net.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/netHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/netcastr.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/discgrps.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/coll.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/collHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/collabra.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mailbox.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mess.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/messHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/messengr.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mpctrl.gif
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/messengr
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/collabra
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/home
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/confernc
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/shared
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/composer
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape
+@dirrm lib/netscape/ko_KR.EUC/nethelp
+lib/netscape/ko_KR.EUC/netscape.cfg
+lib/netscape/ko_KR.EUC/plugins
+lib/netscape/ko_KR.EUC/splash
+lib/netscape/ko_KR.EUC/LICENSE.ko
+lib/netscape/preferences.js
+@exec /bin/mkdir -p %B/locale
+@exec /bin/ln -sf /usr/share/locale/en_US.ISO_8859-1 %B/locale/ko_KR.EUC
+@unexec rm -f %B/locale/ko_KR.EUC
+@dirrm lib/netscape/locale
@dirrm lib/netscape/ko_KR.EUC
-lib/netscape/nls/C
-lib/netscape/nls/ja_JP.jis7
-lib/netscape/nls/ja_JP.jis8
-lib/netscape/nls/ja_JP.mscode
-lib/netscape/nls/ja_JP.ujis
-lib/netscape/nls/ja_JP.pjis
-lib/netscape/nls/ko_KR.euc
-lib/netscape/nls/local_im_tbl/lt_LN.bit7
-lib/netscape/nls/local_im_tbl/lt_LN.bit8
-@dirrm lib/netscape/nls/local_im_tbl
-lib/netscape/nls/lt_LN.bit7
-lib/netscape/nls/lt_LN.bit8
-lib/netscape/nls/nls.alias
-lib/netscape/nls/nls.dir
-lib/netscape/nls/wr_WR.ct
-lib/netscape/nls/zh_CN.ugb
-lib/netscape/nls/zh_TW.big5
-@dirrm lib/netscape/nls
diff --git a/korean/netscape4-navigator/Makefile b/korean/netscape4-navigator/Makefile
index 858328132d5c..4eb8b0f88c23 100644
--- a/korean/netscape4-navigator/Makefile
+++ b/korean/netscape4-navigator/Makefile
@@ -1,65 +1,18 @@
-# New ports collection makefile for: netscape3-intl-ko
-# Version required: 3.04/ko
-# Date created: 6 Apr 1995
+# New ports collection makefile for: Netscape browser with Korean resources
+# Version required: 4.07
+# Date created: 25 Oct 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.7 1998/11/23 07:49:49 asami Exp $
+# $Id$
#
-
-DISTNAME= netscape-3.04
-PKGNAME= ko-netscape-3.04
-CATEGORIES= korean www
-MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/intl/3.01/unix/ko/ \
- http://www.bpel.tutics.tut.ac.jp/~take/Netscape/etc/
-DISTFILES= netscape-ko-v301.alpha-dec-osf2.0.tar.gz NLS.tar.gz
+# based on japanese/netscape4-*
MAINTAINER= junker@jazz.snu.ac.kr
-RUN_DEPENDS= ${PREFIX}/bin/netscape:${PORTSDIR}/www/netscape3 \
- ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
-
-BROKEN= upgrade
-
-DIST_SUBDIR= netscape3
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-# This directory is hard-coded into the netscape binary
-LIBDIR= /usr/local/lib/netscape
-BINDIR= ${PREFIX}/bin
-NLSDIR= ${LIBDIR}/nls
-RESSUB= ko_KR.EUC
-RESDIR= ${LIBDIR}/${RESSUB}
-
-NLSSRC= ${WRKDIR}/netscape-ko
-MISCFILES= README about splash license mail.msg
-
-STARTFILE= netscape.sh
-STARTFILE_SRC= ${FILESDIR}/netscape.sh
-
-do-configure:
- @${SED} -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \
- ${STARTFILE_SRC} >${WRKDIR}/${STARTFILE}
-
-do-install:
- -@${MV} ${BINDIR}/netscape ${BINDIR}/netscape.orig
- @${INSTALL_SCRIPT} ${WRKDIR}/${STARTFILE} ${BINDIR}/netscape
- @${MKDIR} ${NLSDIR}/local_im_tbl
- @${INSTALL_DATA} ${WRKDIR}/nls/*.* ${LIBDIR}/nls
- @${INSTALL_DATA} ${WRKDIR}/nls/C ${LIBDIR}/nls
- @${RM} -f ${LIBDIR}/nls/*.orig
- @${INSTALL_DATA} ${WRKDIR}/nls/local_im_tbl/* ${LIBDIR}/nls/local_im_tbl
- @${MKDIR} ${RESDIR}
- @${INSTALL_DATA} ${NLSSRC}/Netscape.ad-ko ${RESDIR}/Netscape
- @for i in ${MISCFILES}; do \
- ${INSTALL_DATA} ${NLSSRC}/$$i ${RESDIR}; \
- done
- ${INSTALL_DATA} ${NLSSRC}/icons/*.xpm ${RESDIR}
-
-# This port is based on 'japanese/netscape3.language(ja-netscape-3.04)'
-# by sada@e-mail.ne.jp
+FILESDIR= ${MASTER_DIR}/files
+PATCHDIR= ${MASTER_DIR}/patches
-post-install:
- @${CAT} ${PKGDIR}/DESCR
+BROWSER_NAME= navigator
+MASTER_DIR= ${.CURDIR}/../netscape4-communicator
-.include <bsd.port.mk>
+.include "${MASTER_DIR}/Makefile"
diff --git a/korean/netscape47-communicator/Makefile b/korean/netscape47-communicator/Makefile
index 858328132d5c..02707b57e4cb 100644
--- a/korean/netscape47-communicator/Makefile
+++ b/korean/netscape47-communicator/Makefile
@@ -1,65 +1,58 @@
-# New ports collection makefile for: netscape3-intl-ko
-# Version required: 3.04/ko
-# Date created: 6 Apr 1995
+# New ports collection makefile for: Netscape browser with Korean resources
+# Version required: 4.07
+# Date created: 25 Oct 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.7 1998/11/23 07:49:49 asami Exp $
+# $Id$
#
+# based on japanese/netscape4-*
-DISTNAME= netscape-3.04
-PKGNAME= ko-netscape-3.04
+DISTNAME= ko-netscape-${BROWSER}
CATEGORIES= korean www
-MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/intl/3.01/unix/ko/ \
- http://www.bpel.tutics.tut.ac.jp/~take/Netscape/etc/
-DISTFILES= netscape-ko-v301.alpha-dec-osf2.0.tar.gz NLS.tar.gz
+MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/netscape-ko/
+DISTFILES= netscape-v407.generic-generic-generic-981014.tar.gz
-MAINTAINER= junker@jazz.snu.ac.kr
+MAINTAINER?= junker@jazz.snu.ac.kr
-RUN_DEPENDS= ${PREFIX}/bin/netscape:${PORTSDIR}/www/netscape3 \
- ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
+RUN_DEPENDS= \
+ ${PREFIX}/bin/${BROWSER}:${PORTSDIR}/www/netscape4-${BROWSER_NAME} \
+ ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts \
+ ${X11BASE}/lib/X11/fonts/local/mzgt16h1.pcf.gz:${PORTSDIR}/korean/mizifont
-BROKEN= upgrade
-
-DIST_SUBDIR= netscape3
-NO_WRKSUBDIR= yes
NO_BUILD= yes
-
-# This directory is hard-coded into the netscape binary
-LIBDIR= /usr/local/lib/netscape
-BINDIR= ${PREFIX}/bin
-NLSDIR= ${LIBDIR}/nls
-RESSUB= ko_KR.EUC
-RESDIR= ${LIBDIR}/${RESSUB}
-
-NLSSRC= ${WRKDIR}/netscape-ko
-MISCFILES= README about splash license mail.msg
-
-STARTFILE= netscape.sh
-STARTFILE_SRC= ${FILESDIR}/netscape.sh
+STRIP=
+WRKSRC= ${WRKDIR}/netscape-v407.generic-generic-generic
+
+BROWSER= ${BROWSER_NAME}-${BROWSER_VER}
+BROWSER_NAME?= communicator
+BROWSER_VER= 4.07
+LANG= ko_KR.EUC
+NDIR= ${PREFIX}/lib/netscape
+MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \
+ -e "s;@PREFIX@;${PREFIX};g" \
+ -e "s;@NDIR@;${NDIR};g" \
+ -e "s;@RDIR@;${NDIR};g" \
+ -e "s;@BROWSER@;${BROWSER};g" \
+ -e "s;@LANG@;${LANG};g"
+TAR= /usr/bin/tar
+
+.SILENT:
do-configure:
- @${SED} -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \
- ${STARTFILE_SRC} >${WRKDIR}/${STARTFILE}
+ ${MAKESCRIPT} ${FILESDIR}/start.sh.in >${WRKDIR}/start.sh
+ ${MAKESCRIPT} ${WRKSRC}/Netscape.ad-ko >${WRKSRC}/Netscape
do-install:
- -@${MV} ${BINDIR}/netscape ${BINDIR}/netscape.orig
- @${INSTALL_SCRIPT} ${WRKDIR}/${STARTFILE} ${BINDIR}/netscape
- @${MKDIR} ${NLSDIR}/local_im_tbl
- @${INSTALL_DATA} ${WRKDIR}/nls/*.* ${LIBDIR}/nls
- @${INSTALL_DATA} ${WRKDIR}/nls/C ${LIBDIR}/nls
- @${RM} -f ${LIBDIR}/nls/*.orig
- @${INSTALL_DATA} ${WRKDIR}/nls/local_im_tbl/* ${LIBDIR}/nls/local_im_tbl
- @${MKDIR} ${RESDIR}
- @${INSTALL_DATA} ${NLSSRC}/Netscape.ad-ko ${RESDIR}/Netscape
- @for i in ${MISCFILES}; do \
- ${INSTALL_DATA} ${NLSSRC}/$$i ${RESDIR}; \
- done
- ${INSTALL_DATA} ${NLSSRC}/icons/*.xpm ${RESDIR}
-
-# This port is based on 'japanese/netscape3.language(ja-netscape-3.04)'
-# by sada@e-mail.ne.jp
-
-post-install:
- @${CAT} ${PKGDIR}/DESCR
+ ${INSTALL_DATA} ${FILESDIR}/preferences.js ${NDIR}
+ ${MKDIR} ${NDIR}/locale
+ ${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG}
+ ${MKDIR} ${NDIR}/${LANG}
+.for f in Netscape about mail.msg netscape.cfg plugins \
+ splash LICENSE.ko
+ ${INSTALL_DATA} ${WRKSRC}/$f ${NDIR}/${LANG}/
+.endfor
+ ${INSTALL_SCRIPT} ${WRKDIR}/start.sh ${PREFIX}/bin/ko-${BROWSER}
+ ${LN} -sf ko-${BROWSER} ${PREFIX}/bin/netscape
+ ${TAR} -C ${NDIR}/${LANG} -x -z -v -f ${WRKSRC}/nethelp-v403.nif
.include <bsd.port.mk>
diff --git a/korean/netscape47-communicator/distinfo b/korean/netscape47-communicator/distinfo
index 00353a6a97d5..c307b7f837e7 100644
--- a/korean/netscape47-communicator/distinfo
+++ b/korean/netscape47-communicator/distinfo
@@ -1,2 +1 @@
-MD5 (netscape3/netscape-ko-v301.alpha-dec-osf2.0.tar.gz) = 8f4884ddbadc5e369fd7eb8a653be2c8
-MD5 (netscape3/NLS.tar.gz) = f79a6c0b6f9018f522b55cbb21be866f
+MD5 (netscape-v407.generic-generic-generic-981014.tar.gz) = a4575e5ce0aafd79b3c46ea4d3011e33
diff --git a/korean/netscape47-communicator/files/patch-aa b/korean/netscape47-communicator/files/patch-aa
index 371f5853ab6d..34d53db16adb 100644
--- a/korean/netscape47-communicator/files/patch-aa
+++ b/korean/netscape47-communicator/files/patch-aa
@@ -1,155 +1,20 @@
---- netscape-ko/Netscape.ad-ko.orig Thu Jan 30 13:56:58 1997
-+++ netscape-ko/Netscape.ad-ko Mon Nov 16 20:28:03 1998
-@@ -7,6 +7,7 @@
- ! Bugs and commentary to x_cbug@netscape.com.
- !
- ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
-+! CHOI Junho <junker@jazz.snu.ac.kr>, 16-Nov-98 for FreeBSD
- !
- ! ==========================================================
- ! NOTE: If you're looking here for things to customize, look
-@@ -57,7 +58,8 @@
+--- n Sun Oct 25 19:04:57 1998
++++ Netscape.ad-ko Sun Oct 25 19:05:53 1998
+@@ -83,7 +83,7 @@
! This is the directory where Netscape finds external files such as icons.
!
--*appDir: /usr/lib/X11/ko_KR.eucKR/netscape
-+!*appDir: /usr/lib/X11/ko_KR.eucKR/netscape
-+*appDir: /usr/local/lib/netscape/ko_KR.EUC
+-*appDir: /@LOC_LANG@/netscape
++*appDir: @NDIR@/@LANG@
! This resource is the same as the -visual command line option, which selects
! an X visual on which the windows should be created. Legal options are:
-@@ -141,8 +143,10 @@
- ! If you find a need to let one or both of them continue on to the actual
- ! terminal of Netscape, you can do it by setting these resources to False.
- !
--*useStderrDialog: True
--*useStdoutDialog: True
-+!*useStderrDialog: True
-+*useStderrDialog: False
-+!*useStdoutDialog: True
-+*useStdoutDialog: False
-
- ! For those MIME content-encodings which are not directly understood
- ! internally, it is possible to specify another Unix program to use as
-@@ -2632,7 +2636,7 @@
- ! changed at runtime; these resources won't override that.
- *title: Netscape
- *iconName: Netscape
--*Navigator.title: Netscape Navigator 3.01
-+*Navigator.title: Netscape Navigator 3.04
- *Mail.title: Netscape ¸ÞÀÏ
- *Mail.iconName: ¸ÞÀÏ
-
-@@ -4347,7 +4351,7 @@
-
-
- ! Do not under any circumstances change the following line:
--Netscape.version: 3.01
-+Netscape.version: 3.04
-
-
- ! ============================================================================
-@@ -4357,10 +4361,15 @@
- ! the document display area.
- ! ============================================================================
- !
-+*fontList:\
-+ -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
- !*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmList*fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*XmList*fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
+@@ -2932,6 +2932,8 @@
+ *openURLDialog*browserToggle.set: True
+ *openURLDialog*XmTextField.columns: 45
+ !*openURLDialog.width: 500
++!*openURLDialog*XmTextField.fontList:\
++!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- ! SGI default:
- !*menuBar*fontList: -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
-@@ -4369,10 +4378,17 @@
- !*menuBar*historyTruncated.fontList:\
- ! -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
- !*popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
-+*menuBar*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*menuBar*historyTruncated.fontList:\
-+ -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
- !*topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
- !*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
-@@ -4380,12 +4396,20 @@
- ! -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*bookmark*selectedLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
- !*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
-+*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
- !*licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
-
- ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
-@@ -4395,6 +4419,14 @@
- !-*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
- !-*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
- !-*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
-+*XmLGrid*fontList:\
-+-*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*;\
-+-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:,\
-+-*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*;\
-+-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:=BOLD,\
-+-*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*;\
-+-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:=ITALIC
-+
-
-
-
-@@ -4709,6 +4741,7 @@
- ! Navigator mouse documentation.
- !
- !*tipLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*tipLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
- Netscape*tipLabel.background: #FFFFCC
- Netscape*tipLabel.foreground: Black
- Netscape*tipShell.borderColor: Black
-@@ -5167,10 +5200,13 @@
- *postAndMailReply.tipString: ´º½º ¹× ¸ÞÀÏ ´äÀå
- *markThreadRead.tipString: ÀÐÀº ¾²·¹µå·Î Ç¥½Ã
- *markAllRead.tipString: ¸ðµÎ ÀÐÀº °ÍÀ¸·Î Ç¥½Ã
--*fontList:\
---adecw-screen-medium-r-normal--*-180-*-*-m-*-iso8859-1=ISO8859-1,\
---adecw-screen-medium-r-normal--*-180-*-*-m-*-ksc5601.1987-1=KSC5601.1987-1,\
---adecw-screen-medium-r-normal--*-180-*-*-m-*:
-+!*fontList:\
-+!-adecw-screen-medium-r-normal--*-180-*-*-m-*-iso8859-1=ISO8859-1,\
-+!-adecw-screen-medium-r-normal--*-180-*-*-m-*-ksc5601.1987-1=KSC5601.1987-1,\
-+!-adecw-screen-medium-r-normal--*-180-*-*-m-*:
-+!*fontList:\
-+! -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+!-*-*-medium-r-normal--*-120-*-*-*-*:
- *preeditType: root
- *versionLocale: ko
-@@ -5227,6 +5263,7 @@
- *localeCharset*ja_JP: x-euc-jp
- *localeCharset*ko_KR.deckorean: euc-kr
- *localeCharset*ko_KR.eucKR: euc-kr
-+*localeCharset*ko_KR.EUC: euc-kr
- *localeCharset*ko_KR: euc-kr
- *localeCharset*nl_BE.ISO8859-1: iso-8859-1
- *localeCharset*nl_NL.ISO8859-1: iso-8859-1
diff --git a/korean/netscape47-communicator/files/preferences.js b/korean/netscape47-communicator/files/preferences.js
new file mode 100644
index 000000000000..6c63b5544055
--- /dev/null
+++ b/korean/netscape47-communicator/files/preferences.js
@@ -0,0 +1,5 @@
+// Netscape User Preferences
+// This is a generated file! Do not edit.
+
+user_pref("intl.character_set", 1292);
+user_pref("intl.font_spec_list", "misc-gothic-120-noscale-fixed-x-ksc5601-11,misc-gothic-120-noscale-prop-x-ksc5601-11,schumacher-clean-120-noscale-fixed-x-user-defined,schumacher-clean-120-noscale-prop-x-user-defined,nsPseudoFont-courier-120-noscale-fixed-UTF-8,nsPseudoFont-helvetica-120-noscale-prop-UTF-8,isas-fangsong ti-120-noscale-fixed-gb_2312-80,isas-fangsong ti-120-noscale-prop-gb_2312-80,hanyang-kodig-140-noscale-fixed-ks_c_5601-1987,hanyang-kodig-140-noscale-prop-ks_c_5601-1987,misc-fixed-130-noscale-fixed-jis_x0201,misc-fixed-130-noscale-prop-jis_x0201,netscape-fixed-130-noscale-fixed-jis_x0208-1983,netscape-fixed-130-noscale-prop-jis_x0208-1983,sp-courier new-120-noscale-fixed-iso-8859-2,sp-arial-120-noscale-prop-iso-8859-2,adobe-courier-100-noscale-fixed-iso-8859-1,adobe-helvetica-120-noscale-prop-iso-8859-1,");
diff --git a/korean/netscape47-communicator/files/start.sh.in b/korean/netscape47-communicator/files/start.sh.in
new file mode 100644
index 000000000000..d5a1aa131ce0
--- /dev/null
+++ b/korean/netscape47-communicator/files/start.sh.in
@@ -0,0 +1,19 @@
+#!/bin/sh
+CHMOD='/bin/chmod'
+CP='/bin/cp -p'
+MKDIR='/bin/mkdir -p'
+export LANG; LANG=ko_KR.EUC
+export LC_ALL; LC_ALL=$LANG
+export LC_CTYPE; LC_CTYPE=$LANG
+export MOZILLA_HOME; MOZILLA_HOME=@NDIR@
+export MOZILLA_NO_ASYNC; MOZILLA_NO_ASYNC=True
+export CLASSPATH; CLASSPATH=.:$MOZILLA_HOME
+#export XENVIRONMENT; XENVIRONMENT=${MOZILLA_HOME}/Netscape.ad
+export XKEYSYMDB; XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
+export XAPPLRESDIR; XAPPLRESDIR=@RDIR@
+export XNLSPATH; XNLSPATH=${MOZILLA_HOME}/nls
+export PATH_LOCALE; PATH_LOCALE=@RDIR@/locale
+export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins
+export TIMID_DIR; TIMID_DIR=/usr/local/lib/timidity
+export XCMSDB; XCMSDB=/dev/null
+exec ${MOZILLA_HOME}/@BROWSER@.bin $*
diff --git a/korean/netscape47-communicator/pkg-comment b/korean/netscape47-communicator/pkg-comment
index 213957e45769..a8d8d4df27d0 100644
--- a/korean/netscape47-communicator/pkg-comment
+++ b/korean/netscape47-communicator/pkg-comment
@@ -1 +1 @@
-netscape-3.01 web-surfboard (international version, Korean)
+Netscape web-surfboard with Korean resources
diff --git a/korean/netscape47-communicator/pkg-descr b/korean/netscape47-communicator/pkg-descr
index 558804dd9d41..55c9444c96bd 100644
--- a/korean/netscape47-communicator/pkg-descr
+++ b/korean/netscape47-communicator/pkg-descr
@@ -1,20 +1,9 @@
-Netscape 3.04(Korean)
----------------------
+This is the netscape web-surfboard.
+Please read the file `/usr/local/lib/netscape/LICENSE.ko'
+for the licensing terms.
-This is the netscape web-surfboard. Please read the file
-"/usr/local/lib/netscape/LICENSE" for the licensing terms.
-And, read the file "/usr/local/lib/netscape/ko_KR.EUC/README"
-for Korean version information.
-
-Note: If Java applets fail to display. Type this as root:
- cd /usr/X11R6/lib/X11/fonts/misc
- /usr/X11R6/bin/mkfontdir
- chmod 444 fonts.dir
- And then exit and restart your X server.
-
-This version of Netscape is some hack of Netscape 3.04 and international
-supplementary file of Korean, OSF/1 version(3.01).
-It need Hanyang X11 fonts(KSC5601-1987.0)
+Korean Netscape Localization(X11) page(written in Korean):
+ http://jazz.snu.ac.kr/~junker/work/netscape-ko/
--
-Port By CHOI Junho <junker@jazz.snu.ac.kr>
+Ports by CHOI Junho <junker@jazz.snu.ac.kr>
diff --git a/korean/netscape47-communicator/pkg-plist b/korean/netscape47-communicator/pkg-plist
index 8feff74848ae..5434307d6773 100644
--- a/korean/netscape47-communicator/pkg-plist
+++ b/korean/netscape47-communicator/pkg-plist
@@ -1,79 +1,122 @@
-@cwd /usr/local
-@exec echo "Updating %D/bin/netscape"; mv %D/bin/netscape %D/bin/netscape.orig
-bin/netscape
-@unexec echo "Recovering %D/bin/netscape"; mv %D/bin/netscape.orig %D/bin/netscape
+bin/ko-communicator-4.07
+@exec /bin/ln -sf %f %B/netscape
lib/netscape/ko_KR.EUC/Netscape
-lib/netscape/ko_KR.EUC/README
lib/netscape/ko_KR.EUC/about
-lib/netscape/ko_KR.EUC/splash
-lib/netscape/ko_KR.EUC/license
lib/netscape/ko_KR.EUC/mail.msg
-lib/netscape/ko_KR.EUC/CAddress.pt.i.xpm
-lib/netscape/ko_KR.EUC/CAddress.pt.xpm
-lib/netscape/ko_KR.EUC/CAttachM.pt.i.xpm
-lib/netscape/ko_KR.EUC/CAttachM.pt.xpm
-lib/netscape/ko_KR.EUC/CQuote.pt.i.xpm
-lib/netscape/ko_KR.EUC/CQuote.pt.xpm
-lib/netscape/ko_KR.EUC/CSendLater.pt.i.xpm
-lib/netscape/ko_KR.EUC/CSendLater.pt.xpm
-lib/netscape/ko_KR.EUC/CSendM.pt.i.xpm
-lib/netscape/ko_KR.EUC/CSendM.pt.xpm
-lib/netscape/ko_KR.EUC/MDel.pt.i.xpm
-lib/netscape/ko_KR.EUC/MDel.pt.xpm
-lib/netscape/ko_KR.EUC/MGetM.pt.xpm
-lib/netscape/ko_KR.EUC/MMarkA.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMarkA.pt.xpm
-lib/netscape/ko_KR.EUC/MMarkT.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMarkT.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgFwd.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgFwd.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgNew.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgNew.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgPst.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgPst.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgPstF.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgPstF.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgPstR.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgPstR.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgRep.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgRep.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgRepA.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgRepA.pt.xpm
-lib/netscape/ko_KR.EUC/MNextU.pt.i.xpm
-lib/netscape/ko_KR.EUC/MNextU.pt.xpm
-lib/netscape/ko_KR.EUC/MPrevU.pt.i.xpm
-lib/netscape/ko_KR.EUC/MPrevU.pt.xpm
-lib/netscape/ko_KR.EUC/MPrint.xpm
-lib/netscape/ko_KR.EUC/MStop.xpm
-lib/netscape/ko_KR.EUC/TBack.pt.i.xpm
-lib/netscape/ko_KR.EUC/TBack.pt.xpm
-lib/netscape/ko_KR.EUC/TFind.pt.xpm
-lib/netscape/ko_KR.EUC/THome.pt.xpm
-lib/netscape/ko_KR.EUC/TLoadImages.pt.i.xpm
-lib/netscape/ko_KR.EUC/TLoadImages.pt.xpm
-lib/netscape/ko_KR.EUC/TNext.pt.i.xpm
-lib/netscape/ko_KR.EUC/TNext.pt.xpm
-lib/netscape/ko_KR.EUC/TOpenUrl.pt.xpm
-lib/netscape/ko_KR.EUC/TPrint.pt.xpm
-lib/netscape/ko_KR.EUC/TReload.pt.xpm
-lib/netscape/ko_KR.EUC/TStop.pt.i.xpm
-lib/netscape/ko_KR.EUC/TStop.pt.xpm
+lib/netscape/ko_KR.EUC/nethelp/Back_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Back_dis.gif
+lib/netscape/ko_KR.EUC/nethelp/Back_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Back_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Blank.htm
+lib/netscape/ko_KR.EUC/nethelp/Button.js
+lib/netscape/ko_KR.EUC/nethelp/CntData.js
+lib/netscape/ko_KR.EUC/nethelp/CntTool.htm
+lib/netscape/ko_KR.EUC/nethelp/CntTool.js
+lib/netscape/ko_KR.EUC/nethelp/Exit_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Exit_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Exit_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_dis.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Header.js
+lib/netscape/ko_KR.EUC/nethelp/IdxData.js
+lib/netscape/ko_KR.EUC/nethelp/IdxFill.htm
+lib/netscape/ko_KR.EUC/nethelp/IdxKey.htm
+lib/netscape/ko_KR.EUC/nethelp/IdxTool.htm
+lib/netscape/ko_KR.EUC/nethelp/IdxTopic.htm
+lib/netscape/ko_KR.EUC/nethelp/Local-1.js
+lib/netscape/ko_KR.EUC/nethelp/NavUI.htm
+lib/netscape/ko_KR.EUC/nethelp/NoJSerr.htm
+lib/netscape/ko_KR.EUC/nethelp/NSHIfrm.htm
+lib/netscape/ko_KR.EUC/nethelp/Prnt_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Prnt_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Prnt_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Stack.js
+lib/netscape/ko_KR.EUC/nethelp/Status.htm
+lib/netscape/ko_KR.EUC/nethelp/System.htm
+lib/netscape/ko_KR.EUC/nethelp/System.js
+lib/netscape/ko_KR.EUC/nethelp/ToolUI.htm
+lib/netscape/ko_KR.EUC/nethelp/Tool_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Tool_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Tool_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Topic.js
+lib/netscape/ko_KR.EUC/nethelp/Utility.js
+lib/netscape/ko_KR.EUC/nethelp/Wait.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/collIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/commIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/compIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/confIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/messIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/navIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/netIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/NetHelp1.css
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/admnIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/calIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/ibmIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/comp.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/compHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/composer.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/comtlbr2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/fmtlbr3.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/tagicon2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/conf.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/confHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/confernc.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/brws2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/chat2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/circle2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/eraser2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/fhndtl2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/filex2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/horline2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/line2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/pointer2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/rect2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/txttool2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/whtbd2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/home.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/home.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/homeHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/nav.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/navHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/navigatr.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/net.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/netHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/netcastr.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/discgrps.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/coll.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/collHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/collabra.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mailbox.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mess.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/messHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/messengr.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mpctrl.gif
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/messengr
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/collabra
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/home
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/confernc
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/shared
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/composer
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape
+@dirrm lib/netscape/ko_KR.EUC/nethelp
+lib/netscape/ko_KR.EUC/netscape.cfg
+lib/netscape/ko_KR.EUC/plugins
+lib/netscape/ko_KR.EUC/splash
+lib/netscape/ko_KR.EUC/LICENSE.ko
+lib/netscape/preferences.js
+@exec /bin/mkdir -p %B/locale
+@exec /bin/ln -sf /usr/share/locale/en_US.ISO_8859-1 %B/locale/ko_KR.EUC
+@unexec rm -f %B/locale/ko_KR.EUC
+@dirrm lib/netscape/locale
@dirrm lib/netscape/ko_KR.EUC
-lib/netscape/nls/C
-lib/netscape/nls/ja_JP.jis7
-lib/netscape/nls/ja_JP.jis8
-lib/netscape/nls/ja_JP.mscode
-lib/netscape/nls/ja_JP.ujis
-lib/netscape/nls/ja_JP.pjis
-lib/netscape/nls/ko_KR.euc
-lib/netscape/nls/local_im_tbl/lt_LN.bit7
-lib/netscape/nls/local_im_tbl/lt_LN.bit8
-@dirrm lib/netscape/nls/local_im_tbl
-lib/netscape/nls/lt_LN.bit7
-lib/netscape/nls/lt_LN.bit8
-lib/netscape/nls/nls.alias
-lib/netscape/nls/nls.dir
-lib/netscape/nls/wr_WR.ct
-lib/netscape/nls/zh_CN.ugb
-lib/netscape/nls/zh_TW.big5
-@dirrm lib/netscape/nls
diff --git a/korean/netscape47-navigator/Makefile b/korean/netscape47-navigator/Makefile
index 858328132d5c..4eb8b0f88c23 100644
--- a/korean/netscape47-navigator/Makefile
+++ b/korean/netscape47-navigator/Makefile
@@ -1,65 +1,18 @@
-# New ports collection makefile for: netscape3-intl-ko
-# Version required: 3.04/ko
-# Date created: 6 Apr 1995
+# New ports collection makefile for: Netscape browser with Korean resources
+# Version required: 4.07
+# Date created: 25 Oct 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.7 1998/11/23 07:49:49 asami Exp $
+# $Id$
#
-
-DISTNAME= netscape-3.04
-PKGNAME= ko-netscape-3.04
-CATEGORIES= korean www
-MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/intl/3.01/unix/ko/ \
- http://www.bpel.tutics.tut.ac.jp/~take/Netscape/etc/
-DISTFILES= netscape-ko-v301.alpha-dec-osf2.0.tar.gz NLS.tar.gz
+# based on japanese/netscape4-*
MAINTAINER= junker@jazz.snu.ac.kr
-RUN_DEPENDS= ${PREFIX}/bin/netscape:${PORTSDIR}/www/netscape3 \
- ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
-
-BROKEN= upgrade
-
-DIST_SUBDIR= netscape3
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-# This directory is hard-coded into the netscape binary
-LIBDIR= /usr/local/lib/netscape
-BINDIR= ${PREFIX}/bin
-NLSDIR= ${LIBDIR}/nls
-RESSUB= ko_KR.EUC
-RESDIR= ${LIBDIR}/${RESSUB}
-
-NLSSRC= ${WRKDIR}/netscape-ko
-MISCFILES= README about splash license mail.msg
-
-STARTFILE= netscape.sh
-STARTFILE_SRC= ${FILESDIR}/netscape.sh
-
-do-configure:
- @${SED} -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \
- ${STARTFILE_SRC} >${WRKDIR}/${STARTFILE}
-
-do-install:
- -@${MV} ${BINDIR}/netscape ${BINDIR}/netscape.orig
- @${INSTALL_SCRIPT} ${WRKDIR}/${STARTFILE} ${BINDIR}/netscape
- @${MKDIR} ${NLSDIR}/local_im_tbl
- @${INSTALL_DATA} ${WRKDIR}/nls/*.* ${LIBDIR}/nls
- @${INSTALL_DATA} ${WRKDIR}/nls/C ${LIBDIR}/nls
- @${RM} -f ${LIBDIR}/nls/*.orig
- @${INSTALL_DATA} ${WRKDIR}/nls/local_im_tbl/* ${LIBDIR}/nls/local_im_tbl
- @${MKDIR} ${RESDIR}
- @${INSTALL_DATA} ${NLSSRC}/Netscape.ad-ko ${RESDIR}/Netscape
- @for i in ${MISCFILES}; do \
- ${INSTALL_DATA} ${NLSSRC}/$$i ${RESDIR}; \
- done
- ${INSTALL_DATA} ${NLSSRC}/icons/*.xpm ${RESDIR}
-
-# This port is based on 'japanese/netscape3.language(ja-netscape-3.04)'
-# by sada@e-mail.ne.jp
+FILESDIR= ${MASTER_DIR}/files
+PATCHDIR= ${MASTER_DIR}/patches
-post-install:
- @${CAT} ${PKGDIR}/DESCR
+BROWSER_NAME= navigator
+MASTER_DIR= ${.CURDIR}/../netscape4-communicator
-.include <bsd.port.mk>
+.include "${MASTER_DIR}/Makefile"
diff --git a/korean/netscape48-communicator/Makefile b/korean/netscape48-communicator/Makefile
index 858328132d5c..02707b57e4cb 100644
--- a/korean/netscape48-communicator/Makefile
+++ b/korean/netscape48-communicator/Makefile
@@ -1,65 +1,58 @@
-# New ports collection makefile for: netscape3-intl-ko
-# Version required: 3.04/ko
-# Date created: 6 Apr 1995
+# New ports collection makefile for: Netscape browser with Korean resources
+# Version required: 4.07
+# Date created: 25 Oct 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.7 1998/11/23 07:49:49 asami Exp $
+# $Id$
#
+# based on japanese/netscape4-*
-DISTNAME= netscape-3.04
-PKGNAME= ko-netscape-3.04
+DISTNAME= ko-netscape-${BROWSER}
CATEGORIES= korean www
-MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/intl/3.01/unix/ko/ \
- http://www.bpel.tutics.tut.ac.jp/~take/Netscape/etc/
-DISTFILES= netscape-ko-v301.alpha-dec-osf2.0.tar.gz NLS.tar.gz
+MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/netscape-ko/
+DISTFILES= netscape-v407.generic-generic-generic-981014.tar.gz
-MAINTAINER= junker@jazz.snu.ac.kr
+MAINTAINER?= junker@jazz.snu.ac.kr
-RUN_DEPENDS= ${PREFIX}/bin/netscape:${PORTSDIR}/www/netscape3 \
- ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
+RUN_DEPENDS= \
+ ${PREFIX}/bin/${BROWSER}:${PORTSDIR}/www/netscape4-${BROWSER_NAME} \
+ ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts \
+ ${X11BASE}/lib/X11/fonts/local/mzgt16h1.pcf.gz:${PORTSDIR}/korean/mizifont
-BROKEN= upgrade
-
-DIST_SUBDIR= netscape3
-NO_WRKSUBDIR= yes
NO_BUILD= yes
-
-# This directory is hard-coded into the netscape binary
-LIBDIR= /usr/local/lib/netscape
-BINDIR= ${PREFIX}/bin
-NLSDIR= ${LIBDIR}/nls
-RESSUB= ko_KR.EUC
-RESDIR= ${LIBDIR}/${RESSUB}
-
-NLSSRC= ${WRKDIR}/netscape-ko
-MISCFILES= README about splash license mail.msg
-
-STARTFILE= netscape.sh
-STARTFILE_SRC= ${FILESDIR}/netscape.sh
+STRIP=
+WRKSRC= ${WRKDIR}/netscape-v407.generic-generic-generic
+
+BROWSER= ${BROWSER_NAME}-${BROWSER_VER}
+BROWSER_NAME?= communicator
+BROWSER_VER= 4.07
+LANG= ko_KR.EUC
+NDIR= ${PREFIX}/lib/netscape
+MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \
+ -e "s;@PREFIX@;${PREFIX};g" \
+ -e "s;@NDIR@;${NDIR};g" \
+ -e "s;@RDIR@;${NDIR};g" \
+ -e "s;@BROWSER@;${BROWSER};g" \
+ -e "s;@LANG@;${LANG};g"
+TAR= /usr/bin/tar
+
+.SILENT:
do-configure:
- @${SED} -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \
- ${STARTFILE_SRC} >${WRKDIR}/${STARTFILE}
+ ${MAKESCRIPT} ${FILESDIR}/start.sh.in >${WRKDIR}/start.sh
+ ${MAKESCRIPT} ${WRKSRC}/Netscape.ad-ko >${WRKSRC}/Netscape
do-install:
- -@${MV} ${BINDIR}/netscape ${BINDIR}/netscape.orig
- @${INSTALL_SCRIPT} ${WRKDIR}/${STARTFILE} ${BINDIR}/netscape
- @${MKDIR} ${NLSDIR}/local_im_tbl
- @${INSTALL_DATA} ${WRKDIR}/nls/*.* ${LIBDIR}/nls
- @${INSTALL_DATA} ${WRKDIR}/nls/C ${LIBDIR}/nls
- @${RM} -f ${LIBDIR}/nls/*.orig
- @${INSTALL_DATA} ${WRKDIR}/nls/local_im_tbl/* ${LIBDIR}/nls/local_im_tbl
- @${MKDIR} ${RESDIR}
- @${INSTALL_DATA} ${NLSSRC}/Netscape.ad-ko ${RESDIR}/Netscape
- @for i in ${MISCFILES}; do \
- ${INSTALL_DATA} ${NLSSRC}/$$i ${RESDIR}; \
- done
- ${INSTALL_DATA} ${NLSSRC}/icons/*.xpm ${RESDIR}
-
-# This port is based on 'japanese/netscape3.language(ja-netscape-3.04)'
-# by sada@e-mail.ne.jp
-
-post-install:
- @${CAT} ${PKGDIR}/DESCR
+ ${INSTALL_DATA} ${FILESDIR}/preferences.js ${NDIR}
+ ${MKDIR} ${NDIR}/locale
+ ${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG}
+ ${MKDIR} ${NDIR}/${LANG}
+.for f in Netscape about mail.msg netscape.cfg plugins \
+ splash LICENSE.ko
+ ${INSTALL_DATA} ${WRKSRC}/$f ${NDIR}/${LANG}/
+.endfor
+ ${INSTALL_SCRIPT} ${WRKDIR}/start.sh ${PREFIX}/bin/ko-${BROWSER}
+ ${LN} -sf ko-${BROWSER} ${PREFIX}/bin/netscape
+ ${TAR} -C ${NDIR}/${LANG} -x -z -v -f ${WRKSRC}/nethelp-v403.nif
.include <bsd.port.mk>
diff --git a/korean/netscape48-communicator/distinfo b/korean/netscape48-communicator/distinfo
index 00353a6a97d5..c307b7f837e7 100644
--- a/korean/netscape48-communicator/distinfo
+++ b/korean/netscape48-communicator/distinfo
@@ -1,2 +1 @@
-MD5 (netscape3/netscape-ko-v301.alpha-dec-osf2.0.tar.gz) = 8f4884ddbadc5e369fd7eb8a653be2c8
-MD5 (netscape3/NLS.tar.gz) = f79a6c0b6f9018f522b55cbb21be866f
+MD5 (netscape-v407.generic-generic-generic-981014.tar.gz) = a4575e5ce0aafd79b3c46ea4d3011e33
diff --git a/korean/netscape48-communicator/files/patch-aa b/korean/netscape48-communicator/files/patch-aa
index 371f5853ab6d..34d53db16adb 100644
--- a/korean/netscape48-communicator/files/patch-aa
+++ b/korean/netscape48-communicator/files/patch-aa
@@ -1,155 +1,20 @@
---- netscape-ko/Netscape.ad-ko.orig Thu Jan 30 13:56:58 1997
-+++ netscape-ko/Netscape.ad-ko Mon Nov 16 20:28:03 1998
-@@ -7,6 +7,7 @@
- ! Bugs and commentary to x_cbug@netscape.com.
- !
- ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
-+! CHOI Junho <junker@jazz.snu.ac.kr>, 16-Nov-98 for FreeBSD
- !
- ! ==========================================================
- ! NOTE: If you're looking here for things to customize, look
-@@ -57,7 +58,8 @@
+--- n Sun Oct 25 19:04:57 1998
++++ Netscape.ad-ko Sun Oct 25 19:05:53 1998
+@@ -83,7 +83,7 @@
! This is the directory where Netscape finds external files such as icons.
!
--*appDir: /usr/lib/X11/ko_KR.eucKR/netscape
-+!*appDir: /usr/lib/X11/ko_KR.eucKR/netscape
-+*appDir: /usr/local/lib/netscape/ko_KR.EUC
+-*appDir: /@LOC_LANG@/netscape
++*appDir: @NDIR@/@LANG@
! This resource is the same as the -visual command line option, which selects
! an X visual on which the windows should be created. Legal options are:
-@@ -141,8 +143,10 @@
- ! If you find a need to let one or both of them continue on to the actual
- ! terminal of Netscape, you can do it by setting these resources to False.
- !
--*useStderrDialog: True
--*useStdoutDialog: True
-+!*useStderrDialog: True
-+*useStderrDialog: False
-+!*useStdoutDialog: True
-+*useStdoutDialog: False
-
- ! For those MIME content-encodings which are not directly understood
- ! internally, it is possible to specify another Unix program to use as
-@@ -2632,7 +2636,7 @@
- ! changed at runtime; these resources won't override that.
- *title: Netscape
- *iconName: Netscape
--*Navigator.title: Netscape Navigator 3.01
-+*Navigator.title: Netscape Navigator 3.04
- *Mail.title: Netscape ¸ÞÀÏ
- *Mail.iconName: ¸ÞÀÏ
-
-@@ -4347,7 +4351,7 @@
-
-
- ! Do not under any circumstances change the following line:
--Netscape.version: 3.01
-+Netscape.version: 3.04
-
-
- ! ============================================================================
-@@ -4357,10 +4361,15 @@
- ! the document display area.
- ! ============================================================================
- !
-+*fontList:\
-+ -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
- !*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*XmList*fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*XmList*fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
+@@ -2932,6 +2932,8 @@
+ *openURLDialog*browserToggle.set: True
+ *openURLDialog*XmTextField.columns: 45
+ !*openURLDialog.width: 500
++!*openURLDialog*XmTextField.fontList:\
++!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- ! SGI default:
- !*menuBar*fontList: -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
-@@ -4369,10 +4378,17 @@
- !*menuBar*historyTruncated.fontList:\
- ! -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
- !*popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
-+*menuBar*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*menuBar*historyTruncated.fontList:\
-+ -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
- !*topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
- !*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
-@@ -4380,12 +4396,20 @@
- ! -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*bookmark*selectedLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
- !*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
-+*mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+*mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
- !*licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-
-
- ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
-@@ -4395,6 +4419,14 @@
- !-*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
- !-*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
- !-*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
-+*XmLGrid*fontList:\
-+-*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*;\
-+-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:,\
-+-*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*;\
-+-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:=BOLD,\
-+-*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*;\
-+-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:=ITALIC
-+
-
-
-
-@@ -4709,6 +4741,7 @@
- ! Navigator mouse documentation.
- !
- !*tipLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*tipLabel.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
- Netscape*tipLabel.background: #FFFFCC
- Netscape*tipLabel.foreground: Black
- Netscape*tipShell.borderColor: Black
-@@ -5167,10 +5200,13 @@
- *postAndMailReply.tipString: ´º½º ¹× ¸ÞÀÏ ´äÀå
- *markThreadRead.tipString: ÀÐÀº ¾²·¹µå·Î Ç¥½Ã
- *markAllRead.tipString: ¸ðµÎ ÀÐÀº °ÍÀ¸·Î Ç¥½Ã
--*fontList:\
---adecw-screen-medium-r-normal--*-180-*-*-m-*-iso8859-1=ISO8859-1,\
---adecw-screen-medium-r-normal--*-180-*-*-m-*-ksc5601.1987-1=KSC5601.1987-1,\
---adecw-screen-medium-r-normal--*-180-*-*-m-*:
-+!*fontList:\
-+!-adecw-screen-medium-r-normal--*-180-*-*-m-*-iso8859-1=ISO8859-1,\
-+!-adecw-screen-medium-r-normal--*-180-*-*-m-*-ksc5601.1987-1=KSC5601.1987-1,\
-+!-adecw-screen-medium-r-normal--*-180-*-*-m-*:
-+!*fontList:\
-+! -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*;-hanyang-kodig-medium-r-normal--12-120-72-72-c-120-ksc5601.1987-0:
-+!-*-*-medium-r-normal--*-120-*-*-*-*:
- *preeditType: root
- *versionLocale: ko
-@@ -5227,6 +5263,7 @@
- *localeCharset*ja_JP: x-euc-jp
- *localeCharset*ko_KR.deckorean: euc-kr
- *localeCharset*ko_KR.eucKR: euc-kr
-+*localeCharset*ko_KR.EUC: euc-kr
- *localeCharset*ko_KR: euc-kr
- *localeCharset*nl_BE.ISO8859-1: iso-8859-1
- *localeCharset*nl_NL.ISO8859-1: iso-8859-1
diff --git a/korean/netscape48-communicator/files/preferences.js b/korean/netscape48-communicator/files/preferences.js
new file mode 100644
index 000000000000..6c63b5544055
--- /dev/null
+++ b/korean/netscape48-communicator/files/preferences.js
@@ -0,0 +1,5 @@
+// Netscape User Preferences
+// This is a generated file! Do not edit.
+
+user_pref("intl.character_set", 1292);
+user_pref("intl.font_spec_list", "misc-gothic-120-noscale-fixed-x-ksc5601-11,misc-gothic-120-noscale-prop-x-ksc5601-11,schumacher-clean-120-noscale-fixed-x-user-defined,schumacher-clean-120-noscale-prop-x-user-defined,nsPseudoFont-courier-120-noscale-fixed-UTF-8,nsPseudoFont-helvetica-120-noscale-prop-UTF-8,isas-fangsong ti-120-noscale-fixed-gb_2312-80,isas-fangsong ti-120-noscale-prop-gb_2312-80,hanyang-kodig-140-noscale-fixed-ks_c_5601-1987,hanyang-kodig-140-noscale-prop-ks_c_5601-1987,misc-fixed-130-noscale-fixed-jis_x0201,misc-fixed-130-noscale-prop-jis_x0201,netscape-fixed-130-noscale-fixed-jis_x0208-1983,netscape-fixed-130-noscale-prop-jis_x0208-1983,sp-courier new-120-noscale-fixed-iso-8859-2,sp-arial-120-noscale-prop-iso-8859-2,adobe-courier-100-noscale-fixed-iso-8859-1,adobe-helvetica-120-noscale-prop-iso-8859-1,");
diff --git a/korean/netscape48-communicator/files/start.sh.in b/korean/netscape48-communicator/files/start.sh.in
new file mode 100644
index 000000000000..d5a1aa131ce0
--- /dev/null
+++ b/korean/netscape48-communicator/files/start.sh.in
@@ -0,0 +1,19 @@
+#!/bin/sh
+CHMOD='/bin/chmod'
+CP='/bin/cp -p'
+MKDIR='/bin/mkdir -p'
+export LANG; LANG=ko_KR.EUC
+export LC_ALL; LC_ALL=$LANG
+export LC_CTYPE; LC_CTYPE=$LANG
+export MOZILLA_HOME; MOZILLA_HOME=@NDIR@
+export MOZILLA_NO_ASYNC; MOZILLA_NO_ASYNC=True
+export CLASSPATH; CLASSPATH=.:$MOZILLA_HOME
+#export XENVIRONMENT; XENVIRONMENT=${MOZILLA_HOME}/Netscape.ad
+export XKEYSYMDB; XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
+export XAPPLRESDIR; XAPPLRESDIR=@RDIR@
+export XNLSPATH; XNLSPATH=${MOZILLA_HOME}/nls
+export PATH_LOCALE; PATH_LOCALE=@RDIR@/locale
+export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins
+export TIMID_DIR; TIMID_DIR=/usr/local/lib/timidity
+export XCMSDB; XCMSDB=/dev/null
+exec ${MOZILLA_HOME}/@BROWSER@.bin $*
diff --git a/korean/netscape48-communicator/pkg-comment b/korean/netscape48-communicator/pkg-comment
index 213957e45769..a8d8d4df27d0 100644
--- a/korean/netscape48-communicator/pkg-comment
+++ b/korean/netscape48-communicator/pkg-comment
@@ -1 +1 @@
-netscape-3.01 web-surfboard (international version, Korean)
+Netscape web-surfboard with Korean resources
diff --git a/korean/netscape48-communicator/pkg-descr b/korean/netscape48-communicator/pkg-descr
index 558804dd9d41..55c9444c96bd 100644
--- a/korean/netscape48-communicator/pkg-descr
+++ b/korean/netscape48-communicator/pkg-descr
@@ -1,20 +1,9 @@
-Netscape 3.04(Korean)
----------------------
+This is the netscape web-surfboard.
+Please read the file `/usr/local/lib/netscape/LICENSE.ko'
+for the licensing terms.
-This is the netscape web-surfboard. Please read the file
-"/usr/local/lib/netscape/LICENSE" for the licensing terms.
-And, read the file "/usr/local/lib/netscape/ko_KR.EUC/README"
-for Korean version information.
-
-Note: If Java applets fail to display. Type this as root:
- cd /usr/X11R6/lib/X11/fonts/misc
- /usr/X11R6/bin/mkfontdir
- chmod 444 fonts.dir
- And then exit and restart your X server.
-
-This version of Netscape is some hack of Netscape 3.04 and international
-supplementary file of Korean, OSF/1 version(3.01).
-It need Hanyang X11 fonts(KSC5601-1987.0)
+Korean Netscape Localization(X11) page(written in Korean):
+ http://jazz.snu.ac.kr/~junker/work/netscape-ko/
--
-Port By CHOI Junho <junker@jazz.snu.ac.kr>
+Ports by CHOI Junho <junker@jazz.snu.ac.kr>
diff --git a/korean/netscape48-communicator/pkg-plist b/korean/netscape48-communicator/pkg-plist
index 8feff74848ae..5434307d6773 100644
--- a/korean/netscape48-communicator/pkg-plist
+++ b/korean/netscape48-communicator/pkg-plist
@@ -1,79 +1,122 @@
-@cwd /usr/local
-@exec echo "Updating %D/bin/netscape"; mv %D/bin/netscape %D/bin/netscape.orig
-bin/netscape
-@unexec echo "Recovering %D/bin/netscape"; mv %D/bin/netscape.orig %D/bin/netscape
+bin/ko-communicator-4.07
+@exec /bin/ln -sf %f %B/netscape
lib/netscape/ko_KR.EUC/Netscape
-lib/netscape/ko_KR.EUC/README
lib/netscape/ko_KR.EUC/about
-lib/netscape/ko_KR.EUC/splash
-lib/netscape/ko_KR.EUC/license
lib/netscape/ko_KR.EUC/mail.msg
-lib/netscape/ko_KR.EUC/CAddress.pt.i.xpm
-lib/netscape/ko_KR.EUC/CAddress.pt.xpm
-lib/netscape/ko_KR.EUC/CAttachM.pt.i.xpm
-lib/netscape/ko_KR.EUC/CAttachM.pt.xpm
-lib/netscape/ko_KR.EUC/CQuote.pt.i.xpm
-lib/netscape/ko_KR.EUC/CQuote.pt.xpm
-lib/netscape/ko_KR.EUC/CSendLater.pt.i.xpm
-lib/netscape/ko_KR.EUC/CSendLater.pt.xpm
-lib/netscape/ko_KR.EUC/CSendM.pt.i.xpm
-lib/netscape/ko_KR.EUC/CSendM.pt.xpm
-lib/netscape/ko_KR.EUC/MDel.pt.i.xpm
-lib/netscape/ko_KR.EUC/MDel.pt.xpm
-lib/netscape/ko_KR.EUC/MGetM.pt.xpm
-lib/netscape/ko_KR.EUC/MMarkA.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMarkA.pt.xpm
-lib/netscape/ko_KR.EUC/MMarkT.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMarkT.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgFwd.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgFwd.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgNew.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgNew.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgPst.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgPst.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgPstF.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgPstF.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgPstR.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgPstR.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgRep.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgRep.pt.xpm
-lib/netscape/ko_KR.EUC/MMsgRepA.pt.i.xpm
-lib/netscape/ko_KR.EUC/MMsgRepA.pt.xpm
-lib/netscape/ko_KR.EUC/MNextU.pt.i.xpm
-lib/netscape/ko_KR.EUC/MNextU.pt.xpm
-lib/netscape/ko_KR.EUC/MPrevU.pt.i.xpm
-lib/netscape/ko_KR.EUC/MPrevU.pt.xpm
-lib/netscape/ko_KR.EUC/MPrint.xpm
-lib/netscape/ko_KR.EUC/MStop.xpm
-lib/netscape/ko_KR.EUC/TBack.pt.i.xpm
-lib/netscape/ko_KR.EUC/TBack.pt.xpm
-lib/netscape/ko_KR.EUC/TFind.pt.xpm
-lib/netscape/ko_KR.EUC/THome.pt.xpm
-lib/netscape/ko_KR.EUC/TLoadImages.pt.i.xpm
-lib/netscape/ko_KR.EUC/TLoadImages.pt.xpm
-lib/netscape/ko_KR.EUC/TNext.pt.i.xpm
-lib/netscape/ko_KR.EUC/TNext.pt.xpm
-lib/netscape/ko_KR.EUC/TOpenUrl.pt.xpm
-lib/netscape/ko_KR.EUC/TPrint.pt.xpm
-lib/netscape/ko_KR.EUC/TReload.pt.xpm
-lib/netscape/ko_KR.EUC/TStop.pt.i.xpm
-lib/netscape/ko_KR.EUC/TStop.pt.xpm
+lib/netscape/ko_KR.EUC/nethelp/Back_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Back_dis.gif
+lib/netscape/ko_KR.EUC/nethelp/Back_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Back_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Blank.htm
+lib/netscape/ko_KR.EUC/nethelp/Button.js
+lib/netscape/ko_KR.EUC/nethelp/CntData.js
+lib/netscape/ko_KR.EUC/nethelp/CntTool.htm
+lib/netscape/ko_KR.EUC/nethelp/CntTool.js
+lib/netscape/ko_KR.EUC/nethelp/Exit_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Exit_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Exit_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_dis.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Forw_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Header.js
+lib/netscape/ko_KR.EUC/nethelp/IdxData.js
+lib/netscape/ko_KR.EUC/nethelp/IdxFill.htm
+lib/netscape/ko_KR.EUC/nethelp/IdxKey.htm
+lib/netscape/ko_KR.EUC/nethelp/IdxTool.htm
+lib/netscape/ko_KR.EUC/nethelp/IdxTopic.htm
+lib/netscape/ko_KR.EUC/nethelp/Local-1.js
+lib/netscape/ko_KR.EUC/nethelp/NavUI.htm
+lib/netscape/ko_KR.EUC/nethelp/NoJSerr.htm
+lib/netscape/ko_KR.EUC/nethelp/NSHIfrm.htm
+lib/netscape/ko_KR.EUC/nethelp/Prnt_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Prnt_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Prnt_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Stack.js
+lib/netscape/ko_KR.EUC/nethelp/Status.htm
+lib/netscape/ko_KR.EUC/nethelp/System.htm
+lib/netscape/ko_KR.EUC/nethelp/System.js
+lib/netscape/ko_KR.EUC/nethelp/ToolUI.htm
+lib/netscape/ko_KR.EUC/nethelp/Tool_dep.gif
+lib/netscape/ko_KR.EUC/nethelp/Tool_sel.gif
+lib/netscape/ko_KR.EUC/nethelp/Tool_up.gif
+lib/netscape/ko_KR.EUC/nethelp/Topic.js
+lib/netscape/ko_KR.EUC/nethelp/Utility.js
+lib/netscape/ko_KR.EUC/nethelp/Wait.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/collIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/commIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/compIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/confIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/messIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/navIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/netIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/NetHelp1.css
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/admnIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/calIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/shared/ibmIcon.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/comp.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/compHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/composer.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/comtlbr2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/fmtlbr3.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/composer/tagicon2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/conf.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/confHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/confernc.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/brws2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/chat2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/circle2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/eraser2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/fhndtl2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/filex2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/horline2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/line2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/pointer2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/rect2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/txttool2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/whtbd2.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/home.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/home.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/home/homeHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/nav.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/navHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/navigatr.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/net.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/netHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/netcastr.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/discgrps.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/coll.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/collHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/collabra.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mailbox.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/help.hpf
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mess.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/messHdr.htm
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/messengr.gif
+lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mpctrl.gif
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/messengr
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/collabra
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/home
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/confernc
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/shared
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/composer
+@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape
+@dirrm lib/netscape/ko_KR.EUC/nethelp
+lib/netscape/ko_KR.EUC/netscape.cfg
+lib/netscape/ko_KR.EUC/plugins
+lib/netscape/ko_KR.EUC/splash
+lib/netscape/ko_KR.EUC/LICENSE.ko
+lib/netscape/preferences.js
+@exec /bin/mkdir -p %B/locale
+@exec /bin/ln -sf /usr/share/locale/en_US.ISO_8859-1 %B/locale/ko_KR.EUC
+@unexec rm -f %B/locale/ko_KR.EUC
+@dirrm lib/netscape/locale
@dirrm lib/netscape/ko_KR.EUC
-lib/netscape/nls/C
-lib/netscape/nls/ja_JP.jis7
-lib/netscape/nls/ja_JP.jis8
-lib/netscape/nls/ja_JP.mscode
-lib/netscape/nls/ja_JP.ujis
-lib/netscape/nls/ja_JP.pjis
-lib/netscape/nls/ko_KR.euc
-lib/netscape/nls/local_im_tbl/lt_LN.bit7
-lib/netscape/nls/local_im_tbl/lt_LN.bit8
-@dirrm lib/netscape/nls/local_im_tbl
-lib/netscape/nls/lt_LN.bit7
-lib/netscape/nls/lt_LN.bit8
-lib/netscape/nls/nls.alias
-lib/netscape/nls/nls.dir
-lib/netscape/nls/wr_WR.ct
-lib/netscape/nls/zh_CN.ugb
-lib/netscape/nls/zh_TW.big5
-@dirrm lib/netscape/nls
diff --git a/korean/netscape48-navigator/Makefile b/korean/netscape48-navigator/Makefile
index 858328132d5c..4eb8b0f88c23 100644
--- a/korean/netscape48-navigator/Makefile
+++ b/korean/netscape48-navigator/Makefile
@@ -1,65 +1,18 @@
-# New ports collection makefile for: netscape3-intl-ko
-# Version required: 3.04/ko
-# Date created: 6 Apr 1995
+# New ports collection makefile for: Netscape browser with Korean resources
+# Version required: 4.07
+# Date created: 25 Oct 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.7 1998/11/23 07:49:49 asami Exp $
+# $Id$
#
-
-DISTNAME= netscape-3.04
-PKGNAME= ko-netscape-3.04
-CATEGORIES= korean www
-MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/intl/3.01/unix/ko/ \
- http://www.bpel.tutics.tut.ac.jp/~take/Netscape/etc/
-DISTFILES= netscape-ko-v301.alpha-dec-osf2.0.tar.gz NLS.tar.gz
+# based on japanese/netscape4-*
MAINTAINER= junker@jazz.snu.ac.kr
-RUN_DEPENDS= ${PREFIX}/bin/netscape:${PORTSDIR}/www/netscape3 \
- ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
-
-BROKEN= upgrade
-
-DIST_SUBDIR= netscape3
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-# This directory is hard-coded into the netscape binary
-LIBDIR= /usr/local/lib/netscape
-BINDIR= ${PREFIX}/bin
-NLSDIR= ${LIBDIR}/nls
-RESSUB= ko_KR.EUC
-RESDIR= ${LIBDIR}/${RESSUB}
-
-NLSSRC= ${WRKDIR}/netscape-ko
-MISCFILES= README about splash license mail.msg
-
-STARTFILE= netscape.sh
-STARTFILE_SRC= ${FILESDIR}/netscape.sh
-
-do-configure:
- @${SED} -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \
- ${STARTFILE_SRC} >${WRKDIR}/${STARTFILE}
-
-do-install:
- -@${MV} ${BINDIR}/netscape ${BINDIR}/netscape.orig
- @${INSTALL_SCRIPT} ${WRKDIR}/${STARTFILE} ${BINDIR}/netscape
- @${MKDIR} ${NLSDIR}/local_im_tbl
- @${INSTALL_DATA} ${WRKDIR}/nls/*.* ${LIBDIR}/nls
- @${INSTALL_DATA} ${WRKDIR}/nls/C ${LIBDIR}/nls
- @${RM} -f ${LIBDIR}/nls/*.orig
- @${INSTALL_DATA} ${WRKDIR}/nls/local_im_tbl/* ${LIBDIR}/nls/local_im_tbl
- @${MKDIR} ${RESDIR}
- @${INSTALL_DATA} ${NLSSRC}/Netscape.ad-ko ${RESDIR}/Netscape
- @for i in ${MISCFILES}; do \
- ${INSTALL_DATA} ${NLSSRC}/$$i ${RESDIR}; \
- done
- ${INSTALL_DATA} ${NLSSRC}/icons/*.xpm ${RESDIR}
-
-# This port is based on 'japanese/netscape3.language(ja-netscape-3.04)'
-# by sada@e-mail.ne.jp
+FILESDIR= ${MASTER_DIR}/files
+PATCHDIR= ${MASTER_DIR}/patches
-post-install:
- @${CAT} ${PKGDIR}/DESCR
+BROWSER_NAME= navigator
+MASTER_DIR= ${.CURDIR}/../netscape4-communicator
-.include <bsd.port.mk>
+.include "${MASTER_DIR}/Makefile"