1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

As previously announced, retire these old warhorses due to security

problems that will never be fixed.

I almost feel like asking for a short moment of silence.
This commit is contained in:
Mark Linimon 2004-12-19 01:39:47 +00:00
parent 0d1bb04bbe
commit 8b5d20b2b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124449
39 changed files with 0 additions and 1728 deletions

View File

@ -251,8 +251,6 @@
SUBDIR += ne
SUBDIR += nethack32
SUBDIR += nethack34
SUBDIR += netscape48-communicator
SUBDIR += netscape48-navigator
SUBDIR += netscape7
SUBDIR += netype
SUBDIR += netypesv

View File

@ -1,88 +0,0 @@
# New ports collection makefile for: Netscape browser with Japanese resources
# Date created: 13 Mar 1998
# Whom: sada@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= netscape-${BROWSER_ARC}
PORTVERSION= ${BROWSER_VERSION}
CATEGORIES= japanese www
MASTER_SITES?= ${MASTER_SITE_PORTS_JP} \
http://www.imasy.or.jp/~mistral/netscape/resource/
DISTNAME= communicator-ja-euc-v475-export.generic-generic-generic
FORBIDDEN= multiple vulnerabilities with no hope of fixes
DEPRECATED= ${FORBIDDEN}
EXPIRATION_DATE=2004-12-07
MAINTAINER?= sada@FreeBSD.org
COMMENT= Netscape web-surfboard with Japanese resources
# ?= for ports that include this Makefile
RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER_NAME}
RUN_DEPENDS+= ${PKG_DBDIR}/ja-alias-fonts-1.0:${PORTSDIR}/japanese/alias-fonts
MAN1= ja-netscape.1
MANLANG= ja
NO_BUILD= yes
PKGINSTALL= ${WRKDIR}/INSTALL
PLIST_SUB= BROWSER=${BROWSER_ARC} NSUBDIR=${NSUBDIR} LANG=${LANG} VER=${BROWSER_VER}
WRKSRC= ${WRKDIR}/netscape-ja_euc
BROWSER_NAME?= communicator
BROWSER_ARC?= ${BROWSER_NAME}-linux
BROWSER_BIN?= ${BROWSER_ARC}-${BROWSER_VERSION}.bin
BROWSER_CMD?= ja-${BROWSER_ARC}-${BROWSER_VER}
BROWSER_VER?= 48
BROWSER_VERSION?= 4.8
LANG= ja_JP.eucJP
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_ARC}-${BROWSER_VERSION};g" \
-e "s;@BROWSER_BIN@;${BROWSER_BIN};g" \
-e "s;@LANG@;${LANG};g"
MANDIR= ${MANPREFIX}/man/${MANLANG}
NDIR= ${PREFIX}/${NSUBDIR}
NSUBDIR?= lib/netscape-linux
NETHELP?= nethelp-v47
START_SCRIPT?= ${FILESDIR}/start.sh.in
do-configure:
${MAKESCRIPT} ${START_SCRIPT} >${WRKDIR}/start.sh
${MAKESCRIPT} ${WRKSRC}/Netscape.ad-ja_euc \
| ${SED} "s/-dt-interface system-medium-\*-\*-S\*-\*-\*-\*-\*-\*-\*-\*-\*:/-misc-fixed-medium-r-normal--14-\*-\*-\*-\*-\*-iso8859-1; -misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0; -misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0:/;" \
>${WRKDIR}/Netscape
${MAKESCRIPT} ${FILESDIR}/INSTALL >${PKGINSTALL}
${CP} ${WRKSRC}/about ${WRKDIR}/about
.if (${BROWSER_NAME} == navigator)
${CP} ${WRKDIR}/Netscape ${WRKDIR}/Netscape.orig
${SED} "s/Communicator/Navigator/g" ${WRKDIR}/Netscape.orig > ${WRKDIR}/Netscape
${SED} "s/Communicator/Navigator/g" ${WRKSRC}/about > ${WRKDIR}/about
.endif
${CP} ${WRKDIR}/about ${WRKDIR}/splash
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}
${INSTALL_DATA} ${WRKSRC}/netscape.cfg ${NDIR}/
.for f in mail.msg plugins
${INSTALL_DATA} ${WRKSRC}/$f ${NDIR}/${LANG}/
.endfor
.for f in Netscape about splash
${INSTALL_DATA} ${WRKDIR}/$f ${NDIR}/${LANG}/
.endfor
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/${NETHELP}.nif ${EXTRACT_AFTER_ARGS} -C ${NDIR}/${LANG}
${INSTALL_SCRIPT} ${WRKDIR}/start.sh ${PREFIX}/bin/${BROWSER_CMD}
${LN} -sf ${BROWSER_CMD} ${PREFIX}/bin/netscape.run
${MKDIR} ${MANDIR}/man1
${INSTALL_MAN} ${FILESDIR}/${MAN1} ${MANDIR}/man1
post-install:
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (communicator-ja-euc-v407-export.generic-generic-generic.tar.gz) = b9ea038c83741e70aec74cc0e782646d
MD5 (communicator-ja-euc-v475-export.generic-generic-generic.tar.gz) = 4cf19af08bc2cb834da63018f74faf2d

View File

@ -1,9 +0,0 @@
#!/bin/sh
[ "x$1" = "x" ] && exit 1
if [ "x$2" = "xPOST-INSTALL" -a -n "$JA_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

View File

@ -1,49 +0,0 @@
.\" Man page for ja-netscape
.\"
.\" Copyright (c) 1998, SADA Kenji
.\"
.\" $FreeBSD$
.\"
.Dd Oct 07, 1998
.Dt JA-NETSCAPE 1
.Sh 名称
.Nm ja-netscape
.Nd ネットスケープ製 WWW ブラウザの日本語対応版
.Sh 書式
.Nm ja-communicator, ja-navigator
.Op Ar url
.Nm netscape
.Op Ar url
.Sh 解説
.Nm ja-communicator/ja-navigator
はネットスケープ社が配布している FreeBSD 用の Communicator/Navigator に
日本語リソースを適用し、メニュー、ブックマーク、フォーム部品に日本語の表示を
可能とし、フォントの大きさの調整をするものです。
.Sh 構成 ports
.Dl 日本語化 Communicator version 4.08: japanese/communicator-4.08
.Dl 日本語化 Navigator version 4.08: japanese/navigator-4.08
.Dl 日本語化 Communicator version 4.5: japanese/communicator-4.5
.Dl 日本語化 Navigator version 4.5: japanese/communicator-4.5
.Dl フォントの設定 : japanese/netscape-fonts-1.0
.Sh 注意
FreeBSD 3.0-current + XFree86 3.3.3 で動作確認をしています。
.Pp
既存の ~/.netscape を継続して使用すると不具合があるかもしれません。
.Pp
起動用コマンド `/usr/X11R6/bin/netscape' は最後にインストールしたものの
起動コマンドの実体にリンクされて放置されます。
別のバージョンを起動したい場合は手で変更してください。
.Pp
Netscape Communicator / Navigator では、
ヘルプメニューを日本語で表示する場合には
/usr/lib/ 以下のディレクトリに設定ファイル
netscape.cfg を置かなくてはいけませんが、
FreeBSD ports の規約ではこのディレクトリ以下の内容を変更することはできません。
当 ports では、
環境の JA_NETSCAPE_INSTALL_CFG が空文字列以外の内容で設定されていたとき、
この設定を強行するようになっています。
.Pp
XFree86 3.3.2 から継続して使っていて、小さい文字が潰れる場合は、
/etc/XF86Config の Section "Files" に
FontPath "/usr/X11R6/lib/X11/fonts/local"
という行が含まれていなければ追加してください。

View File

@ -1,158 +0,0 @@
--- Netscape.ad-ja_euc.orig Sun Aug 25 21:17:25 2002
+++ Netscape.ad-ja_euc Sun Aug 25 21:19:33 2002
@@ -1,5 +1,5 @@
! Insert copyright and license here 1994
-! Netscape.ad --- app-defaults file for Netscape 4.75.
+! Netscape.ad --- app-defaults file for Netscape 4.8.
!
! Bugs and commentary to x_cbug@netscape.com.
! Created: Jamie Zawinski <use the bug address, please>, 23-Jun-94.
@@ -60,7 +60,7 @@
! code. The directory and file listings are always maintained
! as equal size. We don't do this for SGI, as they have solved
! the problem. See *useEnhancedFSB above.
-*nsMotifFSBHacks: True
+*nsMotifFSBHacks: False
! This resource enables the CDE mode of the File Selection Box.
! You must be running a CDE enhanced Motif library for this
@@ -177,8 +177,8 @@
! If you find a need to let one or both of them continue on to the actual
! terminal of Netscape, you can do it by setting these resources to False.
!
-*useStderrDialog: True
-*useStdoutDialog: True
+*useStderrDialog: False
+*useStdoutDialog: False
! For those MIME content-encodings which are not directly understood
! internally, it is possible to specify another Unix program to use as
@@ -2226,7 +2226,7 @@
*decreaseFont.documentationString: \
このページの表示に使用するフォント サイズを小さくします。
-*reload.labelString: 再読み込み(R)
+*reload.labelString: 再読込(R)
*reload.mnemonic: R
*reload.acceleratorText: Alt+R
! In mail and news reply to sender uses this accelerator
@@ -4491,7 +4491,7 @@
! changed at runtime; these resources won't override that.
*title: Netscape
*iconName: Netscape
-*Navigator.title: Netscape Navigator 4.75
+*Navigator.title: Netscape Navigator 4.8
*MailThread.title: Netscape メール & ニュースグループ
*MailThread.iconName: メール & ニュースグループ
@@ -4529,8 +4529,8 @@
! ------------------------
! back
! forward
-*reloadNonFrameCmdString: 再読み込み(R)
-*reloadWithFrameCmdString: フレームの再読み込み(R)
+*reloadNonFrameCmdString: 再読込(R)
+*reloadWithFrameCmdString: フレームの再読込(R)
*popup.frameReload.mnemonic: R
*popup.showImage.labelString: 画像の表示(G)
*popup.showImage.mnemonic: g
@@ -5050,6 +5050,8 @@
!*openURLDialog.width: 500
*openURLDialog*openInEditor.labelString: Composer で開く
*openURLDialog*openInBrowser.labelString: Navigator で開く
+*openURLDialog*XmTextField.fontList:\
+-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*message_popup.title: Netscape
*message_popup*OK.labelString: OK
@@ -5419,7 +5421,7 @@
*drawingArea*XmScrolledWindow.spacing: 0
! Do not under any circumstances change the following line:
-Netscape.version: 4.75
+Netscape.version: 4.8
! ============================================================================
@@ -6018,7 +6020,7 @@
*urlLocationLabel.netsiteLabelString: Netsite:
-*urlLocationLabel.uneditedLabelString: 場所:
+*urlLocationLabel.uneditedLabelString:   場所:
*urlLocationLabel.editedLabelString: ジャンプ:
! this must be the longer of the two...
@@ -6384,6 +6386,7 @@
自動的に画像やその他のデータ タイプを読み込む\n\
(または、必要時に[画像]ボタンをクリックする)
*prefs*advanced*enableJava.labelString: Java を有効にする
+*prefs*advanced*enablePluginJVM.labelString: Java Plugin を有効にする
*prefs*advanced*enableJs.labelString: JavaScript を有効にする
*prefs*advanced*enableJsMailNews.labelString: メールとニュースで JavaScript を有効にする
*prefs*advanced*enableStyleSheet.labelString: スタイル シートを有効にする
@@ -6430,10 +6433,10 @@
*prefs*cache*cacheLabel.labelString: \
キャッシュは頻繁にアクセスされるドキュメントをコピーしておくことで、\n\
-ネットワークに接続する時間を節約します。[再読み込み]ボタンを押すと、\n\
+ネットワークに接続する時間を節約します。[再読込]ボタンを押すと、\n\
キャッシュしたドキュメントとネットワーク上のものを比較して、\n\
最新のドキュメントを表示します。ページや画像をキャッシュからではなく\n\
-ネットワークから読み込むには、Shift キーを押しながら[再読み込み]\n\
+ネットワークから読み込むには、Shift キーを押しながら[再読込]\n\
ボタンをクリックします。
*prefs*cache*cacheDirLabel.labelString: キャッシュフォルダ:
*prefs*cache*memoryLabel.labelString: メモリ キャッシュ:
@@ -6462,7 +6465,7 @@
*prefs*proxies*auto.labelString: 自動プロキシ設定
*prefs*proxies*config.labelString: 設定ファイルの場所 (URL)
*prefs*proxies*view.labelString: 表示...
-*prefs*proxies*reload.labelString: 再読み込み
+*prefs*proxies*reload.labelString: 再読込
! Preferences dialog - General - Proxies - View
@@ -7421,7 +7424,7 @@
*print.tipString: このページを印刷
*MailThread*print.tipString: 選択したメッセージを印刷
*MailMsg*print.tipString: 選択したメッセージを印刷
-*toolBar*reload.labelString: 再読み込み
+*toolBar*reload.labelString: 再読込
! buttons specific to the compose frame.
*toolBar*sendMessageNow.labelString: 送信
@@ -7475,7 +7478,7 @@
*bccBtn.documentationString: メッセージを作成してブラインドカーボン コピーを選択した項目宛に送信します
!
! buttons used everywhere (it seems.)
-*toolBar*viewSecurity.labelString: セキュリティ
+*toolBar*viewSecurity.labelString: 保護
*toolBar*stopLoading.labelString: 停止
*changeDocumentEncoding.documentationString: ドキュメントの文字コード セットを指定します。
@@ -9029,7 +9032,7 @@
*strings.23715:新規/編集 ...
-*strings.23716:再読み込み
+*strings.23716:再読込
*strings.23717:削除
@@ -11162,7 +11165,7 @@
*strings.21597: キャッシュに一部だけあります。残りはサーバから取り出しています:\n
-*strings.21598: 強制再読み込みが設定されたので、\nサーバでキャッシュ項目を確認しています:\n
+*strings.21598: 強制再読込が設定されたので、\nサーバでキャッシュ項目を確認しています:\n
*strings.21599: オブジェクトの期限が切れています。もう一度読み込みます:\n
@@ -14584,3 +14587,6 @@
*tableCreateDialog.ApplyLabelString: クリア
*documentPropertiesDialog.ApplyLabelString: クリア
+! kinput2 が Bus error を起こさないように
+*mainForm.toolBox.urlBarItem.urlBarMainForm.urlComboBox.Text.fontList:\
+-misc-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1

View File

@ -1,5 +0,0 @@
// Netscape User Preferences
// This is a generated file! Do not edit.
user_pref("intl.accept_languages", "ja, en");
user_pref("intl.font_spec_list", "kappa-fixed-120-noscale-fixed-iso-8859-15,kappa-fixed-120-noscale-prop-iso-8859-15,schumacher-clean-120-noscale-fixed-x-user-defined,schumacher-clean-120-noscale-prop-x-user-defined,nsPseudoFont-courier-180-noscale-fixed-UTF-8,nsPseudoFont-helvetica-180-noscale-prop-UTF-8,isas-fangsong ti-120-noscale-fixed-gb_2312-80,isas-fangsong ti-120-noscale-prop-gb_2312-80,daewoo-gothic-0-noscale-fixed-ks_c_5601-1987,daewoo-gothic-0-noscale-prop-ks_c_5601-1987,misc-fixed-130-noscale-fixed-jis_x0201,misc-fixed-130-noscale-prop-jis_x0201,alias-fixed-130-noscale-fixed-jis_x0208-1983,alias-fixed-130-noscale-prop-jis_x0208-1983,kappa-fixed-120-noscale-fixed-iso-8859-2,kappa-fixed-120-noscale-prop-iso-8859-2,misc-fixed-130-noscale-fixed-iso-8859-1,adobe-new century schoolbook-140-noscale-prop-iso-8859-1,");

View File

@ -1,33 +0,0 @@
#!/bin/sh
if [ ! -d $HOME/.netscape ]; then
mkdir -m 700 $HOME/.netscape
cp @RDIR@/preferences.js $HOME/.netscape
chmod 644 $HOME/.netscape/preferences.js
fi
export LANG=@LANG@
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 TIMID_DIR=/usr/local/lib/timidity
export XCMSDB=/dev/null
ulimit -c 0
ACRO_HOME=@PREFIX@/Acrobat4
if [ -d $ACRO_HOME ]; then
export PATH=${PATH}:${ACRO_HOME}/bin
ACRO_PLUGIN_PATH=:${ACRO_HOME}/Browsers/intellinux
fi
if [ -z $NPX_PLUGIN_PATH ]; then
export NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins:${HOME}/.netscape/plugins${ACRO_PLUGIN_PATH}
else
export NPX_PLUGIN_PATH=${NPX_PLUGIN_PATH}${ACRO_PLUGIN_PATH}
fi
if [ -x /compat/linux/usr/X11R6/lib/libXm-ns.so.1.0.2 ]; then
MOZILLA_BIN=${MOZILLA_HOME}/netscape-dynMotif
else
MOZILLA_BIN=${MOZILLA_HOME}/@BROWSER_BIN@
fi
exec $MOZILLA_BIN "$@"

View File

@ -1,9 +0,0 @@
This is the netscape web-surfboard.
Please read the file `/usr/local/lib/netscape/LICENSE'
for the licensing terms.
This port's explanation (written in Japanese):
WWW: http://home.jp.freebsd.org/~sada/ports/netscape.html
- SADA Kenji
sada@FreeBSD.ORG

View File

@ -1,123 +0,0 @@
bin/ja-%%BROWSER%%-%%VER%%
@exec ln -sf %f %B/netscape.run
@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%%/netscape.cfg
%%NSUBDIR%%/%%LANG%%/Netscape
%%NSUBDIR%%/%%LANG%%/about
%%NSUBDIR%%/%%LANG%%/mail.msg
%%NSUBDIR%%/%%LANG%%/nethelp/picsfaill.htm
%%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/NSHIfrm.htm
%%NSUBDIR%%/%%LANG%%/nethelp/NavUI.htm
%%NSUBDIR%%/%%LANG%%/nethelp/NoJSerr.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%%/plugins
%%NSUBDIR%%/%%LANG%%/splash
%%NSUBDIR%%/preferences.js
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/news
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/home
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape
@dirrm %%NSUBDIR%%/%%LANG%%/nethelp
@dirrm %%NSUBDIR%%/%%LANG%%

View File

@ -1,12 +0,0 @@
# New ports collection makefile for: Netscape browser with Japanese resources
# Date created: 26 Aug 2002
# Whom: sada@FreeBSD.org
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../netscape48-communicator
BROWSER_NAME= navigator
.include "${MASTERDIR}/Makefile"

View File

@ -51,8 +51,6 @@
SUBDIR += mule-freewnn
SUBDIR += munhwafonts-cid
SUBDIR += nabi
SUBDIR += netscape48-communicator
SUBDIR += netscape48-navigator
SUBDIR += nh2ps
SUBDIR += nhpf
SUBDIR += nhppf

View File

@ -1,103 +0,0 @@
# New ports collection makefile for: Netscape browser with Korean resources
# Date created: 25 Oct 1998
# Whom: CHOI Junho <cjh@kr.freebsd.org>
#
# $FreeBSD$
#
# based on japanese/netscape4-*
PORTNAME= netscape-${BROWSER_ARC}
PORTVERSION= ${BROWSER_VERSION}
CATEGORIES= korean www
MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/netscape-ko/ \
http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/
DISTNAME= ${KOREAN_KIT}
FORBIDDEN= multiple vulnerabilities with no hope of fixes
DEPRECATED= ${FORBIDDEN}
EXPIRATION_DATE=2004-12-07
MAINTAINER?= cjh@FreeBSD.org
COMMENT= Netscape web-surfboard with Korean resources
# ?= for ports that include this Makefile
RUN_DEPENDS?= ${LOCALBASE}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER_NAME}
RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf \
/compat/linux/usr/share/locale/ko/LC_MESSAGES/SYS_LC_MESSAGES:${PORTSDIR}/korean/linux_locale
NO_BUILD= yes
PKGINSTALL= ${WRKDIR}/INSTALL
PLIST_SUB= NSUBDIR=${NSUBDIR} LANG=${LANG} \
BROWSER=${BROWSER_ARC} VER=${BROWSER_VER}
NDIR= ${PREFIX}/${NSUBDIR}
NSUBDIR?= lib/netscape-linux
# should be changed by versions
BROWSER_NAME?= communicator
BROWSER_ARC?= ${BROWSER_NAME}-linux
BROWSER_BIN?= ${BROWSER_ARC}-${BROWSER_VERSION}.bin
BROWSER_CMD?= ko-${BROWSER_ARC}-${BROWSER_VER}
BROWSER_VER?= 48
BROWSER_VERSION?= 4.8
# for old version(<4.5), font name substitution required.
# newer version use baekmuk-gulim should not be affected.
PREVFONTNAME= kodig
NEWFONTNAME= gulim
KOREAN_KIT?= netscape-korean-kit-v476.20001031
NETHELP?= nethelp-v451
START_SCRIPT?= ${MASTERDIR}/files/start.sh.in
ADDXRESOURCE?= ${MASTERDIR}/files/xresource.ad
LANG= ko_KR.eucKR
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_ARC}-${BROWSER_VERSION};g" \
-e "s;@BROWSER_BIN@;${BROWSER_BIN};g" \
-e "s;@LANG@;${LANG};g" \
-e "s;-${PREVFONTNAME}-;-${NEWFONTNAME}-;g"
do-configure:
${MAKESCRIPT} ${START_SCRIPT} >${WRKDIR}/start.sh
# add FreeBSD-specific resource
${MAKESCRIPT} ${WRKSRC}/Netscape.ad-ko >${WRKSRC}/Netscape.2.ad
${CAT} ${WRKSRC}/Netscape.2.ad ${ADDXRESOURCE} \
> ${WRKSRC}/Netscape
${MAKESCRIPT} ${FILESDIR}/INSTALL >${PKGINSTALL}
# make navigator resource
.if defined(BROWSER_NAME) && ${BROWSER_NAME} == navigator
${SED} -e "s;Communicator;Navigator;g" \
${WRKSRC}/about > ${WRKDIR}/about
${SED} -e "s;Communicator;Navigator;g" \
${WRKSRC}/splash > ${WRKDIR}/splash
.else
${CP} ${WRKSRC}/about ${WRKDIR}/about
${CP} ${WRKSRC}/splash ${WRKDIR}/splash
.endif
do-install:
${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR}
${MKDIR} ${NDIR}/locale
${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG}
${MKDIR} ${NDIR}/${LANG}
${INSTALL_DATA} ${WRKSRC}/netscape.cfg ${NDIR}/
.for f in Netscape mail.msg plugins LICENSE.ko
${INSTALL_DATA} ${WRKSRC}/$f ${NDIR}/${LANG}/
.endfor
.for f in about splash
${INSTALL_DATA} ${WRKDIR}/$f ${NDIR}/${LANG}/
.endfor
${INSTALL_SCRIPT} ${WRKDIR}/start.sh ${PREFIX}/bin/${BROWSER_CMD}
${LN} -sf ${BROWSER_CMD} ${PREFIX}/bin/netscape.run
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/${NETHELP}.nif \
${EXTRACT_AFTER_ARGS} -C ${NDIR}/${LANG}
post-install:
${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (netscape-korean-kit-v476.20001031.tar.gz) = f64bd860ab0f9859ce1739d1d434c9ff
SIZE (netscape-korean-kit-v476.20001031.tar.gz) = 406684

View File

@ -1,9 +0,0 @@
#!/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

View File

@ -1,29 +0,0 @@
--- n Sun Oct 25 19:04:57 1998
+++ Netscape.ad-ko Sun Oct 25 19:05:53 1998
@@ -83,7 +83,7 @@
! This is the directory where Netscape finds external files such as icons.
!
-*appDir: /@LOC_LANG@/netscape
+*appDir: @NDIR@/@LANG@
! 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:
@@ -2932,6 +2932,8 @@
*openURLDialog*browserToggle.set: True
*openURLDialog*XmTextField.columns: 45
!*openURLDialog.width: 500
+!*openURLDialog*XmTextField.fontList:\
+!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
@@ -15215,7 +15215,7 @@
!
! version of netscape
-Netscape.version: 4.76
+Netscape.version: 4.8
! Language localization:
*versionLocale: ko

View File

@ -1,5 +0,0 @@
// Netscape User Preferences
// This is a generated file! Do not edit.
user_pref("intl.character_set", 1292);
user_pref("intl.font_spec_list", "misc-gothic-120-noscale-fixed-x-ksc5601-11,misc-gothic-120-noscale-prop-x-ksc5601-11,schumacher-clean-120-noscale-fixed-x-user-defined,schumacher-clean-120-noscale-prop-x-user-defined,nsPseudoFont-courier-120-noscale-fixed-UTF-8,nsPseudoFont-helvetica-120-noscale-prop-UTF-8,isas-fangsong ti-120-noscale-fixed-gb_2312-80,isas-fangsong ti-120-noscale-prop-gb_2312-80,hanyang-kodig-140-noscale-fixed-ks_c_5601-1987,hanyang-kodig-140-noscale-prop-ks_c_5601-1987,misc-fixed-130-noscale-fixed-jis_x0201,misc-fixed-130-noscale-prop-jis_x0201,netscape-fixed-130-noscale-fixed-jis_x0208-1983,netscape-fixed-130-noscale-prop-jis_x0208-1983,sp-courier new-120-noscale-fixed-iso-8859-2,sp-arial-120-noscale-prop-iso-8859-2,adobe-courier-100-noscale-fixed-iso-8859-1,adobe-helvetica-120-noscale-prop-iso-8859-1,");

View File

@ -1,33 +0,0 @@
#!/bin/sh
if [ ! -d $HOME/.netscape ]; then
mkdir -m 700 $HOME/.netscape
cp @RDIR@/preferences.js $HOME/.netscape
chmod 644 $HOME/.netscape/preferences.js
fi
export LANG=@LANG@
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 TIMID_DIR=/usr/local/lib/timidity
export XCMSDB=/dev/null
ulimit -c 0
ACRO_HOME=@PREFIX@/Acrobat4
if [ -d $ACRO_HOME ]; then
export PATH=${PATH}:${ACRO_HOME}/bin
ACRO_PLUGIN_PATH=:${ACRO_HOME}/Browsers/intellinux
fi
if [ -z $NPX_PLUGIN_PATH ]; then
export NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins:${HOME}/.netscape/plugins${ACRO_PLUGIN_PATH}
else
export NPX_PLUGIN_PATH=${NPX_PLUGIN_PATH}${ACRO_PLUGIN_PATH}
fi
if [ -x /compat/linux/usr/X11R6/lib/libXm-ns.so.1.0.2 ]; then
MOZILLA_BIN=${MOZILLA_HOME}/netscape-dynMotif
else
MOZILLA_BIN=${MOZILLA_HOME}/@BROWSER_BIN@
fi
exec $MOZILLA_BIN "$@"

View File

@ -1,9 +0,0 @@
! Additional resources, FreeBSD specific
! 2000/7/15 CHOI Junho <cjh@freebsd.org>
!
! These fonts is available from korean/ftghostscript* ports.
! and korean/baekmukfonts-ttf.
!
*documentFonts.EUC-KR*psname: Gulim-Medium-KSC-EUC-H
*documentFonts.EUC-KR*pswidth: 1000
*documentFonts.EUC-KR*psascent: 880

View File

@ -1,10 +0,0 @@
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):
WWW: http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/
--
CHOI Junho <cjh@freebsd.org>

View File

@ -1,124 +0,0 @@
bin/ko-%%BROWSER%%-48
@exec ln -sf %f %B/netscape.run
%%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

View File

@ -1,12 +0,0 @@
# New ports collection makefile for: Netscape browser with Korean resources
# Date created: 25 Oct 1998
# Whom: CHOI Junho <cjh@FreeBSD.org>
#
# $FreeBSD$
#
# based on japanese/netscape4-*
MASTERDIR= ${.CURDIR}/../netscape48-communicator
BROWSER_NAME= navigator
.include "${MASTERDIR}/Makefile"

View File

@ -351,10 +351,6 @@
SUBDIR += netrik
SUBDIR += netscape-remote
SUBDIR += netscape-wrapper
SUBDIR += netscape47-communicator
SUBDIR += netscape47-navigator
SUBDIR += netscape48-communicator
SUBDIR += netscape48-navigator
SUBDIR += netscape7
SUBDIR += nginx
SUBDIR += notftp

View File

@ -1,85 +0,0 @@
# ex:ts=8
# New ports collection makefile for: netscape (full communicator version)
# Date created: 24 Feb 1997
# Whom: ache
#
# $FreeBSD$
#
PORTNAME?= netscape-${BROWSER_NAME}
PORTVERSION= 4.78
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_NETSCAPE}
DISTFILES= ${BROWSER_NAME}-v${PORTVERSION:S/.//g}-us.${NETSCAPE_DIST_TAG}.tar.gz
FORBIDDEN= multiple vulnerabilities with no hope of fixes
DEPRECATED= ${FORBIDDEN}
EXPIRATION_DATE=2004-12-07
MAINTAINER= freebsd-alpha@FreeBSD.org
COMMENT?= Netscape version 4 communicator web-surfboard for DEC Alpha
RUN_DEPENDS+= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base
RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper
WRKSRC= ${WRKDIR}/${BROWSER_NAME}-v${PORTVERSION:S/.//g}.${NETSCAPE_DIST_TAG}
ONLY_FOR_ARCHS= alpha
USE_XLIB= yes
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
STRIP= # null
#PKGDIR= ${.CURDIR}
PLIST_SUB= BROWSER=${BROWSER_ARC} BROWSER_VER=${PORTVERSION}
MASTER_SITE_SUBDIR= communicator/english/${PORTVERSION}/unix/supported/dec_unix40/${NETSCAPE_DIST_GRADE}
BROWSER_NAME?= communicator
BROWSER_ARC= ${BROWSER_NAME}-osf1
.if defined(BROWSER_NAME) && ${BROWSER_NAME} == "navigator"
NETSCAPE_DIST_GRADE= navigator_standalone
.endif
NETSCAPE_DIST_GRADE?= complete_install
NETSCAPE_DIST_TAG= alpha-dec-osf4.0
NDIR= ${PREFIX}/${NSUBDIR}
NSUBDIR= lib/netscape
BINDIR= ${PREFIX}/bin
INFILE_HEAD?= 'Communicator,4.78.0.20010625'
WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh
MAILCAP= ${MASTERDIR}/files/mailcap
post-configure:
@${SED} -e "s;@PREFIX@;${PREFIX};g" -e "s;@NSUBDIR@;${NSUBDIR};g" \
-e "s;@BROWSER@;${BROWSER_ARC};g" \
-e "s;@BROWSER_VER@;${PORTVERSION};g" \
${WRAPPER_TEMPLATE} >${WRKSRC}/netscape
@${CHMOD} +x ${WRKSRC}/netscape
@${ECHO_CMD} -n ${INFILE_HEAD},${NDIR} >${WRKSRC}/infile
do-install:
${MKDIR} ${NDIR}/java/classes
for i in ${WRKSRC}/*.nif; do \
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} $${i} ${EXTRACT_AFTER_ARGS} -C ${NDIR}; \
done
${INSTALL_DATA} ${WRKSRC}/*.jar ${NDIR}/java/classes
${INSTALL_PROGRAM} ${WRKSRC}/vreg ${NDIR}
${WRKSRC}/vreg ${NDIR}/registry ${WRKSRC}/infile
${MV} -f ${NDIR}/netscape ${NDIR}/${BROWSER_ARC}-${PORTVERSION}.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/${BROWSER_ARC}-${PORTVERSION}
${LN} -sf ${BROWSER_ARC}-${PORTVERSION} ${BINDIR}/${BROWSER_ARC}-4
${LN} -sf ${BROWSER_ARC}-4 ${BINDIR}/netscape.run
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${MAILCAP} ${NDIR}; \
fi
${RM} -rf ${NDIR}/movemail-src
${CHOWN} -R root:wheel ${NDIR}
post-install:
cd ${PREFIX} ;\
${FIND} ${NSUBDIR} -type f -o -type l \
>${WRKDIR}/PLIST.ns-lib
cd ${PREFIX} ;\
${FIND} ${NSUBDIR} -type d | \
${SORT} -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.ns-lib
${ECHO_CMD} "@unexec rmdir %D/${NSUBDIR} 2>&1 || true" >> ${WRKDIR}/PLIST.ns-lib
${CAT} ${DESCR}
.include <bsd.port.mk>

View File

@ -1,4 +0,0 @@
MD5 (communicator-v478-us.alpha-dec-osf4.0.tar.gz) = 7f1f12f4a2c1abb6b4f50739f6cdf6bd
SIZE (communicator-v478-us.alpha-dec-osf4.0.tar.gz) = 13637883
MD5 (navigator-v478-us.alpha-dec-osf4.0.tar.gz) = 5c4283489e79f7c2e9de6b50b97f681f
SIZE (navigator-v478-us.alpha-dec-osf4.0.tar.gz) = 9910790

View File

@ -1,69 +0,0 @@
# Example .mailcap file for FreeBSD machines
#
# First a note about syntax:
# The first token in a configuration line represents a mime type.
# A mime type is of the form "SubGroup/Item" and either token
# can be replaced by the wildcard character "*"
#
# the second token is the command that you would run
# when the specified mime type is encountered. An example
# would be "xv %s" where %s will be replaced by a filename
#
# remaining tokens represent name value pairs.
#
# the "test=<SOME TEST COMMAND>" pair invokes the test command
# specified and checks the UNIX shell return code to see if the
# test passed. If the test passes the mime mapping is made, otherwise
# the mapping is not made.
#
# the "stream-buffer-size=<NUMBER>" pair tells the application
# to use a popen command to invoke the program specified and to
# pipe all data into the command. Only programs that can handle
# piped input can use this method. When this method is used
# a "%s" should not be included in the command. You should
# make sure that the program you wish to use can accept piped
# data by trying something like this before using it:
# cat "YOUR_DATA_FILE_HERE" | COMMAND_TO_TEST
#
# You may continue lines by using the backslash character "\"
# FreeBSD doesn't seem to support `sfplay' yet, but if a port comes
# along then the following should be enabled.
#
# plays AIFF files
#audio/x-aiff; sfplay %s
# plays AIFC files
#audio/x-aifc; sfplay %s
# FreeBSD has no wavplay utility either, but if someone
# would care to port one then this can also be used.
# plays WAV files
#audio/x-wav; wavplay %s > /dev/null 2>&1
# FreeBSD /dev/audio is sun compliant
audio/basic; cat %s > /dev/audio
# use this to play MPEG audio if you have maplay installed
audio/x-mpeg; maplay -; stream-buffer-size=2000
# use this to play MPEG video files if you have mpeg_play installed
video/mpeg; mpeg_play -quiet %s
# All other anims go well with xanim (if installed)
video/*; xanim %s > /dev/null 2>&1
# use this to display postscript files
application/postscript; ghostview %s
# use this to display pdf files
application/pdf; xpdf %s 2>/dev/null
# this is the default for non GIF or JPEG images
image/*; xv %s
# if you would prefer an external viewer for GIF and JPEG images
# uncomment the following lines for XV to act as your external viewer.
#image/gif; xv %s
#image/jpg; xv %s
#image/jpeg; xv %s

View File

@ -1,7 +0,0 @@
#!/bin/sh
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/@NSUBDIR@}
export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
export XCMSDB; XCMSDB=/dev/null
ulimit -c 0
exec $MOZILLA_HOME/@BROWSER@-@BROWSER_VER@.bin "$@"

View File

@ -1,8 +0,0 @@
This is the netscape web-surfboard. Please read the file
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
Note: If Java applets fail to display. Type this as root:
cd /usr/X11R6/lib/X11/fonts/misc
/usr/X11R6/bin/mkfontdir
chmod 444 fonts.dir
And then exit and restart your X server.

View File

@ -1,9 +0,0 @@
bin/%%BROWSER%%-%%BROWSER_VER%%
@exec ln -sf %f %B/%%BROWSER%%-4
@exec ln -sf %%BROWSER%%-4 %B/netscape.run
@unexec rm -f %B/netscape.run
@unexec rm -f %B/%%BROWSER%%-4
@comment Insert PLIST.gcc-lib here
@comment -=[ begin PLIST.ns-lib ]=-
@comment -=[ end PLIST.ns-lib ]=-
@unexec rmdir %D/%%NSUBDIR%% 2>/dev/null || true

View File

@ -1,14 +0,0 @@
# ex:ts=8
# New ports collection makefile for: linux-netscape48-navigator
# Date created: 26 Aug 2002
# Whom: sada
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../netscape47-communicator
COMMENT?= DEC Alpha Netscape version 4 navigator web-surfboard
BROWSER_NAME= navigator
.include "${MASTERDIR}/Makefile"

View File

@ -1,158 +0,0 @@
bin/%%BROWSER%%-%%BROWSER_VER%%
@exec ln -sf %f %B/%%BROWSER%%-4
@exec ln -sf %%BROWSER%%-4 %B/netscape.run
@unexec rm -f %B/netscape.run
@unexec rm -f %B/%%BROWSER%%-4
%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin
%%NSUBDIR%%/LICENSE
%%NSUBDIR%%/Netscape.ad
%%NSUBDIR%%/README
%%NSUBDIR%%/XKeysymDB
%%NSUBDIR%%/bookmark.htm
%%NSUBDIR%%/java/classes/aix/font.properties
%%NSUBDIR%%/java/classes/aix/font.properties.cs
%%NSUBDIR%%/java/classes/aix/font.properties.hu
%%NSUBDIR%%/java/classes/aix/font.properties.ja
%%NSUBDIR%%/java/classes/aix/font.properties.ko
%%NSUBDIR%%/java/classes/aix/font.properties.pl
%%NSUBDIR%%/java/classes/aix/font.properties.ru
%%NSUBDIR%%/java/classes/aix/font.properties.zh
%%NSUBDIR%%/java/classes/aix/font.properties.zh_TW
%%NSUBDIR%%/java/classes/awt.properties
%%NSUBDIR%%/java/classes/font.properties
%%NSUBDIR%%/java/classes/font.properties.cs
%%NSUBDIR%%/java/classes/font.properties.el
%%NSUBDIR%%/java/classes/font.properties.hu
%%NSUBDIR%%/java/classes/font.properties.ja
%%NSUBDIR%%/java/classes/font.properties.ko
%%NSUBDIR%%/java/classes/font.properties.lt
%%NSUBDIR%%/java/classes/font.properties.lv
%%NSUBDIR%%/java/classes/font.properties.pl
%%NSUBDIR%%/java/classes/font.properties.ru
%%NSUBDIR%%/java/classes/font.properties.tr
%%NSUBDIR%%/java/classes/font.properties.zh
%%NSUBDIR%%/java/classes/font.properties.zh_GB2312
%%NSUBDIR%%/java/classes/font.properties.zh_TW
%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5
%%NSUBDIR%%/java/classes/font.properties.zh_TW_CNS11643
%%NSUBDIR%%/java/classes/hpux/font.properties
%%NSUBDIR%%/java/classes/hpux/font.properties.bg
%%NSUBDIR%%/java/classes/hpux/font.properties.cs
%%NSUBDIR%%/java/classes/hpux/font.properties.el
%%NSUBDIR%%/java/classes/hpux/font.properties.hr
%%NSUBDIR%%/java/classes/hpux/font.properties.hu
%%NSUBDIR%%/java/classes/hpux/font.properties.ja
%%NSUBDIR%%/java/classes/hpux/font.properties.ko
%%NSUBDIR%%/java/classes/hpux/font.properties.pl
%%NSUBDIR%%/java/classes/hpux/font.properties.ro
%%NSUBDIR%%/java/classes/hpux/font.properties.ru
%%NSUBDIR%%/java/classes/hpux/font.properties.sk
%%NSUBDIR%%/java/classes/hpux/font.properties.sl
%%NSUBDIR%%/java/classes/hpux/font.properties.tr
%%NSUBDIR%%/java/classes/hpux/font.properties.zh_GB2312
%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_Big5
%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_CNS11643
%%NSUBDIR%%/java/classes/ifc11.jar
%%NSUBDIR%%/java/classes/iiop10.jar
%%NSUBDIR%%/java/classes/irix/font.properties
%%NSUBDIR%%/java/classes/irix/font.properties.cs
%%NSUBDIR%%/java/classes/irix/font.properties.el
%%NSUBDIR%%/java/classes/irix/font.properties.hu
%%NSUBDIR%%/java/classes/irix/font.properties.ja
%%NSUBDIR%%/java/classes/irix/font.properties.ko
%%NSUBDIR%%/java/classes/irix/font.properties.zh_GB2312
%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_Big5
%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_CNS11643
%%NSUBDIR%%/java/classes/jae40.jar
%%NSUBDIR%%/java/classes/java40.jar
%%NSUBDIR%%/java/classes/jio40.jar
%%NSUBDIR%%/java/classes/joptio40.jar
%%NSUBDIR%%/java/classes/jsd10.jar
%%NSUBDIR%%/java/classes/ldap40.jar
%%NSUBDIR%%/java/classes/resource.jar
%%NSUBDIR%%/java/classes/scd10.jar
%%NSUBDIR%%/libnullplugin-dynMotif.so
%%NSUBDIR%%/mailcap
%%NSUBDIR%%/nethelp/Back_dep.gif
%%NSUBDIR%%/nethelp/Back_dis.gif
%%NSUBDIR%%/nethelp/Back_sel.gif
%%NSUBDIR%%/nethelp/Back_up.gif
%%NSUBDIR%%/nethelp/Blank.htm
%%NSUBDIR%%/nethelp/Button.js
%%NSUBDIR%%/nethelp/CntData.js
%%NSUBDIR%%/nethelp/CntTool.htm
%%NSUBDIR%%/nethelp/CntTool.js
%%NSUBDIR%%/nethelp/Exit_dep.gif
%%NSUBDIR%%/nethelp/Exit_sel.gif
%%NSUBDIR%%/nethelp/Exit_up.gif
%%NSUBDIR%%/nethelp/Forw_dep.gif
%%NSUBDIR%%/nethelp/Forw_dis.gif
%%NSUBDIR%%/nethelp/Forw_sel.gif
%%NSUBDIR%%/nethelp/Forw_up.gif
%%NSUBDIR%%/nethelp/Header.js
%%NSUBDIR%%/nethelp/IdxData.js
%%NSUBDIR%%/nethelp/IdxFill.htm
%%NSUBDIR%%/nethelp/IdxKey.htm
%%NSUBDIR%%/nethelp/IdxTool.htm
%%NSUBDIR%%/nethelp/IdxTopic.htm
%%NSUBDIR%%/nethelp/Local-1.js
%%NSUBDIR%%/nethelp/NSHIfrm.htm
%%NSUBDIR%%/nethelp/NavUI.htm
%%NSUBDIR%%/nethelp/NoJSerr.htm
%%NSUBDIR%%/nethelp/Prnt_dep.gif
%%NSUBDIR%%/nethelp/Prnt_sel.gif
%%NSUBDIR%%/nethelp/Prnt_up.gif
%%NSUBDIR%%/nethelp/Stack.js
%%NSUBDIR%%/nethelp/Status.htm
%%NSUBDIR%%/nethelp/System.htm
%%NSUBDIR%%/nethelp/System.js
%%NSUBDIR%%/nethelp/ToolUI.htm
%%NSUBDIR%%/nethelp/Tool_dep.gif
%%NSUBDIR%%/nethelp/Tool_sel.gif
%%NSUBDIR%%/nethelp/Tool_up.gif
%%NSUBDIR%%/nethelp/Topic.js
%%NSUBDIR%%/nethelp/Utility.js
%%NSUBDIR%%/nethelp/Wait.gif
%%NSUBDIR%%/nethelp/netscape/home/help.hpf
%%NSUBDIR%%/nethelp/netscape/home/home.gif
%%NSUBDIR%%/nethelp/netscape/home/home.htm
%%NSUBDIR%%/nethelp/netscape/home/homeHdr.htm
%%NSUBDIR%%/nethelp/netscape/navigatr/help.hpf
%%NSUBDIR%%/nethelp/netscape/navigatr/nav.htm
%%NSUBDIR%%/nethelp/netscape/navigatr/navHdr.htm
%%NSUBDIR%%/nethelp/netscape/navigatr/navigatr.gif
%%NSUBDIR%%/nethelp/netscape/shared/NetHelpm.css
%%NSUBDIR%%/nethelp/netscape/shared/NetHelpu.css
%%NSUBDIR%%/nethelp/netscape/shared/NetHelpw.css
%%NSUBDIR%%/nethelp/netscape/shared/admnIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/calIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/collIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/commIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/compIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/confIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/ibmIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/messIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/navIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/netIcon.gif
%%NSUBDIR%%/nethelp/netwatch.gif
%%NSUBDIR%%/nethelp/picsfail.htm
%%NSUBDIR%%/nethelp/picsfail.jar
%%NSUBDIR%%/netscape-dynMotif
%%NSUBDIR%%/plugins/ShockwaveFlash.class
%%NSUBDIR%%/plugins/cpPack1.jar
%%NSUBDIR%%/plugins/libflashplayer.so
%%NSUBDIR%%/plugins/libnullplugin.so
%%NSUBDIR%%/registry
%%NSUBDIR%%/vreg
@dirrm %%NSUBDIR%%/java/classes/aix
@dirrm %%NSUBDIR%%/java/classes/hpux
@dirrm %%NSUBDIR%%/java/classes/irix
@dirrm %%NSUBDIR%%/java/classes
@dirrm %%NSUBDIR%%/java
@dirrm %%NSUBDIR%%/nethelp/netscape/home
@dirrm %%NSUBDIR%%/nethelp/netscape/navigatr
@dirrm %%NSUBDIR%%/nethelp/netscape/shared
@dirrm %%NSUBDIR%%/nethelp/netscape
@dirrm %%NSUBDIR%%/nethelp
@dirrm %%NSUBDIR%%/plugins
@dirrm %%NSUBDIR%%

View File

@ -1,82 +0,0 @@
# New ports collection makefile for: netscape (full communicator version)
# Date created: 24 Feb 1997
# Whom: ache
#
# $FreeBSD$
#
PORTNAME?= linux-netscape-${BROWSER_NAME}
PORTVERSION= ${BROWSER_VER}
CATEGORIES= www linux
MASTER_SITES= ${MASTER_SITE_NETSCAPE}
DISTFILES= ${BROWSER_NAME}-v${BROWSER_V}-us.${NETSCAPE_DIST_TAG}.tar.gz
FORBIDDEN= multiple vulnerabilities with no hope of fixes
DEPRECATED= ${FORBIDDEN}
EXPIRATION_DATE=2004-12-07
MAINTAINER= sada@FreeBSD.org
COMMENT?= Netscape ver 4 communicator web-surfboard
RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper
WRKSRC= ${WRKDIR}/${BROWSER_NAME}-v${BROWSER_V}.${NETSCAPE_DIST_TAG}
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
USE_XLIB= yes
NO_BUILD= yes
NO_FILTER_SHLIBS= yes
STRIP= # null
#PKGDIR= ${.CURDIR}
PLIST_SUB= BROWSER=${BROWSER_ARC} BROWSER_VER=${BROWSER_VER} \
NSUBDIR=${NSUBDIR}
MASTER_SITE_SUBDIR= communicator/english/${BROWSER_VER}/unix/${NETSCAPE_DIST_ARCH}/${NETSCAPE_DIST_GRADE}
BROWSER_NAME?= communicator
BROWSER_ARC= ${BROWSER_NAME}-linux
BROWSER_VER?= 4.8
BROWSER_V?= 48
.if defined(BROWSER_NAME) && ${BROWSER_NAME} == "navigator"
NETSCAPE_DIST_GRADE= navigator_standalone
.endif
NETSCAPE_DIST_GRADE?= complete_install
NETSCAPE_DIST_ARCH= supported/linux22
NETSCAPE_DIST_TAG= x86-unknown-linux2.2
NDIR= ${PREFIX}/${NSUBDIR}
NSUBDIR= lib/netscape-linux
BINDIR= ${PREFIX}/bin
INFILE_HEAD= 'Communicator,4.8.0.20020722'
WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh
MAILCAP= ${MASTERDIR}/files/mailcap
post-configure:
${SED} -e "s;@PREFIX@;${PREFIX};g" -e "s;@NSUBDIR@;${NSUBDIR};g" \
-e "s;@BROWSER@;${BROWSER_ARC};g" \
-e "s;@BROWSER_VER@;${BROWSER_VER};g" \
-e "s;@LOCALBASE@;${LOCALBASE};" \
${WRAPPER_TEMPLATE} >${WRKSRC}/netscape
${CHMOD} +x ${WRKSRC}/netscape
${ECHO_CMD} -n ${INFILE_HEAD},${NDIR} >${WRKSRC}/infile
do-install:
${MKDIR} ${NDIR}/java/classes
for i in ${WRKSRC}/*.nif; do \
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} $${i} ${EXTRACT_AFTER_ARGS} -C ${NDIR}; \
done
${INSTALL_DATA} ${WRKSRC}/*.jar ${NDIR}/java/classes
${INSTALL_PROGRAM} ${WRKSRC}/vreg ${NDIR}
${WRKSRC}/vreg ${NDIR}/registry ${WRKSRC}/infile
${MV} -f ${NDIR}/netscape ${NDIR}/${BROWSER_ARC}-${BROWSER_VER}.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/${BROWSER_ARC}-${BROWSER_VER}
${LN} -sf ${BROWSER_ARC}-${BROWSER_VER} ${BINDIR}/${BROWSER_ARC}-4
${LN} -sf ${BROWSER_ARC}-4 ${BINDIR}/netscape.run
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${MAILCAP} ${NDIR}; \
fi
${RM} -rf ${NDIR}/movemail-src
${CHOWN} -R root:wheel ${NDIR}
post-install:
${CAT} ${DESCR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (communicator-v48-us.x86-unknown-linux2.2.tar.gz) = e131bf86a7ef03dc31e502a3184c9f56
MD5 (navigator-v48-us.x86-unknown-linux2.2.tar.gz) = ec54ef40eb1be523139a5fe9fb28513f

View File

@ -1,69 +0,0 @@
# Example .mailcap file for FreeBSD machines
#
# First a note about syntax:
# The first token in a configuration line represents a mime type.
# A mime type is of the form "SubGroup/Item" and either token
# can be replaced by the wildcard character "*"
#
# the second token is the command that you would run
# when the specified mime type is encountered. An example
# would be "xv %s" where %s will be replaced by a filename
#
# remaining tokens represent name value pairs.
#
# the "test=<SOME TEST COMMAND>" pair invokes the test command
# specified and checks the UNIX shell return code to see if the
# test passed. If the test passes the mime mapping is made, otherwise
# the mapping is not made.
#
# the "stream-buffer-size=<NUMBER>" pair tells the application
# to use a popen command to invoke the program specified and to
# pipe all data into the command. Only programs that can handle
# piped input can use this method. When this method is used
# a "%s" should not be included in the command. You should
# make sure that the program you wish to use can accept piped
# data by trying something like this before using it:
# cat "YOUR_DATA_FILE_HERE" | COMMAND_TO_TEST
#
# You may continue lines by using the backslash character "\"
# FreeBSD doesn't seem to support `sfplay' yet, but if a port comes
# along then the following should be enabled.
#
# plays AIFF files
#audio/x-aiff; sfplay %s
# plays AIFC files
#audio/x-aifc; sfplay %s
# FreeBSD has no wavplay utility either, but if someone
# would care to port one then this can also be used.
# plays WAV files
#audio/x-wav; wavplay %s > /dev/null 2>&1
# FreeBSD /dev/audio is sun compliant
audio/basic; cat %s > /dev/audio
# use this to play MPEG audio if you have maplay installed
audio/x-mpeg; maplay -; stream-buffer-size=2000
# use this to play MPEG video files if you have mpeg_play installed
video/mpeg; mpeg_play -quiet %s
# All other anims go well with xanim (if installed)
video/*; xanim %s > /dev/null 2>&1
# use this to display postscript files
application/postscript; ghostview %s
# use this to display pdf files
application/pdf; xpdf %s 2>/dev/null
# this is the default for non GIF or JPEG images
image/*; xv %s
# if you would prefer an external viewer for GIF and JPEG images
# uncomment the following lines for XV to act as your external viewer.
#image/gif; xv %s
#image/jpg; xv %s
#image/jpeg; xv %s

View File

@ -1,7 +0,0 @@
#!/bin/sh
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/@NSUBDIR@}
export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins:@LOCALBASE@/Acrobat5/Browsers/intellinux/
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
export XCMSDB; XCMSDB=/dev/null
ulimit -c 0
exec $MOZILLA_HOME/@BROWSER@-@BROWSER_VER@.bin "$@"

View File

@ -1,8 +0,0 @@
This is the netscape web-surfboard. Please read the file
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
Note: If Java applets fail to display. Type this as root:
cd /usr/X11R6/lib/X11/fonts/misc
/usr/X11R6/bin/mkfontdir
chmod 444 fonts.dir
And then exit and restart your X server.

View File

@ -1,202 +0,0 @@
bin/%%BROWSER%%-%%BROWSER_VER%%
@exec ln -sf %f %B/%%BROWSER%%-4
@exec ln -sf %%BROWSER%%-4 %B/netscape.run
@unexec rm -f %B/netscape.run
@unexec rm -f %B/%%BROWSER%%-4
%%NSUBDIR%%/LICENSE
%%NSUBDIR%%/Netscape.ad
%%NSUBDIR%%/README
%%NSUBDIR%%/XKeysymDB
%%NSUBDIR%%/bookmark.htm
%%NSUBDIR%%/communicator-linux-4.8.bin
%%NSUBDIR%%/java/classes/aix/font.properties
%%NSUBDIR%%/java/classes/aix/font.properties.cs
%%NSUBDIR%%/java/classes/aix/font.properties.hu
%%NSUBDIR%%/java/classes/aix/font.properties.ja
%%NSUBDIR%%/java/classes/aix/font.properties.ko
%%NSUBDIR%%/java/classes/aix/font.properties.pl
%%NSUBDIR%%/java/classes/aix/font.properties.ru
%%NSUBDIR%%/java/classes/aix/font.properties.zh
%%NSUBDIR%%/java/classes/aix/font.properties.zh_TW
%%NSUBDIR%%/java/classes/awt.properties
%%NSUBDIR%%/java/classes/font.properties
%%NSUBDIR%%/java/classes/font.properties.cs
%%NSUBDIR%%/java/classes/font.properties.el
%%NSUBDIR%%/java/classes/font.properties.hu
%%NSUBDIR%%/java/classes/font.properties.ja
%%NSUBDIR%%/java/classes/font.properties.ko
%%NSUBDIR%%/java/classes/font.properties.lt
%%NSUBDIR%%/java/classes/font.properties.lv
%%NSUBDIR%%/java/classes/font.properties.pl
%%NSUBDIR%%/java/classes/font.properties.ru
%%NSUBDIR%%/java/classes/font.properties.tr
%%NSUBDIR%%/java/classes/font.properties.zh
%%NSUBDIR%%/java/classes/font.properties.zh_GB2312
%%NSUBDIR%%/java/classes/font.properties.zh_TW
%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5
%%NSUBDIR%%/java/classes/font.properties.zh_TW_CNS11643
%%NSUBDIR%%/java/classes/hpux/font.properties
%%NSUBDIR%%/java/classes/hpux/font.properties.bg
%%NSUBDIR%%/java/classes/hpux/font.properties.cs
%%NSUBDIR%%/java/classes/hpux/font.properties.el
%%NSUBDIR%%/java/classes/hpux/font.properties.hr
%%NSUBDIR%%/java/classes/hpux/font.properties.hu
%%NSUBDIR%%/java/classes/hpux/font.properties.ja
%%NSUBDIR%%/java/classes/hpux/font.properties.ko
%%NSUBDIR%%/java/classes/hpux/font.properties.pl
%%NSUBDIR%%/java/classes/hpux/font.properties.ro
%%NSUBDIR%%/java/classes/hpux/font.properties.ru
%%NSUBDIR%%/java/classes/hpux/font.properties.sk
%%NSUBDIR%%/java/classes/hpux/font.properties.sl
%%NSUBDIR%%/java/classes/hpux/font.properties.tr
%%NSUBDIR%%/java/classes/hpux/font.properties.zh_GB2312
%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_Big5
%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_CNS11643
%%NSUBDIR%%/java/classes/ifc11.jar
%%NSUBDIR%%/java/classes/iiop10.jar
%%NSUBDIR%%/java/classes/irix/font.properties
%%NSUBDIR%%/java/classes/irix/font.properties.cs
%%NSUBDIR%%/java/classes/irix/font.properties.el
%%NSUBDIR%%/java/classes/irix/font.properties.hu
%%NSUBDIR%%/java/classes/irix/font.properties.ja
%%NSUBDIR%%/java/classes/irix/font.properties.ko
%%NSUBDIR%%/java/classes/irix/font.properties.zh_GB2312
%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_Big5
%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_CNS11643
%%NSUBDIR%%/java/classes/jae40.jar
%%NSUBDIR%%/java/classes/java40.jar
%%NSUBDIR%%/java/classes/jio40.jar
%%NSUBDIR%%/java/classes/joptio40.jar
%%NSUBDIR%%/java/classes/jsd10.jar
%%NSUBDIR%%/java/classes/ldap40.jar
%%NSUBDIR%%/java/classes/resource.jar
%%NSUBDIR%%/java/classes/scd10.jar
%%NSUBDIR%%/libjsd.so
%%NSUBDIR%%/libnullplugin-dynMotif.so
%%NSUBDIR%%/mailcap
%%NSUBDIR%%/movemail
%%NSUBDIR%%/nethelp/Back_dep.gif
%%NSUBDIR%%/nethelp/Back_dis.gif
%%NSUBDIR%%/nethelp/Back_sel.gif
%%NSUBDIR%%/nethelp/Back_up.gif
%%NSUBDIR%%/nethelp/Blank.htm
%%NSUBDIR%%/nethelp/Button.js
%%NSUBDIR%%/nethelp/CntData.js
%%NSUBDIR%%/nethelp/CntTool.htm
%%NSUBDIR%%/nethelp/CntTool.js
%%NSUBDIR%%/nethelp/Exit_dep.gif
%%NSUBDIR%%/nethelp/Exit_sel.gif
%%NSUBDIR%%/nethelp/Exit_up.gif
%%NSUBDIR%%/nethelp/Forw_dep.gif
%%NSUBDIR%%/nethelp/Forw_dis.gif
%%NSUBDIR%%/nethelp/Forw_sel.gif
%%NSUBDIR%%/nethelp/Forw_up.gif
%%NSUBDIR%%/nethelp/Header.js
%%NSUBDIR%%/nethelp/IdxData.js
%%NSUBDIR%%/nethelp/IdxFill.htm
%%NSUBDIR%%/nethelp/IdxKey.htm
%%NSUBDIR%%/nethelp/IdxTool.htm
%%NSUBDIR%%/nethelp/IdxTopic.htm
%%NSUBDIR%%/nethelp/Local-1.js
%%NSUBDIR%%/nethelp/NSHIfrm.htm
%%NSUBDIR%%/nethelp/NavUI.htm
%%NSUBDIR%%/nethelp/NoJSerr.htm
%%NSUBDIR%%/nethelp/Prnt_dep.gif
%%NSUBDIR%%/nethelp/Prnt_sel.gif
%%NSUBDIR%%/nethelp/Prnt_up.gif
%%NSUBDIR%%/nethelp/Stack.js
%%NSUBDIR%%/nethelp/Status.htm
%%NSUBDIR%%/nethelp/System.htm
%%NSUBDIR%%/nethelp/System.js
%%NSUBDIR%%/nethelp/ToolUI.htm
%%NSUBDIR%%/nethelp/Tool_dep.gif
%%NSUBDIR%%/nethelp/Tool_sel.gif
%%NSUBDIR%%/nethelp/Tool_up.gif
%%NSUBDIR%%/nethelp/Topic.js
%%NSUBDIR%%/nethelp/Utility.js
%%NSUBDIR%%/nethelp/Wait.gif
%%NSUBDIR%%/nethelp/netscape/collabra/coll.htm
%%NSUBDIR%%/nethelp/netscape/collabra/collHdr.htm
%%NSUBDIR%%/nethelp/netscape/collabra/collabra.gif
%%NSUBDIR%%/nethelp/netscape/collabra/discgrps.gif
%%NSUBDIR%%/nethelp/netscape/collabra/help.hpf
%%NSUBDIR%%/nethelp/netscape/collabra/mailbox2.gif
%%NSUBDIR%%/nethelp/netscape/composer/comp.htm
%%NSUBDIR%%/nethelp/netscape/composer/compHdr.htm
%%NSUBDIR%%/nethelp/netscape/composer/composer.gif
%%NSUBDIR%%/nethelp/netscape/composer/comtlbr2.gif
%%NSUBDIR%%/nethelp/netscape/composer/fmtlbr3.gif
%%NSUBDIR%%/nethelp/netscape/composer/help.hpf
%%NSUBDIR%%/nethelp/netscape/composer/tagicon2.gif
%%NSUBDIR%%/nethelp/netscape/home/help.hpf
%%NSUBDIR%%/nethelp/netscape/home/home.gif
%%NSUBDIR%%/nethelp/netscape/home/home.htm
%%NSUBDIR%%/nethelp/netscape/home/homeHdr.htm
%%NSUBDIR%%/nethelp/netscape/messengr/abook.gif
%%NSUBDIR%%/nethelp/netscape/messengr/compbar.gif
%%NSUBDIR%%/nethelp/netscape/messengr/help.hpf
%%NSUBDIR%%/nethelp/netscape/messengr/mailbox.gif
%%NSUBDIR%%/nethelp/netscape/messengr/mailbox2.gif
%%NSUBDIR%%/nethelp/netscape/messengr/mess.htm
%%NSUBDIR%%/nethelp/netscape/messengr/messHdr.htm
%%NSUBDIR%%/nethelp/netscape/messengr/messengr.gif
%%NSUBDIR%%/nethelp/netscape/messengr/mpctrl.gif
%%NSUBDIR%%/nethelp/netscape/messengr/newsgrp.gif
%%NSUBDIR%%/nethelp/netscape/messengr/tabs.gif
%%NSUBDIR%%/nethelp/netscape/navigatr/help.hpf
%%NSUBDIR%%/nethelp/netscape/navigatr/nav.htm
%%NSUBDIR%%/nethelp/netscape/navigatr/navHdr.htm
%%NSUBDIR%%/nethelp/netscape/navigatr/navigatr.gif
%%NSUBDIR%%/nethelp/netscape/news/abook.gif
%%NSUBDIR%%/nethelp/netscape/news/collabra.gif
%%NSUBDIR%%/nethelp/netscape/news/compbar.gif
%%NSUBDIR%%/nethelp/netscape/news/discgrps.gif
%%NSUBDIR%%/nethelp/netscape/news/help.hpf
%%NSUBDIR%%/nethelp/netscape/news/mailbox2.gif
%%NSUBDIR%%/nethelp/netscape/news/news.htm
%%NSUBDIR%%/nethelp/netscape/news/newsgrp.gif
%%NSUBDIR%%/nethelp/netscape/shared/NetHelpm.css
%%NSUBDIR%%/nethelp/netscape/shared/NetHelpu.css
%%NSUBDIR%%/nethelp/netscape/shared/NetHelpw.css
%%NSUBDIR%%/nethelp/netscape/shared/admnIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/calIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/collIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/commIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/compIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/confIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/ibmIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/messIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/navIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/netIcon.gif
%%NSUBDIR%%/nethelp/netscape/trouble/help.hpf
%%NSUBDIR%%/nethelp/netscape/trouble/trouble.htm
%%NSUBDIR%%/nethelp/netwatch.gif
%%NSUBDIR%%/nethelp/picsfail.htm
%%NSUBDIR%%/nethelp/picsfail.jar
%%NSUBDIR%%/netscape-dynMotif
%%NSUBDIR%%/plugins/ShockwaveFlash.class
%%NSUBDIR%%/plugins/cpPack1.jar
%%NSUBDIR%%/plugins/libflashplayer.so
%%NSUBDIR%%/plugins/libnullplugin.so
%%NSUBDIR%%/registry
%%NSUBDIR%%/spell/netscape.dic
%%NSUBDIR%%/spell/pen4s324.dat
%%NSUBDIR%%/vreg
@dirrm %%NSUBDIR%%/spell
@dirrm %%NSUBDIR%%/plugins
@dirrm %%NSUBDIR%%/nethelp/netscape/trouble
@dirrm %%NSUBDIR%%/nethelp/netscape/shared
@dirrm %%NSUBDIR%%/nethelp/netscape/news
@dirrm %%NSUBDIR%%/nethelp/netscape/navigatr
@dirrm %%NSUBDIR%%/nethelp/netscape/messengr
@dirrm %%NSUBDIR%%/nethelp/netscape/home
@dirrm %%NSUBDIR%%/nethelp/netscape/composer
@dirrm %%NSUBDIR%%/nethelp/netscape/collabra
@dirrm %%NSUBDIR%%/nethelp/netscape
@dirrm %%NSUBDIR%%/nethelp
@dirrm %%NSUBDIR%%/java/classes/irix
@dirrm %%NSUBDIR%%/java/classes/hpux
@dirrm %%NSUBDIR%%/java/classes/aix
@dirrm %%NSUBDIR%%/java/classes
@dirrm %%NSUBDIR%%/java
@unexec rmdir %D/%%NSUBDIR%% 2>/dev/null || true

View File

@ -1,14 +0,0 @@
# New ports collection makefile for: linux-netscape48-navigator
# Date created: 26 Aug 2002
# Whom: sada
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../netscape48-communicator
COMMENT= Linux Netscape navigator web-surfboard
PLIST= ${.CURDIR}/pkg-plist
BROWSER_NAME= navigator
.include "${MASTERDIR}/Makefile"

View File

@ -1,158 +0,0 @@
bin/%%BROWSER%%-%%BROWSER_VER%%
@exec ln -sf %f %B/%%BROWSER%%-4
@exec ln -sf %%BROWSER%%-4 %B/netscape.run
@unexec rm -f %B/netscape.run
@unexec rm -f %B/%%BROWSER%%-4
%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin
%%NSUBDIR%%/LICENSE
%%NSUBDIR%%/Netscape.ad
%%NSUBDIR%%/README
%%NSUBDIR%%/XKeysymDB
%%NSUBDIR%%/bookmark.htm
%%NSUBDIR%%/java/classes/aix/font.properties
%%NSUBDIR%%/java/classes/aix/font.properties.cs
%%NSUBDIR%%/java/classes/aix/font.properties.hu
%%NSUBDIR%%/java/classes/aix/font.properties.ja
%%NSUBDIR%%/java/classes/aix/font.properties.ko
%%NSUBDIR%%/java/classes/aix/font.properties.pl
%%NSUBDIR%%/java/classes/aix/font.properties.ru
%%NSUBDIR%%/java/classes/aix/font.properties.zh
%%NSUBDIR%%/java/classes/aix/font.properties.zh_TW
%%NSUBDIR%%/java/classes/awt.properties
%%NSUBDIR%%/java/classes/font.properties
%%NSUBDIR%%/java/classes/font.properties.cs
%%NSUBDIR%%/java/classes/font.properties.el
%%NSUBDIR%%/java/classes/font.properties.hu
%%NSUBDIR%%/java/classes/font.properties.ja
%%NSUBDIR%%/java/classes/font.properties.ko
%%NSUBDIR%%/java/classes/font.properties.lt
%%NSUBDIR%%/java/classes/font.properties.lv
%%NSUBDIR%%/java/classes/font.properties.pl
%%NSUBDIR%%/java/classes/font.properties.ru
%%NSUBDIR%%/java/classes/font.properties.tr
%%NSUBDIR%%/java/classes/font.properties.zh
%%NSUBDIR%%/java/classes/font.properties.zh_GB2312
%%NSUBDIR%%/java/classes/font.properties.zh_TW
%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5
%%NSUBDIR%%/java/classes/font.properties.zh_TW_CNS11643
%%NSUBDIR%%/java/classes/hpux/font.properties
%%NSUBDIR%%/java/classes/hpux/font.properties.bg
%%NSUBDIR%%/java/classes/hpux/font.properties.cs
%%NSUBDIR%%/java/classes/hpux/font.properties.el
%%NSUBDIR%%/java/classes/hpux/font.properties.hr
%%NSUBDIR%%/java/classes/hpux/font.properties.hu
%%NSUBDIR%%/java/classes/hpux/font.properties.ja
%%NSUBDIR%%/java/classes/hpux/font.properties.ko
%%NSUBDIR%%/java/classes/hpux/font.properties.pl
%%NSUBDIR%%/java/classes/hpux/font.properties.ro
%%NSUBDIR%%/java/classes/hpux/font.properties.ru
%%NSUBDIR%%/java/classes/hpux/font.properties.sk
%%NSUBDIR%%/java/classes/hpux/font.properties.sl
%%NSUBDIR%%/java/classes/hpux/font.properties.tr
%%NSUBDIR%%/java/classes/hpux/font.properties.zh_GB2312
%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_Big5
%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_CNS11643
%%NSUBDIR%%/java/classes/ifc11.jar
%%NSUBDIR%%/java/classes/iiop10.jar
%%NSUBDIR%%/java/classes/irix/font.properties
%%NSUBDIR%%/java/classes/irix/font.properties.cs
%%NSUBDIR%%/java/classes/irix/font.properties.el
%%NSUBDIR%%/java/classes/irix/font.properties.hu
%%NSUBDIR%%/java/classes/irix/font.properties.ja
%%NSUBDIR%%/java/classes/irix/font.properties.ko
%%NSUBDIR%%/java/classes/irix/font.properties.zh_GB2312
%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_Big5
%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_CNS11643
%%NSUBDIR%%/java/classes/jae40.jar
%%NSUBDIR%%/java/classes/java40.jar
%%NSUBDIR%%/java/classes/jio40.jar
%%NSUBDIR%%/java/classes/joptio40.jar
%%NSUBDIR%%/java/classes/jsd10.jar
%%NSUBDIR%%/java/classes/ldap40.jar
%%NSUBDIR%%/java/classes/resource.jar
%%NSUBDIR%%/java/classes/scd10.jar
%%NSUBDIR%%/libnullplugin-dynMotif.so
%%NSUBDIR%%/mailcap
%%NSUBDIR%%/nethelp/Back_dep.gif
%%NSUBDIR%%/nethelp/Back_dis.gif
%%NSUBDIR%%/nethelp/Back_sel.gif
%%NSUBDIR%%/nethelp/Back_up.gif
%%NSUBDIR%%/nethelp/Blank.htm
%%NSUBDIR%%/nethelp/Button.js
%%NSUBDIR%%/nethelp/CntData.js
%%NSUBDIR%%/nethelp/CntTool.htm
%%NSUBDIR%%/nethelp/CntTool.js
%%NSUBDIR%%/nethelp/Exit_dep.gif
%%NSUBDIR%%/nethelp/Exit_sel.gif
%%NSUBDIR%%/nethelp/Exit_up.gif
%%NSUBDIR%%/nethelp/Forw_dep.gif
%%NSUBDIR%%/nethelp/Forw_dis.gif
%%NSUBDIR%%/nethelp/Forw_sel.gif
%%NSUBDIR%%/nethelp/Forw_up.gif
%%NSUBDIR%%/nethelp/Header.js
%%NSUBDIR%%/nethelp/IdxData.js
%%NSUBDIR%%/nethelp/IdxFill.htm
%%NSUBDIR%%/nethelp/IdxKey.htm
%%NSUBDIR%%/nethelp/IdxTool.htm
%%NSUBDIR%%/nethelp/IdxTopic.htm
%%NSUBDIR%%/nethelp/Local-1.js
%%NSUBDIR%%/nethelp/NSHIfrm.htm
%%NSUBDIR%%/nethelp/NavUI.htm
%%NSUBDIR%%/nethelp/NoJSerr.htm
%%NSUBDIR%%/nethelp/Prnt_dep.gif
%%NSUBDIR%%/nethelp/Prnt_sel.gif
%%NSUBDIR%%/nethelp/Prnt_up.gif
%%NSUBDIR%%/nethelp/Stack.js
%%NSUBDIR%%/nethelp/Status.htm
%%NSUBDIR%%/nethelp/System.htm
%%NSUBDIR%%/nethelp/System.js
%%NSUBDIR%%/nethelp/ToolUI.htm
%%NSUBDIR%%/nethelp/Tool_dep.gif
%%NSUBDIR%%/nethelp/Tool_sel.gif
%%NSUBDIR%%/nethelp/Tool_up.gif
%%NSUBDIR%%/nethelp/Topic.js
%%NSUBDIR%%/nethelp/Utility.js
%%NSUBDIR%%/nethelp/Wait.gif
%%NSUBDIR%%/nethelp/netscape/home/help.hpf
%%NSUBDIR%%/nethelp/netscape/home/home.gif
%%NSUBDIR%%/nethelp/netscape/home/home.htm
%%NSUBDIR%%/nethelp/netscape/home/homeHdr.htm
%%NSUBDIR%%/nethelp/netscape/navigatr/help.hpf
%%NSUBDIR%%/nethelp/netscape/navigatr/nav.htm
%%NSUBDIR%%/nethelp/netscape/navigatr/navHdr.htm
%%NSUBDIR%%/nethelp/netscape/navigatr/navigatr.gif
%%NSUBDIR%%/nethelp/netscape/shared/NetHelpm.css
%%NSUBDIR%%/nethelp/netscape/shared/NetHelpu.css
%%NSUBDIR%%/nethelp/netscape/shared/NetHelpw.css
%%NSUBDIR%%/nethelp/netscape/shared/admnIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/calIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/collIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/commIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/compIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/confIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/ibmIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/messIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/navIcon.gif
%%NSUBDIR%%/nethelp/netscape/shared/netIcon.gif
%%NSUBDIR%%/nethelp/netwatch.gif
%%NSUBDIR%%/nethelp/picsfail.htm
%%NSUBDIR%%/nethelp/picsfail.jar
%%NSUBDIR%%/netscape-dynMotif
%%NSUBDIR%%/plugins/ShockwaveFlash.class
%%NSUBDIR%%/plugins/cpPack1.jar
%%NSUBDIR%%/plugins/libflashplayer.so
%%NSUBDIR%%/plugins/libnullplugin.so
%%NSUBDIR%%/registry
%%NSUBDIR%%/vreg
@dirrm %%NSUBDIR%%/java/classes/aix
@dirrm %%NSUBDIR%%/java/classes/hpux
@dirrm %%NSUBDIR%%/java/classes/irix
@dirrm %%NSUBDIR%%/java/classes
@dirrm %%NSUBDIR%%/java
@dirrm %%NSUBDIR%%/nethelp/netscape/home
@dirrm %%NSUBDIR%%/nethelp/netscape/navigatr
@dirrm %%NSUBDIR%%/nethelp/netscape/shared
@dirrm %%NSUBDIR%%/nethelp/netscape
@dirrm %%NSUBDIR%%/nethelp
@dirrm %%NSUBDIR%%/plugins
@dirrm %%NSUBDIR%%