summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-09 22:27:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-09 22:27:52 +0000
commit39d8d5c4708369b6e8022358661064ce49b85669 (patch)
tree9f2db85becf6f1f0d98cbbc997389e7219ca5f2e /japanese
parentUpgrade to Coda 4.6.6 (diff)
Upgrade to 4.07.
PR: 8237 Submitted by: sada@e-mail.ne.jp
Notes
Notes: svn path=/head/; revision=13796
Diffstat (limited to 'japanese')
-rw-r--r--japanese/netscape4-communicator/Makefile8
-rw-r--r--japanese/netscape4-communicator/distinfo2
-rw-r--r--japanese/netscape4-communicator/files/patch-aa23
-rw-r--r--japanese/netscape4-communicator/pkg-plist2
-rw-r--r--japanese/netscape4-navigator/Makefile4
-rw-r--r--japanese/netscape48-communicator/Makefile8
-rw-r--r--japanese/netscape48-communicator/distinfo2
-rw-r--r--japanese/netscape48-communicator/files/patch-aa23
-rw-r--r--japanese/netscape48-communicator/pkg-plist2
9 files changed, 26 insertions, 48 deletions
diff --git a/japanese/netscape4-communicator/Makefile b/japanese/netscape4-communicator/Makefile
index d0478b5fbf92..ec52a6fee541 100644
--- a/japanese/netscape4-communicator/Makefile
+++ b/japanese/netscape4-communicator/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: Netscape browser with Japanese resources
-# Version required: 4.06
+# Version required: 4.07
# Date created: 13 Mar 1998
# Whom: sada
#
-# $Id: Makefile,v 1.4 1998/04/01 01:49:24 asami Exp $
+# $Id: Makefile,v 1.5 1998/10/09 04:22:17 asami Exp $
#
DISTNAME= ja-netscape-${BROWSER}
CATEGORIES= japanese www
MASTER_SITES= http://www.bres.tsukuba.ac.jp/~yohta/netscape/
-DISTFILES= communicator-ja-euc-v406-export.generic-generic-generic.tar.gz
+DISTFILES= communicator-ja-euc-v407-export.generic-generic-generic.tar.gz
MAINTAINER?= sada@e-mail.ne.jp
@@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/netscape-ja_euc
BROWSER= ${BROWSER_NAME}-${BROWSER_VER}
BROWSER_NAME?= communicator
-BROWSER_VER= 4.06
+BROWSER_VER= 4.07
LANG= ja_JP.EUC
NDIR= ${PREFIX}/lib/netscape
MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \
diff --git a/japanese/netscape4-communicator/distinfo b/japanese/netscape4-communicator/distinfo
index ef6125bf71d3..cd9ad126785e 100644
--- a/japanese/netscape4-communicator/distinfo
+++ b/japanese/netscape4-communicator/distinfo
@@ -1 +1 @@
-MD5 (communicator-ja-euc-v406-export.generic-generic-generic.tar.gz) = 0e11651005415443cb978879a08b913a
+MD5 (communicator-ja-euc-v407-export.generic-generic-generic.tar.gz) = c7ab0c57198e9cd6dcbc8fb63fbb8bb8
diff --git a/japanese/netscape4-communicator/files/patch-aa b/japanese/netscape4-communicator/files/patch-aa
index 3346f402001e..11e64d5362e6 100644
--- a/japanese/netscape4-communicator/files/patch-aa
+++ b/japanese/netscape4-communicator/files/patch-aa
@@ -1,5 +1,5 @@
---- Netscape.ad-ja_euc.orig Fri Sep 11 19:29:46 1998
-+++ Netscape.ad-ja_euc Wed Oct 7 17:06:49 1998
+--- 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
@@ -9,23 +9,12 @@
! 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:
-@@ -4801,6 +4801,9 @@
+@@ -4800,6 +4800,8 @@
+ !*openURLDialog.width: 500
*openURLDialog*openInEditor.labelString: Composer で開く
*openURLDialog*openInBrowser.labelString: Navigator で開く
++!*openURLDialog*XmTextField.fontList:\
++!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*openURLDialog*XmTextField.fontList:\
-+-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+
*message_popup.title: Netscape
*message_popup*OK.labelString: OK
- *message_popup*OkLabelString: OK
-@@ -6720,6 +6723,9 @@
-
- !! Maximum number of pixels an item can be dragged (for one mouse motion)
- *toolBox*dragThreshold: 10
-+
-+*mainForm.toolBox.urlBarItem.urlBarMainForm.urlComboBox.Text.fontList:\
-+-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
- !!
- !! *toolBar
diff --git a/japanese/netscape4-communicator/pkg-plist b/japanese/netscape4-communicator/pkg-plist
index 20b812955974..2c22357f08f1 100644
--- a/japanese/netscape4-communicator/pkg-plist
+++ b/japanese/netscape4-communicator/pkg-plist
@@ -1,4 +1,4 @@
-bin/ja-communicator-4.06
+bin/ja-communicator-4.07
@exec /bin/ln -sf %f %B/netscape
lib/netscape/ja_JP.EUC/Netscape
lib/netscape/ja_JP.EUC/about
diff --git a/japanese/netscape4-navigator/Makefile b/japanese/netscape4-navigator/Makefile
index 09d254c0789b..69e11d3156bd 100644
--- a/japanese/netscape4-navigator/Makefile
+++ b/japanese/netscape4-navigator/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: Netscape browser with Japanese resources
-# Version required: 4.06
+# Version required: 4.07
# Date created: 13 Mar 1998
# Whom: sada
#
-# $Id: Makefile,v 1.4 1998/04/01 01:49:24 asami Exp $
+# $Id: Makefile,v 1.5 1998/10/09 04:22:20 asami Exp $
#
MAINTAINER= sada@e-mail.ne.jp
diff --git a/japanese/netscape48-communicator/Makefile b/japanese/netscape48-communicator/Makefile
index d0478b5fbf92..ec52a6fee541 100644
--- a/japanese/netscape48-communicator/Makefile
+++ b/japanese/netscape48-communicator/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: Netscape browser with Japanese resources
-# Version required: 4.06
+# Version required: 4.07
# Date created: 13 Mar 1998
# Whom: sada
#
-# $Id: Makefile,v 1.4 1998/04/01 01:49:24 asami Exp $
+# $Id: Makefile,v 1.5 1998/10/09 04:22:17 asami Exp $
#
DISTNAME= ja-netscape-${BROWSER}
CATEGORIES= japanese www
MASTER_SITES= http://www.bres.tsukuba.ac.jp/~yohta/netscape/
-DISTFILES= communicator-ja-euc-v406-export.generic-generic-generic.tar.gz
+DISTFILES= communicator-ja-euc-v407-export.generic-generic-generic.tar.gz
MAINTAINER?= sada@e-mail.ne.jp
@@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/netscape-ja_euc
BROWSER= ${BROWSER_NAME}-${BROWSER_VER}
BROWSER_NAME?= communicator
-BROWSER_VER= 4.06
+BROWSER_VER= 4.07
LANG= ja_JP.EUC
NDIR= ${PREFIX}/lib/netscape
MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \
diff --git a/japanese/netscape48-communicator/distinfo b/japanese/netscape48-communicator/distinfo
index ef6125bf71d3..cd9ad126785e 100644
--- a/japanese/netscape48-communicator/distinfo
+++ b/japanese/netscape48-communicator/distinfo
@@ -1 +1 @@
-MD5 (communicator-ja-euc-v406-export.generic-generic-generic.tar.gz) = 0e11651005415443cb978879a08b913a
+MD5 (communicator-ja-euc-v407-export.generic-generic-generic.tar.gz) = c7ab0c57198e9cd6dcbc8fb63fbb8bb8
diff --git a/japanese/netscape48-communicator/files/patch-aa b/japanese/netscape48-communicator/files/patch-aa
index 3346f402001e..11e64d5362e6 100644
--- a/japanese/netscape48-communicator/files/patch-aa
+++ b/japanese/netscape48-communicator/files/patch-aa
@@ -1,5 +1,5 @@
---- Netscape.ad-ja_euc.orig Fri Sep 11 19:29:46 1998
-+++ Netscape.ad-ja_euc Wed Oct 7 17:06:49 1998
+--- 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
@@ -9,23 +9,12 @@
! 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:
-@@ -4801,6 +4801,9 @@
+@@ -4800,6 +4800,8 @@
+ !*openURLDialog.width: 500
*openURLDialog*openInEditor.labelString: Composer で開く
*openURLDialog*openInBrowser.labelString: Navigator で開く
++!*openURLDialog*XmTextField.fontList:\
++!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+*openURLDialog*XmTextField.fontList:\
-+-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-+
*message_popup.title: Netscape
*message_popup*OK.labelString: OK
- *message_popup*OkLabelString: OK
-@@ -6720,6 +6723,9 @@
-
- !! Maximum number of pixels an item can be dragged (for one mouse motion)
- *toolBox*dragThreshold: 10
-+
-+*mainForm.toolBox.urlBarItem.urlBarMainForm.urlComboBox.Text.fontList:\
-+-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
- !!
- !! *toolBar
diff --git a/japanese/netscape48-communicator/pkg-plist b/japanese/netscape48-communicator/pkg-plist
index 20b812955974..2c22357f08f1 100644
--- a/japanese/netscape48-communicator/pkg-plist
+++ b/japanese/netscape48-communicator/pkg-plist
@@ -1,4 +1,4 @@
-bin/ja-communicator-4.06
+bin/ja-communicator-4.07
@exec /bin/ln -sf %f %B/netscape
lib/netscape/ja_JP.EUC/Netscape
lib/netscape/ja_JP.EUC/about