Index: head/korean/netscape47-communicator/Makefile =================================================================== --- head/korean/netscape47-communicator/Makefile (revision 34306) +++ head/korean/netscape47-communicator/Makefile (revision 34307) @@ -1,19 +1,22 @@ # New ports collection makefile for: Netscape browser with Korean resources # Date created: 14 Jun 1999 # Whom: CHOI Junho # # $FreeBSD$ # MASTERDIR= ${.CURDIR}/../netscape4-communicator SUBMASTERDIR= ${.CURDIR}/../netscape${BROWSER_VER}-communicator FILESDIR= ${SUBMASTERDIR}/files PATCHDIR= ${SUBMASTERDIR}/files PKGDIR= ${SUBMASTERDIR} +MD5_FILE= ${SUBMASTERDIR}/distinfo BROWSER_VER= 47 BROWSER_VERSION= 4.75 NETHELP= nethelp-v451 -KOREAN_KIT= netscape-korean-kit-v475.20000826 +KOREAN_KIT= netscape-korean-kit-v475.20001028 + +PORTREVISION= 1 .include "${MASTERDIR}/Makefile" Property changes on: head/korean/netscape47-communicator/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/korean/netscape47-communicator/distinfo =================================================================== --- head/korean/netscape47-communicator/distinfo (revision 34306) +++ head/korean/netscape47-communicator/distinfo (revision 34307) @@ -1 +1 @@ -MD5 (netscape-korean-kit-v475.20000826.tar.gz) = a5befa1aca855dc2d417f0bb780daf03 +MD5 (netscape-korean-kit-v475.20001028.tar.gz) = 507a28129b08c4e0644d3bc58cb29015 Property changes on: head/korean/netscape47-communicator/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/korean/netscape47-communicator/files/start.sh.in =================================================================== --- head/korean/netscape47-communicator/files/start.sh.in (revision 34306) +++ head/korean/netscape47-communicator/files/start.sh.in (revision 34307) @@ -1,39 +1,42 @@ #!/bin/sh # # Koreanized Netscape startup file # basically based on Japanized Netscape # ports/japanese/netscape4-communicator # CHOI Junho , 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 LANG; LANG=@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 #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 + +ulimit -c 0 + 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@ "$@" Property changes on: head/korean/netscape47-communicator/files/start.sh.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/korean/netscape47-communicator/pkg-descr =================================================================== --- head/korean/netscape47-communicator/pkg-descr (revision 34306) +++ head/korean/netscape47-communicator/pkg-descr (revision 34307) @@ -1,11 +1,10 @@ This is the netscape web-surfboard. Please read the file `/usr/local/lib/netscape/ko_KR.EUC/LICENSE.ko' for the licensing terms. Korean Netscape Localization(X11) page(written in Korean): - http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko +WWW: http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/ -- -Ports by CHOI Junho -WWW: http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/ +CHOI Junho Property changes on: head/korean/netscape47-communicator/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property