aboutsummaryrefslogtreecommitdiff
path: root/korean/netscape48-communicator/files
diff options
context:
space:
mode:
Diffstat (limited to 'korean/netscape48-communicator/files')
-rw-r--r--korean/netscape48-communicator/files/INSTALL9
-rw-r--r--korean/netscape48-communicator/files/patch-aa20
-rw-r--r--korean/netscape48-communicator/files/preferences.js5
-rw-r--r--korean/netscape48-communicator/files/start.sh.in39
4 files changed, 0 insertions, 73 deletions
diff --git a/korean/netscape48-communicator/files/INSTALL b/korean/netscape48-communicator/files/INSTALL
deleted file mode 100644
index 3f6d5455e2a6..000000000000
--- a/korean/netscape48-communicator/files/INSTALL
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-[ "x$1" = "x" ] && exit 1
-if [ "x$2" = "xPOST-INSTALL" -a -n "$KO_NETSCAPE_INSTALL_CFG" ]; then
- CFGLOC=/usr/lib/X11/@LANG@/app-defaults
- if [ ! -e $CFGLOC/netscape.cfg ]; then
- mkdir -p $CFGLOC
- cp @NDIR@/@LANG@/netscape.cfg $CFGLOC
- fi
-fi
diff --git a/korean/netscape48-communicator/files/patch-aa b/korean/netscape48-communicator/files/patch-aa
deleted file mode 100644
index 34d53db16adb..000000000000
--- a/korean/netscape48-communicator/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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: /@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:
-@@ -2932,6 +2932,8 @@
- *openURLDialog*browserToggle.set: True
- *openURLDialog*XmTextField.columns: 45
- !*openURLDialog.width: 500
-+!*openURLDialog*XmTextField.fontList:\
-+!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
-
-
diff --git a/korean/netscape48-communicator/files/preferences.js b/korean/netscape48-communicator/files/preferences.js
deleted file mode 100644
index 6c63b5544055..000000000000
--- a/korean/netscape48-communicator/files/preferences.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// 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
deleted file mode 100644
index 268d1a842002..000000000000
--- a/korean/netscape48-communicator/files/start.sh.in
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-#
-# Koreanized Netscape startup file
-# basically based on Japanized Netscape
-# ports/japanese/netscape4-communicator
-# CHOI Junho <cjh@kr.freebsd.org>, 98/12/28
-#
-
-if [ ! -d $HOME/.netscape ]; then
- mkdir -m 700 $HOME/.netscape
- cp @RDIR@/preferences.js $HOME/.netscape
- chmod 644 $HOME/.netscape/preferences.js
-fi
-
-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
-if [ -e /usr/local/lib/aout/libxpg4-ns.so.2.0 ]; then
- export LD_PRELOAD=/usr/local/lib/aout/libxpg4-ns.so.2.0
-elif [ x$KO_NETSCAPE_USE_LD_PRELOAD != x -a x$KO_NETSCAPE_USE_LD_PRELOAD != xno ]; then
- export LD_PRELOAD=/usr/lib/libxpg4.so
-else
- export PATH_LOCALE=@RDIR@/locale
-fi
-exec ${MOZILLA_HOME}/@BROWSER_BIN@ "$@"