diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-02-12 22:44:56 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-02-12 22:44:56 +0800 |
commit | 799bbfc7c7cefc2ba3657e6d9e7235022505aea7 (patch) | |
tree | 6bc868c4a20a1f003bc39788b7ce1436581eff92 /korean | |
parent | 8950601d8519cb86ff6411bbaf07726657015ab7 (diff) | |
download | freebsd-ports-gnome-799bbfc7c7cefc2ba3657e6d9e7235022505aea7.tar.gz freebsd-ports-gnome-799bbfc7c7cefc2ba3657e6d9e7235022505aea7.tar.zst freebsd-ports-gnome-799bbfc7c7cefc2ba3657e6d9e7235022505aea7.zip |
Upgrade to v4.08.
PR: ports/9213
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
Diffstat (limited to 'korean')
-rw-r--r-- | korean/netscape4-communicator/Makefile | 11 | ||||
-rw-r--r-- | korean/netscape4-communicator/distinfo | 2 | ||||
-rw-r--r-- | korean/netscape4-communicator/files/start.sh.in | 27 | ||||
-rw-r--r-- | korean/netscape4-communicator/pkg-plist | 2 | ||||
-rw-r--r-- | korean/netscape4-navigator/Makefile | 4 | ||||
-rw-r--r-- | korean/netscape47-communicator/Makefile | 11 | ||||
-rw-r--r-- | korean/netscape47-communicator/distinfo | 2 | ||||
-rw-r--r-- | korean/netscape47-communicator/files/start.sh.in | 27 | ||||
-rw-r--r-- | korean/netscape47-communicator/pkg-plist | 2 | ||||
-rw-r--r-- | korean/netscape47-navigator/Makefile | 4 | ||||
-rw-r--r-- | korean/netscape48-communicator/Makefile | 11 | ||||
-rw-r--r-- | korean/netscape48-communicator/distinfo | 2 | ||||
-rw-r--r-- | korean/netscape48-communicator/files/start.sh.in | 27 | ||||
-rw-r--r-- | korean/netscape48-communicator/pkg-plist | 2 | ||||
-rw-r--r-- | korean/netscape48-navigator/Makefile | 4 |
15 files changed, 102 insertions, 36 deletions
diff --git a/korean/netscape4-communicator/Makefile b/korean/netscape4-communicator/Makefile index 02707b57e4cb..f93aa4b28693 100644 --- a/korean/netscape4-communicator/Makefile +++ b/korean/netscape4-communicator/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: Netscape browser with Korean resources -# Version required: 4.07 +# Version required: 4.08 # Date created: 25 Oct 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.9 1998/12/13 22:00:40 kuriyama Exp $ # # based on japanese/netscape4-* DISTNAME= ko-netscape-${BROWSER} CATEGORIES= korean www MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/netscape-ko/ -DISTFILES= netscape-v407.generic-generic-generic-981014.tar.gz +DISTFILES= ${KOREAN_KIT}.tar.gz MAINTAINER?= junker@jazz.snu.ac.kr @@ -21,12 +21,13 @@ RUN_DEPENDS= \ NO_BUILD= yes STRIP= -WRKSRC= ${WRKDIR}/netscape-v407.generic-generic-generic +WRKSRC= ${WRKDIR}/${KOREAN_KIT} BROWSER= ${BROWSER_NAME}-${BROWSER_VER} BROWSER_NAME?= communicator -BROWSER_VER= 4.07 +BROWSER_VER= 4.08 LANG= ko_KR.EUC +KOREAN_KIT= netscape-v408.generic-generic-generic-19981227 NDIR= ${PREFIX}/lib/netscape MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \ -e "s;@PREFIX@;${PREFIX};g" \ diff --git a/korean/netscape4-communicator/distinfo b/korean/netscape4-communicator/distinfo index c307b7f837e7..41f3b938af99 100644 --- a/korean/netscape4-communicator/distinfo +++ b/korean/netscape4-communicator/distinfo @@ -1 +1 @@ -MD5 (netscape-v407.generic-generic-generic-981014.tar.gz) = a4575e5ce0aafd79b3c46ea4d3011e33 +MD5 (netscape-v408.generic-generic-generic-19981227.tar.gz) = b688a640c4d321028de085256f973261 diff --git a/korean/netscape4-communicator/files/start.sh.in b/korean/netscape4-communicator/files/start.sh.in index d5a1aa131ce0..b1bcc1468a33 100644 --- a/korean/netscape4-communicator/files/start.sh.in +++ b/korean/netscape4-communicator/files/start.sh.in @@ -1,10 +1,23 @@ #!/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 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 @@ -12,8 +25,16 @@ export CLASSPATH; CLASSPATH=.:$MOZILLA_HOME 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 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 [ x$KO_NETSCAPE_USE_LD_PRELOAD != x -a x$KO_NETSCAPE_USE_LD_PRELOAD != xno ]; +then + export LD_PRELOAD=libxpg4.so.2.0 + #export LD_PRELOAD=libxpg4.so.2.0:/usr/local/lib/libansi.so.1.2 +else + export PATH_LOCALE=@RDIR@/locale +fi + exec ${MOZILLA_HOME}/@BROWSER@.bin $* diff --git a/korean/netscape4-communicator/pkg-plist b/korean/netscape4-communicator/pkg-plist index 5434307d6773..9db5333c0779 100644 --- a/korean/netscape4-communicator/pkg-plist +++ b/korean/netscape4-communicator/pkg-plist @@ -1,4 +1,4 @@ -bin/ko-communicator-4.07 +bin/ko-communicator-4.08 @exec /bin/ln -sf %f %B/netscape lib/netscape/ko_KR.EUC/Netscape lib/netscape/ko_KR.EUC/about diff --git a/korean/netscape4-navigator/Makefile b/korean/netscape4-navigator/Makefile index 4eb8b0f88c23..44d0f4eaf3b6 100644 --- a/korean/netscape4-navigator/Makefile +++ b/korean/netscape4-navigator/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: Netscape browser with Korean resources -# Version required: 4.07 +# Version required: 4.08 # Date created: 25 Oct 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.9 1998/12/13 21:59:48 kuriyama Exp $ # # based on japanese/netscape4-* diff --git a/korean/netscape47-communicator/Makefile b/korean/netscape47-communicator/Makefile index 02707b57e4cb..f93aa4b28693 100644 --- a/korean/netscape47-communicator/Makefile +++ b/korean/netscape47-communicator/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: Netscape browser with Korean resources -# Version required: 4.07 +# Version required: 4.08 # Date created: 25 Oct 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.9 1998/12/13 22:00:40 kuriyama Exp $ # # based on japanese/netscape4-* DISTNAME= ko-netscape-${BROWSER} CATEGORIES= korean www MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/netscape-ko/ -DISTFILES= netscape-v407.generic-generic-generic-981014.tar.gz +DISTFILES= ${KOREAN_KIT}.tar.gz MAINTAINER?= junker@jazz.snu.ac.kr @@ -21,12 +21,13 @@ RUN_DEPENDS= \ NO_BUILD= yes STRIP= -WRKSRC= ${WRKDIR}/netscape-v407.generic-generic-generic +WRKSRC= ${WRKDIR}/${KOREAN_KIT} BROWSER= ${BROWSER_NAME}-${BROWSER_VER} BROWSER_NAME?= communicator -BROWSER_VER= 4.07 +BROWSER_VER= 4.08 LANG= ko_KR.EUC +KOREAN_KIT= netscape-v408.generic-generic-generic-19981227 NDIR= ${PREFIX}/lib/netscape MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \ -e "s;@PREFIX@;${PREFIX};g" \ diff --git a/korean/netscape47-communicator/distinfo b/korean/netscape47-communicator/distinfo index c307b7f837e7..41f3b938af99 100644 --- a/korean/netscape47-communicator/distinfo +++ b/korean/netscape47-communicator/distinfo @@ -1 +1 @@ -MD5 (netscape-v407.generic-generic-generic-981014.tar.gz) = a4575e5ce0aafd79b3c46ea4d3011e33 +MD5 (netscape-v408.generic-generic-generic-19981227.tar.gz) = b688a640c4d321028de085256f973261 diff --git a/korean/netscape47-communicator/files/start.sh.in b/korean/netscape47-communicator/files/start.sh.in index d5a1aa131ce0..b1bcc1468a33 100644 --- a/korean/netscape47-communicator/files/start.sh.in +++ b/korean/netscape47-communicator/files/start.sh.in @@ -1,10 +1,23 @@ #!/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 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 @@ -12,8 +25,16 @@ export CLASSPATH; CLASSPATH=.:$MOZILLA_HOME 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 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 [ x$KO_NETSCAPE_USE_LD_PRELOAD != x -a x$KO_NETSCAPE_USE_LD_PRELOAD != xno ]; +then + export LD_PRELOAD=libxpg4.so.2.0 + #export LD_PRELOAD=libxpg4.so.2.0:/usr/local/lib/libansi.so.1.2 +else + export PATH_LOCALE=@RDIR@/locale +fi + exec ${MOZILLA_HOME}/@BROWSER@.bin $* diff --git a/korean/netscape47-communicator/pkg-plist b/korean/netscape47-communicator/pkg-plist index 5434307d6773..9db5333c0779 100644 --- a/korean/netscape47-communicator/pkg-plist +++ b/korean/netscape47-communicator/pkg-plist @@ -1,4 +1,4 @@ -bin/ko-communicator-4.07 +bin/ko-communicator-4.08 @exec /bin/ln -sf %f %B/netscape lib/netscape/ko_KR.EUC/Netscape lib/netscape/ko_KR.EUC/about diff --git a/korean/netscape47-navigator/Makefile b/korean/netscape47-navigator/Makefile index 4eb8b0f88c23..44d0f4eaf3b6 100644 --- a/korean/netscape47-navigator/Makefile +++ b/korean/netscape47-navigator/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: Netscape browser with Korean resources -# Version required: 4.07 +# Version required: 4.08 # Date created: 25 Oct 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.9 1998/12/13 21:59:48 kuriyama Exp $ # # based on japanese/netscape4-* diff --git a/korean/netscape48-communicator/Makefile b/korean/netscape48-communicator/Makefile index 02707b57e4cb..f93aa4b28693 100644 --- a/korean/netscape48-communicator/Makefile +++ b/korean/netscape48-communicator/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: Netscape browser with Korean resources -# Version required: 4.07 +# Version required: 4.08 # Date created: 25 Oct 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.9 1998/12/13 22:00:40 kuriyama Exp $ # # based on japanese/netscape4-* DISTNAME= ko-netscape-${BROWSER} CATEGORIES= korean www MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/netscape-ko/ -DISTFILES= netscape-v407.generic-generic-generic-981014.tar.gz +DISTFILES= ${KOREAN_KIT}.tar.gz MAINTAINER?= junker@jazz.snu.ac.kr @@ -21,12 +21,13 @@ RUN_DEPENDS= \ NO_BUILD= yes STRIP= -WRKSRC= ${WRKDIR}/netscape-v407.generic-generic-generic +WRKSRC= ${WRKDIR}/${KOREAN_KIT} BROWSER= ${BROWSER_NAME}-${BROWSER_VER} BROWSER_NAME?= communicator -BROWSER_VER= 4.07 +BROWSER_VER= 4.08 LANG= ko_KR.EUC +KOREAN_KIT= netscape-v408.generic-generic-generic-19981227 NDIR= ${PREFIX}/lib/netscape MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \ -e "s;@PREFIX@;${PREFIX};g" \ diff --git a/korean/netscape48-communicator/distinfo b/korean/netscape48-communicator/distinfo index c307b7f837e7..41f3b938af99 100644 --- a/korean/netscape48-communicator/distinfo +++ b/korean/netscape48-communicator/distinfo @@ -1 +1 @@ -MD5 (netscape-v407.generic-generic-generic-981014.tar.gz) = a4575e5ce0aafd79b3c46ea4d3011e33 +MD5 (netscape-v408.generic-generic-generic-19981227.tar.gz) = b688a640c4d321028de085256f973261 diff --git a/korean/netscape48-communicator/files/start.sh.in b/korean/netscape48-communicator/files/start.sh.in index d5a1aa131ce0..b1bcc1468a33 100644 --- a/korean/netscape48-communicator/files/start.sh.in +++ b/korean/netscape48-communicator/files/start.sh.in @@ -1,10 +1,23 @@ #!/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 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 @@ -12,8 +25,16 @@ export CLASSPATH; CLASSPATH=.:$MOZILLA_HOME 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 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 [ x$KO_NETSCAPE_USE_LD_PRELOAD != x -a x$KO_NETSCAPE_USE_LD_PRELOAD != xno ]; +then + export LD_PRELOAD=libxpg4.so.2.0 + #export LD_PRELOAD=libxpg4.so.2.0:/usr/local/lib/libansi.so.1.2 +else + export PATH_LOCALE=@RDIR@/locale +fi + exec ${MOZILLA_HOME}/@BROWSER@.bin $* diff --git a/korean/netscape48-communicator/pkg-plist b/korean/netscape48-communicator/pkg-plist index 5434307d6773..9db5333c0779 100644 --- a/korean/netscape48-communicator/pkg-plist +++ b/korean/netscape48-communicator/pkg-plist @@ -1,4 +1,4 @@ -bin/ko-communicator-4.07 +bin/ko-communicator-4.08 @exec /bin/ln -sf %f %B/netscape lib/netscape/ko_KR.EUC/Netscape lib/netscape/ko_KR.EUC/about diff --git a/korean/netscape48-navigator/Makefile b/korean/netscape48-navigator/Makefile index 4eb8b0f88c23..44d0f4eaf3b6 100644 --- a/korean/netscape48-navigator/Makefile +++ b/korean/netscape48-navigator/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: Netscape browser with Korean resources -# Version required: 4.07 +# Version required: 4.08 # Date created: 25 Oct 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.9 1998/12/13 21:59:48 kuriyama Exp $ # # based on japanese/netscape4-* |