summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2000-11-02 03:39:20 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2000-11-02 03:39:20 +0000
commit881204494a0c4c813b6ffb965fa39019772c765e (patch)
treecc1ba94ee8c17b8f3617782832c0026ddf548f7c
parentPR: 21691 (diff)
PR: 21691
Submitted by: Jing-Tang Keith Jang <keith@sinica.edu.tw> Reviewed by: Michael C. Wu <keichii@peorth.iteration.net> Active zh-netscape47-communicator. This port provides a Big5 localized Netscape, including menus, toolbars, error messages and many others. It also contains a libX11 fix, which allows Netscape to show Big5 buttons in html documents. The patches are mainly contributed by thhsieh@linux.org.tw & hcchu@r350.ee.ntu.edu.tw. The localized Netscape.Big5 is translated by Antony Shen <u8618806@cc.nctu.edu.tw>, with some modifications.
Notes
Notes: svn path=/head/; revision=34591
-rw-r--r--chinese/netscape47-communicator/Makefile93
-rw-r--r--chinese/netscape47-communicator/distinfo1
-rw-r--r--chinese/netscape47-communicator/files/DEINSTALL.in22
-rw-r--r--chinese/netscape47-communicator/files/INSTALL.in18
-rw-r--r--chinese/netscape47-communicator/files/MESSAGE.in9
-rw-r--r--chinese/netscape47-communicator/files/start.sh.in20
-rw-r--r--chinese/netscape47-communicator/pkg-comment1
-rw-r--r--chinese/netscape47-communicator/pkg-descr11
-rw-r--r--chinese/netscape47-communicator/pkg-plist126
9 files changed, 301 insertions, 0 deletions
diff --git a/chinese/netscape47-communicator/Makefile b/chinese/netscape47-communicator/Makefile
new file mode 100644
index 000000000000..2925273f207c
--- /dev/null
+++ b/chinese/netscape47-communicator/Makefile
@@ -0,0 +1,93 @@
+# New ports collection makefile for: zh Big5/GB-ized Netscape
+# Date created: 11 Mar 2000
+# Whom: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
+#
+# $FreeBSD: /tmp/pcvs/ports/chinese/netscape47-communicator/Attic/Makefile,v 1.1 2000-11-02 03:39:11 foxfair Exp $
+#
+
+PORTNAME= ${REGION}-netscape-${BROWSER_ARC}
+PORTVERSION= ${BROWSER_VERSION}
+CATEGORIES= chinese www
+MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/
+DISTNAME= ${REGION}-nskit-${BROWSER_VERSION}
+
+MAINTAINER= keith@freebsd.sinica.edu.tw
+
+# ?= is for ports that include this Makefile.
+# We need Arphic because there's no font with all sizes to deal with Java.
+RUN_DEPENDS?= \
+ ${X11BASE}/lib/aout/zh-XFree86-aoutlibs-3.3.6:${.CURDIR}/../XFree86-aoutlibs \
+ ${LOCALBASE}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER} \
+ ${LOCALBASE}/lib/aout/libxpg4-ns.so.2.0:${PORTSDIR}/www/libxpg4-ns \
+ ${X11BASE}/lib/X11/locale/zh_TW.Big5/XLC_LOCALE:${PORTSDIR}/x11/XFree86 \
+ ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf
+
+# These variables can be defined in ports that include this Makefile.
+LOCALE?= zh_TW.Big5
+REGION?= tw
+BROWSER?= communicator
+BROWSER_VER?= 47
+BROWSER_VERSION?= 4.76
+BROWSER_ARC?= ${BROWSER}
+BROWSER_BIN?= ${BROWSER_ARC}-${BROWSER_VERSION}.bin
+BROWSER_CMD?= ${REGION}-${BROWSER_ARC}-${BROWSER_VER}
+NSUBDIR?= lib/netscape
+NO_BUILD= yes
+
+NDIR= ${PREFIX}/${NSUBDIR}
+PLIST_SUB= BROWSER=${BROWSER_ARC} VER=${BROWSER_VER} NSUBDIR=${NSUBDIR} LOCALE=${LOCALE} REGION=${REGION} X11BASE=${X11BASE}
+PKGINSTALL= ${WRKDIR}/pkg-install
+PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
+PKGMESSAGE= ${WRKDIR}/pkg-message
+# RDIR is the resource directory.
+MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \
+ -e "s;@LOCALBASE@;${LOCALBASE};g" \
+ -e "s;@PREFIX@;${PREFIX};g" \
+ -e "s;@NDIR@;${NDIR};g" \
+ -e "s;@RDIR@;${NDIR};g" \
+ -e "s;@BROWSER_BIN@;${BROWSER_BIN};g" \
+ -e "s;@LOCALE@;${LOCALE};g"
+START_SCRIPT?= ${FILESDIR}/start.sh.in
+
+.include <bsd.port.pre.mk>
+
+do-configure:
+ ${MAKESCRIPT} ${START_SCRIPT} > ${WRKDIR}/${BROWSER_CMD}
+ ${MAKESCRIPT} ${FILESDIR}/INSTALL.in > ${WRKDIR}/pkg-install
+ ${MAKESCRIPT} ${FILESDIR}/MESSAGE.in > ${WRKDIR}/pkg-message
+ ${MAKESCRIPT} ${FILESDIR}/DEINSTALL.in > ${WRKDIR}/pkg-deinstall
+.if (${BROWSER} == navigator)
+ ${SED} "s/Communicator/Navigator/g" ${WRKSRC}/Netscape.ad \
+ > ${WRKSRC}/Netscape
+.else
+ ${CP} ${WRKSRC}/Netscape.ad ${WRKSRC}/Netscape
+.endif
+
+pre-install:
+ PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/XLC_LOCALE.Big5 ${X11BASE}/lib/X11/locale/zh_TW.Big5/XLC_LOCALE
+ ${INSTALL_SCRIPT} ${WRKDIR}/${BROWSER_CMD} ${PREFIX}/bin/
+ ${LN} -sf ${BROWSER_CMD} ${PREFIX}/bin/netscape.run
+.for f in font.properties.zh_GB2312 font.properties.zh_TW_Big5
+ ${INSTALL_DATA} ${WRKSRC}/$f ${NDIR}/java/classes
+.endfor
+ ${MKDIR} ${NDIR}/${LOCALE}
+ ${CP} -R ${WRKSRC}/nethelp ${NDIR}/${LOCALE}/
+.for f in BDP_LICENSE Netscape Netscape.WheelMouse
+ ${INSTALL_DATA} ${WRKSRC}/$f ${NDIR}/${LOCALE}/
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/preferences.js ${NDIR}/${LOCALE}
+# I know Japanese & Korean's netscape ports all install netscape.cfg
+# in ${NSUBDIR}, but then only a single locale's netscape.cfg is available
+# to all users, which is IMHO unreasonable.
+ ${MKDIR} /usr/lib/X11/${LOCALE}/app-defaults
+.for f in netscape.cfg netscape.jsc
+ ${INSTALL_DATA} ${WRKSRC}/$f /usr/lib/X11/${LOCALE}/app-defaults
+.endfor
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.post.mk>
diff --git a/chinese/netscape47-communicator/distinfo b/chinese/netscape47-communicator/distinfo
new file mode 100644
index 000000000000..ca7552e638da
--- /dev/null
+++ b/chinese/netscape47-communicator/distinfo
@@ -0,0 +1 @@
+MD5 (tw-nskit-4.76.tar.gz) = 7f03f00526bbaf2fb9ca09e9594b7feb
diff --git a/chinese/netscape47-communicator/files/DEINSTALL.in b/chinese/netscape47-communicator/files/DEINSTALL.in
new file mode 100644
index 000000000000..c786667dc999
--- /dev/null
+++ b/chinese/netscape47-communicator/files/DEINSTALL.in
@@ -0,0 +1,22 @@
+#!/bin/sh
+CLASSDIR=@NDIR@/java/classes
+XLOCALEDIR=@X11BASE@/lib/X11/locale/zh_TW.Big5
+
+if [ "$2" = "DEINSTALL" ]; then
+ exit 0;
+fi
+
+#
+# Restore font.properties.zh_GB2312, font.properties.zh_TW_Big5
+# and XLC_LOCALE.
+#
+if [ -f ${CLASSDIR}/font.properties.zh_GB2312.orig ]; then
+ mv -f ${CLASSDIR}/font.properties.zh_GB2312.orig ${CLASSDIR}/font.properties.zh_GB2312
+fi
+if [ -f ${CLASSDIR}/font.properties.zh_TW_Big5.orig ]; then
+ mv -f ${CLASSDIR}/font.properties.zh_TW_Big5.orig ${CLASSDIR}/font.properties.zh_TW_Big5
+fi
+if [ -f ${XLOCALEDIR}/XLC_LOCALE.orig ]; then
+ mv -f ${XLOCALEDIR}/XLC_LOCALE.orig ${XLOCALEDIR}/XLC_LOCALE
+fi
+
diff --git a/chinese/netscape47-communicator/files/INSTALL.in b/chinese/netscape47-communicator/files/INSTALL.in
new file mode 100644
index 000000000000..cfa1968220fe
--- /dev/null
+++ b/chinese/netscape47-communicator/files/INSTALL.in
@@ -0,0 +1,18 @@
+#!/bin/sh
+CLASSDIR=@NDIR@/java/classes
+XLOCALEDIR=@X11BASE@/lib/X11/locale/zh_TW.Big5
+
+if [ "$2" = "POST-INSTALL" ]; then
+ exit 0;
+fi
+
+#
+# Backup font.properties.zh_GB2312, font.properties.zh_TW_Big5,
+# and XLC_LOCALE.
+#
+if [ "$2" = "PRE-INSTALL" ]; then
+ cp -f ${CLASSDIR}/font.properties.zh_GB2312 ${CLASSDIR}/font.properties.zh_GB2312.orig
+ cp -f ${CLASSDIR}/font.properties.zh_TW_Big5 ${CLASSDIR}/font.properties.zh_TW_Big5.orig
+ cp -f ${XLOCALEDIR}/XLC_LOCALE ${XLOCALEDIR}/XLC_LOCALE.orig
+fi
+
diff --git a/chinese/netscape47-communicator/files/MESSAGE.in b/chinese/netscape47-communicator/files/MESSAGE.in
new file mode 100644
index 000000000000..96448e0864e7
--- /dev/null
+++ b/chinese/netscape47-communicator/files/MESSAGE.in
@@ -0,0 +1,9 @@
+--------------------------------------------------------------------
+Check the following files if you want to modify some X resources to
+suit your personal settings, like a wheel mouse or XIM input styles:
+@NDIR@/@LOCALE@/Netscape.WheelMouse
+@NDIR@/@LOCALE@/Netscape
+
+If your want to modify and redistriute this program, see
+@NDIR@/@LOCALE@/BDP_LICENSE.
+--------------------------------------------------------------------
diff --git a/chinese/netscape47-communicator/files/start.sh.in b/chinese/netscape47-communicator/files/start.sh.in
new file mode 100644
index 000000000000..ebb408248d81
--- /dev/null
+++ b/chinese/netscape47-communicator/files/start.sh.in
@@ -0,0 +1,20 @@
+#!/bin/sh
+if [ ! -d $HOME/.netscape ]; then
+ mkdir -m 700 $HOME/.netscape
+ cp @RDIR@/@LOCALE@/preferences.js $HOME/.netscape
+ chmod 644 $HOME/.netscape/preferences.js
+fi
+export LANG=@LOCALE@
+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 XCMSDB=/dev/null
+ulimit -c 0
+
+export LD_PRELOAD; LD_PRELOAD=@LOCALBASE@/lib/aout/libxpg4-ns.so.2.0
+
+exec ${MOZILLA_HOME}/@BROWSER_BIN@ "$@"
diff --git a/chinese/netscape47-communicator/pkg-comment b/chinese/netscape47-communicator/pkg-comment
new file mode 100644
index 000000000000..338e4458f2a1
--- /dev/null
+++ b/chinese/netscape47-communicator/pkg-comment
@@ -0,0 +1 @@
+Big5 localized Netscape
diff --git a/chinese/netscape47-communicator/pkg-descr b/chinese/netscape47-communicator/pkg-descr
new file mode 100644
index 000000000000..3d4f9ff52a72
--- /dev/null
+++ b/chinese/netscape47-communicator/pkg-descr
@@ -0,0 +1,11 @@
+This port provides a Big5 localized Netscape, including menus,
+toolbars, error messages and many others. It also contains a
+libX11 fix, which allows Netscape to show Big5 buttons in html
+documents.
+
+The patches are mainly contributed by thhsieh@linux.org.tw &
+hcchu@r350.ee.ntu.edu.tw. The localized Netscape.Big5 is
+translated by Antony Shen <u8618806@cc.nctu.edu.tw>, with some
+modifications.
+
+Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
diff --git a/chinese/netscape47-communicator/pkg-plist b/chinese/netscape47-communicator/pkg-plist
new file mode 100644
index 000000000000..f49e46cd77ad
--- /dev/null
+++ b/chinese/netscape47-communicator/pkg-plist
@@ -0,0 +1,126 @@
+bin/%%REGION%%-%%BROWSER%%-%%VER%%
+@exec ln -sf %f %B/netscape.run
+@unexec rm -f %B/netscape.run
+%%NSUBDIR%%/java/classes/font.properties.zh_GB2312
+%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5
+%%NSUBDIR%%/%%LOCALE%%/BDP_LICENSE
+%%NSUBDIR%%/%%LOCALE%%/Netscape
+%%NSUBDIR%%/%%LOCALE%%/Netscape.WheelMouse
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Back_dep.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Back_dis.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Back_sel.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Back_up.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Blank.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Button.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/CntData.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/CntTool.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/CntTool.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Exit_dep.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Exit_sel.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Exit_up.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Forw_dep.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Forw_dis.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Forw_sel.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Forw_up.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Header.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/IdxData.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/IdxFill.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/IdxKey.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/IdxTool.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/IdxTopic.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Local-1.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/NSHIfrm.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/NavUI.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/NoJSerr.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Prnt_dep.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Prnt_sel.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Prnt_up.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Stack.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Status.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/System.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/System.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/ToolUI.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Tool_dep.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Tool_sel.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Tool_up.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Topic.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Utility.js
+%%NSUBDIR%%/%%LOCALE%%/nethelp/Wait.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/collabra/coll.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/collabra/collHdr.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/collabra/collabra.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/collabra/discgrps.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/collabra/help.hpf
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/collabra/mailbox2.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/composer/comp.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/composer/compHdr.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/composer/composer.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/composer/comtlbr2.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/composer/fmtlbr3.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/composer/help.hpf
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/composer/tagicon2.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/home/help.hpf
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/home/home.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/home/home.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/home/homeHdr.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/abook.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/compbar.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/help.hpf
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/mailbox.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/mailbox2.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/mess.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/messHdr.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/messengr.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/mpctrl.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/newsgrp.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr/tabs.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/navigatr/help.hpf
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/navigatr/nav.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/navigatr/navHdr.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/navigatr/navigatr.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/news/abook.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/news/collabra.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/news/compbar.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/news/discgrps.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/news/help.hpf
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/news/mailbox2.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/news/news.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/news/newsgrp.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/NetHelpm.css
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/NetHelpu.css
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/NetHelpw.css
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/admnIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/calIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/collIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/commIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/compIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/confIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/ibmIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/messIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/navIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared/netIcon.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/trouble/help.hpf
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/trouble/trouble.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/netwatch.gif
+%%NSUBDIR%%/%%LOCALE%%/nethelp/picsfail.htm
+%%NSUBDIR%%/%%LOCALE%%/nethelp/picsfail.jar
+%%NSUBDIR%%/%%LOCALE%%/preferences.js
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/collabra
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/composer
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/home
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/messengr
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/navigatr
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/news
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/shared
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp/netscape/trouble
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp/netscape
+@dirrm %%NSUBDIR%%/%%LOCALE%%/nethelp
+@dirrm %%NSUBDIR%%/%%LOCALE%%
+@cwd %%X11BASE%%
+lib/X11/locale/zh_TW.Big5/XLC_LOCALE
+@cwd /
+usr/lib/X11/%%LOCALE%%/app-defaults/netscape.cfg
+usr/lib/X11/%%LOCALE%%/app-defaults/netscape.jsc
+@unexec rmdir /usr/lib/X11/%%LOCALE%%/app-defaults 2>/dev/null || true
+@unexec rmdir /usr/lib/X11/%%LOCALE%% 2>/dev/null || true
+@unexec rmdir /usr/lib/X11 2>/dev/null || true