summaryrefslogtreecommitdiff
path: root/japanese/netscape48-communicator/files
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1998-12-26 21:52:55 +0000
committerSADA Kenji <sada@FreeBSD.org>1998-12-26 21:52:55 +0000
commitea6cb8add3c27ffec132eca72be23b967dfc2d11 (patch)
tree577d68dd73315d734e05390705421168c4022746 /japanese/netscape48-communicator/files
parentRemove name from front. (diff)
Update to 4.08.
Notes
Notes: svn path=/head/; revision=15643
Diffstat (limited to 'japanese/netscape48-communicator/files')
-rw-r--r--japanese/netscape48-communicator/files/patch-aa20
-rw-r--r--japanese/netscape48-communicator/files/preferences.js5
-rw-r--r--japanese/netscape48-communicator/files/start.sh.in22
3 files changed, 0 insertions, 47 deletions
diff --git a/japanese/netscape48-communicator/files/patch-aa b/japanese/netscape48-communicator/files/patch-aa
deleted file mode 100644
index 11e64d5362e6..000000000000
--- a/japanese/netscape48-communicator/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- Netscape.ad-ja_euc.orig Sat Oct 10 03:54:43 1998
-+++ Netscape.ad-ja_euc Sat Oct 10 03:57:12 1998
-@@ -94,7 +94,7 @@
- !Solaris[EUC] *appDir location: /usr/openwin/lib/locale/ja/netscape
- !Solaris[Sjis] *appDir location: /usr/openwin/lib/locale/ja_JP.PCK/netscape
-
--*appDir: /usr/X11R6/lib/X11/ja_JP.EUC/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:
-@@ -4800,6 +4800,8 @@
- !*openURLDialog.width: 500
- *openURLDialog*openInEditor.labelString: Composer で開く
- *openURLDialog*openInBrowser.labelString: Navigator で開く
-+!*openURLDialog*XmTextField.fontList:\
-+!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
- *message_popup.title: Netscape
- *message_popup*OK.labelString: OK
diff --git a/japanese/netscape48-communicator/files/preferences.js b/japanese/netscape48-communicator/files/preferences.js
deleted file mode 100644
index 9d41df80d14f..000000000000
--- a/japanese/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", 2309);
-user_pref("intl.font_spec_list", "schumacher-clean-120-noscale-fixed-x-user-defined,schumacher-clean-120-noscale-prop-x-user-defined,nsPseudoFont-courier-180-noscale-fixed-UTF-8,nsPseudoFont-helvetica-180-noscale-prop-UTF-8,isas-fangsong ti-120-noscale-fixed-gb_2312-80,isas-fangsong ti-120-noscale-prop-gb_2312-80,daewoo-gothic-0-noscale-fixed-ks_c_5601-1987,daewoo-gothic-0-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,misc-fixed-130-noscale-fixed-iso-8859-1,adobe-new century schoolbook-140-noscale-prop-iso-8859-1,");
diff --git a/japanese/netscape48-communicator/files/start.sh.in b/japanese/netscape48-communicator/files/start.sh.in
deleted file mode 100644
index 44e8b7f6902c..000000000000
--- a/japanese/netscape48-communicator/files/start.sh.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-if [ ! -d $HOME/.netscape ]; then
- mkdir -m 700 $HOME/.netscape
- cp @RDIR@/preferences.js $HOME/.netscape
- chmod 644 $HOME/.netscape/preferences.js
-fi
-export LANG=ja_JP.EUC
-export LC_ALL=${LANG}
-export LC_CTYPE=${LANG}
-export MOZILLA_HOME=@NDIR@
-export CLASSPATH=.:${MOZILLA_HOME}
-export NS_NETHELP_PATH=${MOZILLA_HOME}/${LANG}
-export XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
-export XAPPLRESDIR=@RDIR@
-export TIMID_DIR=/usr/local/lib/timidity
-export XCMSDB=/dev/null
-if [ x$JA_NETSCAPE_USE_LD_PRELOAD != x -a x$JA_NETSCAPE_USE_LD_PRELOAD != xno ]; then
- export LD_PRELOAD=libxpg4.so.2.0
-else
- export PATH_LOCALE=@RDIR@/locale
-fi
-exec ${MOZILLA_HOME}/@BROWSER@.bin $*