diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-08-24 23:04:06 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-08-24 23:04:06 +0000 |
commit | d373f977d93efa4cd12096e5b662321daf927e0b (patch) | |
tree | c52c527885f78e673035a4a2fe4b80b28975f7c7 /korean/netscape47-communicator | |
parent | 46e4320fa70df6cde6c3c23980a126fde287f65a (diff) |
Notes
Diffstat (limited to 'korean/netscape47-communicator')
-rw-r--r-- | korean/netscape47-communicator/Makefile | 64 | ||||
-rw-r--r-- | korean/netscape47-communicator/distinfo | 2 | ||||
-rw-r--r-- | korean/netscape47-communicator/files/INSTALL | 9 | ||||
-rw-r--r-- | korean/netscape47-communicator/files/start.sh.in | 13 | ||||
-rw-r--r-- | korean/netscape47-communicator/pkg-comment | 2 | ||||
-rw-r--r-- | korean/netscape47-communicator/pkg-descr | 10 | ||||
-rw-r--r-- | korean/netscape47-communicator/pkg-plist | 246 |
7 files changed, 159 insertions, 187 deletions
diff --git a/korean/netscape47-communicator/Makefile b/korean/netscape47-communicator/Makefile index 388d4017ef93..79d6b52213ff 100644 --- a/korean/netscape47-communicator/Makefile +++ b/korean/netscape47-communicator/Makefile @@ -1,61 +1,23 @@ # New ports collection makefile for: Netscape browser with Korean resources -# Version required: 4.08 -# Date created: 25 Oct 1998 -# Whom: CHOI Junho <junker@jazz.snu.ac.kr> +# Version required: 4.61 +# Date created: 14 Jun 1999 +# Whom: cjh@kr.freebsd.org # -# $Id: Makefile,v 1.11 1999/04/02 03:45:46 steve Exp $ +# $Id$ # -# based on japanese/netscape4-* -DISTNAME= ko-netscape-${BROWSER} -CATEGORIES= korean www -MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/netscape-ko/ -DISTFILES= ${KOREAN_KIT}.tar.gz +MASTERDIR= ${.CURDIR}/../netscape4-communicator -MAINTAINER?= junker@jazz.snu.ac.kr +MAINTAINER= cjh@kr.freebsd.org -BROKEN= "Just repo.copied" +RUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape46-${BROWSER} -RUN_DEPENDS= \ - ${PREFIX}/bin/${BROWSER}:${PORTSDIR}/www/netscape4-${BROWSER_NAME} \ - ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts \ - ${X11BASE}/lib/X11/fonts/local/mzgt16h1.pcf.gz:${PORTSDIR}/korean/mizifont +FILESDIR?= ${.CURDIR}/files -NO_BUILD= yes -STRIP= -WRKSRC= ${WRKDIR}/${KOREAN_KIT} -BROWSER= ${BROWSER_NAME}-${BROWSER_VER} -BROWSER_NAME?= communicator -BROWSER_VER= 4.08 -LANG= ko_KR.EUC -KOREAN_KIT= netscape-v408.generic-generic-generic-19981229 -NDIR= ${PREFIX}/lib/netscape -MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \ - -e "s;@PREFIX@;${PREFIX};g" \ - -e "s;@NDIR@;${NDIR};g" \ - -e "s;@RDIR@;${NDIR};g" \ - -e "s;@BROWSER@;${BROWSER};g" \ - -e "s;@LANG@;${LANG};g" -TAR= /usr/bin/tar +BROWSER_CMD= ko-${BROWSER}-46 +BROWSER_VERSION= 4.61 +NETHELP= nethelp-v451 +KOREAN_KIT= netscape-korean-kit-v461.19990804 -.SILENT: - -do-configure: - ${MAKESCRIPT} ${FILESDIR}/start.sh.in >${WRKDIR}/start.sh - ${MAKESCRIPT} ${WRKSRC}/Netscape.ad-ko >${WRKSRC}/Netscape - -do-install: - ${INSTALL_DATA} ${FILESDIR}/preferences.js ${NDIR} - ${MKDIR} ${NDIR}/locale - ${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG} - ${MKDIR} ${NDIR}/${LANG} -.for f in Netscape about mail.msg netscape.cfg plugins \ - splash LICENSE.ko - ${INSTALL_DATA} ${WRKSRC}/$f ${NDIR}/${LANG}/ -.endfor - ${INSTALL_SCRIPT} ${WRKDIR}/start.sh ${PREFIX}/bin/ko-${BROWSER} - ${LN} -sf ko-${BROWSER} ${PREFIX}/bin/netscape - ${TAR} -C ${NDIR}/${LANG} -x -z -v -f ${WRKSRC}/nethelp-v403.nif - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" diff --git a/korean/netscape47-communicator/distinfo b/korean/netscape47-communicator/distinfo index e30d8157465d..d34eab87ae6e 100644 --- a/korean/netscape47-communicator/distinfo +++ b/korean/netscape47-communicator/distinfo @@ -1 +1 @@ -MD5 (netscape-v408.generic-generic-generic-19981229.tar.gz) = 3a70d5d38154443ccbf8617e3273e7fb +MD5 (netscape-korean-kit-v461.19990804.tar.gz) = 867ffaed95e6b18946644beb93148454 diff --git a/korean/netscape47-communicator/files/INSTALL b/korean/netscape47-communicator/files/INSTALL new file mode 100644 index 000000000000..3f6d5455e2a6 --- /dev/null +++ b/korean/netscape47-communicator/files/INSTALL @@ -0,0 +1,9 @@ +#!/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/netscape47-communicator/files/start.sh.in b/korean/netscape47-communicator/files/start.sh.in index b1bcc1468a33..268d1a842002 100644 --- a/korean/netscape47-communicator/files/start.sh.in +++ b/korean/netscape47-communicator/files/start.sh.in @@ -29,12 +29,11 @@ export XNLSPATH; XNLSPATH=${MOZILLA_HOME}/nls 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 +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 + export PATH_LOCALE=@RDIR@/locale fi - -exec ${MOZILLA_HOME}/@BROWSER@.bin $* +exec ${MOZILLA_HOME}/@BROWSER_BIN@ "$@" diff --git a/korean/netscape47-communicator/pkg-comment b/korean/netscape47-communicator/pkg-comment index a8d8d4df27d0..138b41aefa71 100644 --- a/korean/netscape47-communicator/pkg-comment +++ b/korean/netscape47-communicator/pkg-comment @@ -1 +1 @@ -Netscape web-surfboard with Korean resources +netscape web-surfboard with Korean resources diff --git a/korean/netscape47-communicator/pkg-descr b/korean/netscape47-communicator/pkg-descr index aca3142070fb..5e3887132818 100644 --- a/korean/netscape47-communicator/pkg-descr +++ b/korean/netscape47-communicator/pkg-descr @@ -1,11 +1,11 @@ This is the netscape web-surfboard. -Please read the file `/usr/local/lib/netscape/LICENSE.ko' +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://jazz.snu.ac.kr/~junker/work/netscape-ko/ --- -Ports by CHOI Junho <junker@jazz.snu.ac.kr> + http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko -WWW: http://jazz.snu.ac.kr/~junker/work/netscape-ko/ +-- +Ports by CHOI Junho <cjh@kr.freebsd.org> +WWW: http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko diff --git a/korean/netscape47-communicator/pkg-plist b/korean/netscape47-communicator/pkg-plist index 9db5333c0779..00b541e02b37 100644 --- a/korean/netscape47-communicator/pkg-plist +++ b/korean/netscape47-communicator/pkg-plist @@ -1,122 +1,124 @@ -bin/ko-communicator-4.08 -@exec /bin/ln -sf %f %B/netscape -lib/netscape/ko_KR.EUC/Netscape -lib/netscape/ko_KR.EUC/about -lib/netscape/ko_KR.EUC/mail.msg -lib/netscape/ko_KR.EUC/nethelp/Back_dep.gif -lib/netscape/ko_KR.EUC/nethelp/Back_dis.gif -lib/netscape/ko_KR.EUC/nethelp/Back_sel.gif -lib/netscape/ko_KR.EUC/nethelp/Back_up.gif -lib/netscape/ko_KR.EUC/nethelp/Blank.htm -lib/netscape/ko_KR.EUC/nethelp/Button.js -lib/netscape/ko_KR.EUC/nethelp/CntData.js -lib/netscape/ko_KR.EUC/nethelp/CntTool.htm -lib/netscape/ko_KR.EUC/nethelp/CntTool.js -lib/netscape/ko_KR.EUC/nethelp/Exit_dep.gif -lib/netscape/ko_KR.EUC/nethelp/Exit_sel.gif -lib/netscape/ko_KR.EUC/nethelp/Exit_up.gif -lib/netscape/ko_KR.EUC/nethelp/Forw_dep.gif -lib/netscape/ko_KR.EUC/nethelp/Forw_dis.gif -lib/netscape/ko_KR.EUC/nethelp/Forw_sel.gif -lib/netscape/ko_KR.EUC/nethelp/Forw_up.gif -lib/netscape/ko_KR.EUC/nethelp/Header.js -lib/netscape/ko_KR.EUC/nethelp/IdxData.js -lib/netscape/ko_KR.EUC/nethelp/IdxFill.htm -lib/netscape/ko_KR.EUC/nethelp/IdxKey.htm -lib/netscape/ko_KR.EUC/nethelp/IdxTool.htm -lib/netscape/ko_KR.EUC/nethelp/IdxTopic.htm -lib/netscape/ko_KR.EUC/nethelp/Local-1.js -lib/netscape/ko_KR.EUC/nethelp/NavUI.htm -lib/netscape/ko_KR.EUC/nethelp/NoJSerr.htm -lib/netscape/ko_KR.EUC/nethelp/NSHIfrm.htm -lib/netscape/ko_KR.EUC/nethelp/Prnt_dep.gif -lib/netscape/ko_KR.EUC/nethelp/Prnt_sel.gif -lib/netscape/ko_KR.EUC/nethelp/Prnt_up.gif -lib/netscape/ko_KR.EUC/nethelp/Stack.js -lib/netscape/ko_KR.EUC/nethelp/Status.htm -lib/netscape/ko_KR.EUC/nethelp/System.htm -lib/netscape/ko_KR.EUC/nethelp/System.js -lib/netscape/ko_KR.EUC/nethelp/ToolUI.htm -lib/netscape/ko_KR.EUC/nethelp/Tool_dep.gif -lib/netscape/ko_KR.EUC/nethelp/Tool_sel.gif -lib/netscape/ko_KR.EUC/nethelp/Tool_up.gif -lib/netscape/ko_KR.EUC/nethelp/Topic.js -lib/netscape/ko_KR.EUC/nethelp/Utility.js -lib/netscape/ko_KR.EUC/nethelp/Wait.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/collIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/commIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/compIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/confIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/messIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/navIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/netIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/NetHelp1.css -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/admnIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/calIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/shared/ibmIcon.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/composer/comp.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/composer/compHdr.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/composer/composer.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/composer/comtlbr2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/composer/help.hpf -lib/netscape/ko_KR.EUC/nethelp/netscape/composer/fmtlbr3.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/composer/tagicon2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/conf.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/confHdr.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/confernc.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/brws2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/help.hpf -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/chat2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/circle2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/eraser2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/fhndtl2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/filex2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/horline2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/line2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/pointer2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/rect2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/txttool2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/confernc/whtbd2.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/home/help.hpf -lib/netscape/ko_KR.EUC/nethelp/netscape/home/home.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/home/home.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/home/homeHdr.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/help.hpf -lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/nav.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/navHdr.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr/navigatr.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/help.hpf -lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/net.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/netHdr.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr/netcastr.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/discgrps.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/coll.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/collHdr.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/collabra.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/collabra/help.hpf -lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mailbox.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/help.hpf -lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mess.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/messHdr.htm -lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/messengr.gif -lib/netscape/ko_KR.EUC/nethelp/netscape/messengr/mpctrl.gif -@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/messengr -@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/collabra -@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/netcastr -@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/navigatr -@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/home -@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/confernc -@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/shared -@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape/composer -@dirrm lib/netscape/ko_KR.EUC/nethelp/netscape -@dirrm lib/netscape/ko_KR.EUC/nethelp -lib/netscape/ko_KR.EUC/netscape.cfg -lib/netscape/ko_KR.EUC/plugins -lib/netscape/ko_KR.EUC/splash -lib/netscape/ko_KR.EUC/LICENSE.ko -lib/netscape/preferences.js -@exec /bin/mkdir -p %B/locale -@exec /bin/ln -sf /usr/share/locale/en_US.ISO_8859-1 %B/locale/ko_KR.EUC -@unexec rm -f %B/locale/ko_KR.EUC -@dirrm lib/netscape/locale -@dirrm lib/netscape/ko_KR.EUC +bin/ko-communicator-46 +@exec ln -sf %f %B/netscape +%%NSUBDIR%%/netscape.cfg +%%NSUBDIR%%/%%LANG%%/Netscape +%%NSUBDIR%%/%%LANG%%/LICENSE.ko +%%NSUBDIR%%/%%LANG%%/about +%%NSUBDIR%%/%%LANG%%/mail.msg +%%NSUBDIR%%/%%LANG%%/plugins +%%NSUBDIR%%/%%LANG%%/splash +@exec mkdir -p %D/%%NSUBDIR%%/locale +@exec ln -sf /usr/share/locale/en_US.ISO_8859-1 %D/%%NSUBDIR%%/locale/%%LANG%% +@unexec rm -f %D/%%NSUBDIR%%/locale/%%LANG%% +@dirrm %%NSUBDIR%%/locale +%%NSUBDIR%%/%%LANG%%/nethelp/Back_dep.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Back_dis.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Back_sel.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Back_up.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Blank.htm +%%NSUBDIR%%/%%LANG%%/nethelp/Button.js +%%NSUBDIR%%/%%LANG%%/nethelp/CntData.js +%%NSUBDIR%%/%%LANG%%/nethelp/CntTool.htm +%%NSUBDIR%%/%%LANG%%/nethelp/CntTool.js +%%NSUBDIR%%/%%LANG%%/nethelp/Exit_dep.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Exit_sel.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Exit_up.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Forw_dep.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Forw_dis.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Forw_sel.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Forw_up.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Header.js +%%NSUBDIR%%/%%LANG%%/nethelp/IdxData.js +%%NSUBDIR%%/%%LANG%%/nethelp/IdxFill.htm +%%NSUBDIR%%/%%LANG%%/nethelp/IdxKey.htm +%%NSUBDIR%%/%%LANG%%/nethelp/IdxTool.htm +%%NSUBDIR%%/%%LANG%%/nethelp/IdxTopic.htm +%%NSUBDIR%%/%%LANG%%/nethelp/Local-1.js +%%NSUBDIR%%/%%LANG%%/nethelp/NavUI.htm +%%NSUBDIR%%/%%LANG%%/nethelp/NoJSerr.htm +%%NSUBDIR%%/%%LANG%%/nethelp/NSHIfrm.htm +%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_dep.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_sel.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_up.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Stack.js +%%NSUBDIR%%/%%LANG%%/nethelp/Status.htm +%%NSUBDIR%%/%%LANG%%/nethelp/System.htm +%%NSUBDIR%%/%%LANG%%/nethelp/System.js +%%NSUBDIR%%/%%LANG%%/nethelp/ToolUI.htm +%%NSUBDIR%%/%%LANG%%/nethelp/Tool_dep.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Tool_sel.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Tool_up.gif +%%NSUBDIR%%/%%LANG%%/nethelp/Topic.js +%%NSUBDIR%%/%%LANG%%/nethelp/Utility.js +%%NSUBDIR%%/%%LANG%%/nethelp/Wait.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/coll.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/collHdr.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/collabra.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/discgrps.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/help.hpf +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/mailbox2.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/comp.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/compHdr.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/composer.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/comtlbr2.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/fmtlbr3.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/help.hpf +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/tagicon2.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/help.hpf +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/home.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/home.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/homeHdr.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/abook.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/compbar.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/help.hpf +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mailbox.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mailbox2.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mess.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/messHdr.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/messengr.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mpctrl.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/newsgrp.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/tabs.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/help.hpf +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/nav.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/navHdr.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/navigatr.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/abook.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/collabra.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/compbar.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/discgrps.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/help.hpf +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/mailbox2.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/news.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/newsgrp.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelpm.css +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelpu.css +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelpw.css +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/admnIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/calIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/collIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/commIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/compIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/confIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/ibmIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/messIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/navIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/netIcon.gif +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble/help.hpf +%%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble/trouble.htm +%%NSUBDIR%%/%%LANG%%/nethelp/netwatch.gif +%%NSUBDIR%%/%%LANG%%/nethelp/picsfail.htm +%%NSUBDIR%%/%%LANG%%/nethelp/picsfail.jar +%%NSUBDIR%%/%%LANG%%/nethelp/scraps +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/home +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/news +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape +@dirrm %%NSUBDIR%%/%%LANG%%/nethelp +@dirrm %%NSUBDIR%%/%%LANG%% +%%NSUBDIR%%/preferences.js |