Split netscape4 into communicator and navigator, so the two maintainers
shall never run into each other again.
This commit is contained in:
parent
e5372c7fad
commit
466ac8e57a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8641
60 changed files with 141 additions and 379 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.62 1997/10/11 18:30:19 wosch Exp $
|
||||
# $Id: Makefile,v 1.63 1997/11/09 10:18:04 asami Exp $
|
||||
#
|
||||
|
||||
SUBDIR += Mosaic # requires Motif
|
||||
|
@ -28,7 +28,8 @@
|
|||
SUBDIR += mmm
|
||||
SUBDIR += momspider
|
||||
SUBDIR += netscape3
|
||||
SUBDIR += netscape4
|
||||
SUBDIR += netscape4-communicator
|
||||
SUBDIR += netscape4-navigator
|
||||
SUBDIR += p5-Apache
|
||||
SUBDIR += p5-CGI
|
||||
SUBDIR += p5-CGI_Lite
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -3,24 +3,15 @@
|
|||
# Date created: 24 Feb 1997
|
||||
# Whom: ache
|
||||
#
|
||||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-navigator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
||||
|
@ -33,8 +24,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/navigator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/navigator-4.04
|
||||
ln -sf navigator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 navigator web-surfboard
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
bin/netscape
|
||||
bin/navigator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
lib/netscape/XKeysymDB
|
||||
lib/netscape/movemail
|
||||
lib/netscape/plugins/libnullplugin.so
|
||||
lib/netscape/libjsd.so.1.0
|
||||
lib/netscape/bookmark.htm
|
||||
lib/netscape/java/classes/ifc11.jar
|
||||
lib/netscape/java/classes/iiop10.jar
|
||||
|
@ -55,44 +55,14 @@ lib/netscape/nethelp/Back_up.gif
|
|||
lib/netscape/nethelp/Back_sel.gif
|
||||
lib/netscape/nethelp/Back_dis.gif
|
||||
lib/netscape/nethelp/Utility.js
|
||||
lib/netscape/nethelp/netscape/collabra/collabra.gif
|
||||
lib/netscape/nethelp/netscape/collabra/discgrps.gif
|
||||
lib/netscape/nethelp/netscape/collabra/coll.htm
|
||||
lib/netscape/nethelp/netscape/collabra/collHdr.htm
|
||||
lib/netscape/nethelp/netscape/collabra/help.hpf
|
||||
lib/netscape/nethelp/netscape/composer/composer.gif
|
||||
lib/netscape/nethelp/netscape/composer/comtlbr2.gif
|
||||
lib/netscape/nethelp/netscape/composer/fmtlbr3.gif
|
||||
lib/netscape/nethelp/netscape/composer/tagicon2.gif
|
||||
lib/netscape/nethelp/netscape/composer/comp.htm
|
||||
lib/netscape/nethelp/netscape/composer/compHdr.htm
|
||||
lib/netscape/nethelp/netscape/composer/help.hpf
|
||||
lib/netscape/nethelp/netscape/confernc/brws2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/chat2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/circle2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/confernc.gif
|
||||
lib/netscape/nethelp/netscape/confernc/eraser2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/fhndtl2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/filex2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/horline2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/line2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/pointer2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/rect2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/txttool2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/whtbd2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/conf.htm
|
||||
lib/netscape/nethelp/netscape/confernc/confHdr.htm
|
||||
lib/netscape/nethelp/netscape/confernc/help.hpf
|
||||
lib/netscape/nethelp/netscape/collabra/security.gif
|
||||
lib/netscape/nethelp/netscape/home/home.gif
|
||||
lib/netscape/nethelp/netscape/home/home.htm
|
||||
lib/netscape/nethelp/netscape/home/homeHdr.htm
|
||||
lib/netscape/nethelp/netscape/home/help.hpf
|
||||
lib/netscape/nethelp/netscape/messengr/mailbox.gif
|
||||
lib/netscape/nethelp/netscape/messengr/messengr.gif
|
||||
lib/netscape/nethelp/netscape/messengr/mpctrl.gif
|
||||
lib/netscape/nethelp/netscape/messengr/mess.htm
|
||||
lib/netscape/nethelp/netscape/messengr/messHdr.htm
|
||||
lib/netscape/nethelp/netscape/messengr/help.hpf
|
||||
lib/netscape/nethelp/netscape/navigatr/navigatr.gif
|
||||
lib/netscape/nethelp/netscape/navigatr/nav.htm
|
||||
lib/netscape/nethelp/netscape/navigatr/navHdr.htm
|
||||
|
@ -101,22 +71,13 @@ lib/netscape/nethelp/netscape/netcastr/netcastr.gif
|
|||
lib/netscape/nethelp/netscape/netcastr/net.htm
|
||||
lib/netscape/nethelp/netscape/netcastr/netHdr.htm
|
||||
lib/netscape/nethelp/netscape/netcastr/help.hpf
|
||||
lib/netscape/nethelp/netscape/shared/admnIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/calIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/collIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/commIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/compIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/confIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/ibmIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/messIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/navIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/netIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/Contents.htm
|
||||
lib/netscape/nethelp/netscape/shared/NetHelp1.css
|
||||
lib/netscape/nethelp/netscape/nscal/index.html
|
||||
lib/netscape/spell/pen4s324.dat
|
||||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/navigator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
|
||||
MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
|
||||
MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
|
||||
MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
|
||||
MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
|
||||
MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/netscape}
|
||||
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
|
||||
exec $MOZILLA_HOME/netscape.bin $*
|
||||
exec $MOZILLA_HOME/communicator-4.04.bin $*
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -3,24 +3,15 @@
|
|||
# Date created: 24 Feb 1997
|
||||
# Whom: ache
|
||||
#
|
||||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-navigator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
||||
|
@ -33,8 +24,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/navigator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/navigator-4.04
|
||||
ln -sf navigator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 navigator web-surfboard
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
bin/netscape
|
||||
bin/navigator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
lib/netscape/XKeysymDB
|
||||
lib/netscape/movemail
|
||||
lib/netscape/plugins/libnullplugin.so
|
||||
lib/netscape/libjsd.so.1.0
|
||||
lib/netscape/bookmark.htm
|
||||
lib/netscape/java/classes/ifc11.jar
|
||||
lib/netscape/java/classes/iiop10.jar
|
||||
|
@ -55,44 +55,14 @@ lib/netscape/nethelp/Back_up.gif
|
|||
lib/netscape/nethelp/Back_sel.gif
|
||||
lib/netscape/nethelp/Back_dis.gif
|
||||
lib/netscape/nethelp/Utility.js
|
||||
lib/netscape/nethelp/netscape/collabra/collabra.gif
|
||||
lib/netscape/nethelp/netscape/collabra/discgrps.gif
|
||||
lib/netscape/nethelp/netscape/collabra/coll.htm
|
||||
lib/netscape/nethelp/netscape/collabra/collHdr.htm
|
||||
lib/netscape/nethelp/netscape/collabra/help.hpf
|
||||
lib/netscape/nethelp/netscape/composer/composer.gif
|
||||
lib/netscape/nethelp/netscape/composer/comtlbr2.gif
|
||||
lib/netscape/nethelp/netscape/composer/fmtlbr3.gif
|
||||
lib/netscape/nethelp/netscape/composer/tagicon2.gif
|
||||
lib/netscape/nethelp/netscape/composer/comp.htm
|
||||
lib/netscape/nethelp/netscape/composer/compHdr.htm
|
||||
lib/netscape/nethelp/netscape/composer/help.hpf
|
||||
lib/netscape/nethelp/netscape/confernc/brws2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/chat2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/circle2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/confernc.gif
|
||||
lib/netscape/nethelp/netscape/confernc/eraser2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/fhndtl2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/filex2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/horline2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/line2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/pointer2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/rect2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/txttool2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/whtbd2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/conf.htm
|
||||
lib/netscape/nethelp/netscape/confernc/confHdr.htm
|
||||
lib/netscape/nethelp/netscape/confernc/help.hpf
|
||||
lib/netscape/nethelp/netscape/collabra/security.gif
|
||||
lib/netscape/nethelp/netscape/home/home.gif
|
||||
lib/netscape/nethelp/netscape/home/home.htm
|
||||
lib/netscape/nethelp/netscape/home/homeHdr.htm
|
||||
lib/netscape/nethelp/netscape/home/help.hpf
|
||||
lib/netscape/nethelp/netscape/messengr/mailbox.gif
|
||||
lib/netscape/nethelp/netscape/messengr/messengr.gif
|
||||
lib/netscape/nethelp/netscape/messengr/mpctrl.gif
|
||||
lib/netscape/nethelp/netscape/messengr/mess.htm
|
||||
lib/netscape/nethelp/netscape/messengr/messHdr.htm
|
||||
lib/netscape/nethelp/netscape/messengr/help.hpf
|
||||
lib/netscape/nethelp/netscape/navigatr/navigatr.gif
|
||||
lib/netscape/nethelp/netscape/navigatr/nav.htm
|
||||
lib/netscape/nethelp/netscape/navigatr/navHdr.htm
|
||||
|
@ -101,22 +71,13 @@ lib/netscape/nethelp/netscape/netcastr/netcastr.gif
|
|||
lib/netscape/nethelp/netscape/netcastr/net.htm
|
||||
lib/netscape/nethelp/netscape/netcastr/netHdr.htm
|
||||
lib/netscape/nethelp/netscape/netcastr/help.hpf
|
||||
lib/netscape/nethelp/netscape/shared/admnIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/calIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/collIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/commIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/compIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/confIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/ibmIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/messIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/navIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/netIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/Contents.htm
|
||||
lib/netscape/nethelp/netscape/shared/NetHelp1.css
|
||||
lib/netscape/nethelp/netscape/nscal/index.html
|
||||
lib/netscape/spell/pen4s324.dat
|
||||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/navigator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -3,24 +3,15 @@
|
|||
# Date created: 24 Feb 1997
|
||||
# Whom: ache
|
||||
#
|
||||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-navigator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
||||
|
@ -33,8 +24,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/navigator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/navigator-4.04
|
||||
ln -sf navigator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 navigator web-surfboard
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
bin/netscape
|
||||
bin/navigator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
lib/netscape/XKeysymDB
|
||||
lib/netscape/movemail
|
||||
lib/netscape/plugins/libnullplugin.so
|
||||
lib/netscape/libjsd.so.1.0
|
||||
lib/netscape/bookmark.htm
|
||||
lib/netscape/java/classes/ifc11.jar
|
||||
lib/netscape/java/classes/iiop10.jar
|
||||
|
@ -55,44 +55,14 @@ lib/netscape/nethelp/Back_up.gif
|
|||
lib/netscape/nethelp/Back_sel.gif
|
||||
lib/netscape/nethelp/Back_dis.gif
|
||||
lib/netscape/nethelp/Utility.js
|
||||
lib/netscape/nethelp/netscape/collabra/collabra.gif
|
||||
lib/netscape/nethelp/netscape/collabra/discgrps.gif
|
||||
lib/netscape/nethelp/netscape/collabra/coll.htm
|
||||
lib/netscape/nethelp/netscape/collabra/collHdr.htm
|
||||
lib/netscape/nethelp/netscape/collabra/help.hpf
|
||||
lib/netscape/nethelp/netscape/composer/composer.gif
|
||||
lib/netscape/nethelp/netscape/composer/comtlbr2.gif
|
||||
lib/netscape/nethelp/netscape/composer/fmtlbr3.gif
|
||||
lib/netscape/nethelp/netscape/composer/tagicon2.gif
|
||||
lib/netscape/nethelp/netscape/composer/comp.htm
|
||||
lib/netscape/nethelp/netscape/composer/compHdr.htm
|
||||
lib/netscape/nethelp/netscape/composer/help.hpf
|
||||
lib/netscape/nethelp/netscape/confernc/brws2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/chat2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/circle2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/confernc.gif
|
||||
lib/netscape/nethelp/netscape/confernc/eraser2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/fhndtl2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/filex2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/horline2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/line2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/pointer2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/rect2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/txttool2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/whtbd2.gif
|
||||
lib/netscape/nethelp/netscape/confernc/conf.htm
|
||||
lib/netscape/nethelp/netscape/confernc/confHdr.htm
|
||||
lib/netscape/nethelp/netscape/confernc/help.hpf
|
||||
lib/netscape/nethelp/netscape/collabra/security.gif
|
||||
lib/netscape/nethelp/netscape/home/home.gif
|
||||
lib/netscape/nethelp/netscape/home/home.htm
|
||||
lib/netscape/nethelp/netscape/home/homeHdr.htm
|
||||
lib/netscape/nethelp/netscape/home/help.hpf
|
||||
lib/netscape/nethelp/netscape/messengr/mailbox.gif
|
||||
lib/netscape/nethelp/netscape/messengr/messengr.gif
|
||||
lib/netscape/nethelp/netscape/messengr/mpctrl.gif
|
||||
lib/netscape/nethelp/netscape/messengr/mess.htm
|
||||
lib/netscape/nethelp/netscape/messengr/messHdr.htm
|
||||
lib/netscape/nethelp/netscape/messengr/help.hpf
|
||||
lib/netscape/nethelp/netscape/navigatr/navigatr.gif
|
||||
lib/netscape/nethelp/netscape/navigatr/nav.htm
|
||||
lib/netscape/nethelp/netscape/navigatr/navHdr.htm
|
||||
|
@ -101,22 +71,13 @@ lib/netscape/nethelp/netscape/netcastr/netcastr.gif
|
|||
lib/netscape/nethelp/netscape/netcastr/net.htm
|
||||
lib/netscape/nethelp/netscape/netcastr/netHdr.htm
|
||||
lib/netscape/nethelp/netscape/netcastr/help.hpf
|
||||
lib/netscape/nethelp/netscape/shared/admnIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/calIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/collIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/commIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/compIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/confIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/ibmIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/messIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/navIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/netIcon.gif
|
||||
lib/netscape/nethelp/netscape/shared/Contents.htm
|
||||
lib/netscape/nethelp/netscape/shared/NetHelp1.css
|
||||
lib/netscape/nethelp/netscape/nscal/index.html
|
||||
lib/netscape/spell/pen4s324.dat
|
||||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/navigator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
|
||||
MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/netscape}
|
||||
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
|
||||
exec $MOZILLA_HOME/netscape.bin $*
|
||||
exec $MOZILLA_HOME/communicator-4.04.bin $*
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
|
||||
MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
|
@ -6,20 +6,14 @@
|
|||
# Note: you can make the standalone navigator version by typing
|
||||
# make NAVIGATOR=yes
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-4.04
|
||||
DISTNAME= netscape-communicator-4.04
|
||||
CATEGORIES= www
|
||||
.if !defined(NAVIGATOR)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
|
||||
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.else
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
|
||||
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
|
||||
.endif
|
||||
|
||||
# responsible for communicator only
|
||||
MAINTAINER= ache@FreeBSD.ORG
|
||||
|
||||
RESTRICTED= "Commercial software"
|
||||
|
@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin
|
|||
do-install:
|
||||
cd ${WRKSRC} && yes "" | \
|
||||
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
||||
mv ${NDIR}/netscape ${NDIR}/netscape.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
||||
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
|
||||
ln -sf communicator-4.04 ${BINDIR}/netscape
|
||||
if [ ! -f ${NDIR}/mailcap ] ; then \
|
||||
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
||||
fi
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
|
||||
MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4
|
||||
|
|
|
@ -1 +1 @@
|
|||
netscape ver 4 web-surfboard (navigator or communicator)
|
||||
netscape ver 4 communicator web-surfboard
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
This is the netscape web-surfboard. Please read the file
|
||||
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
|
||||
|
||||
Note: If the standalone navigator hangs on startup eating all CPU
|
||||
time, find the user_pref("browser.startup.license_accepted", ...);
|
||||
line in your ~/.netscape/preferences.js and move it to the end of
|
||||
the file, or remove it, if simply moving doesn't help.
|
||||
Don't forget to report this bug to Netscape Team.
|
||||
|
||||
Note: If Java applets fail to display. Type this as root:
|
||||
cd /usr/X11R6/lib/X11/fonts/misc
|
||||
/usr/X11R6/bin/mkfontdir
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/netscape
|
||||
bin/communicator-4.04
|
||||
@exec ln -sf %f bin/netscape
|
||||
@unexec rm -f bin/netscape
|
||||
lib/netscape/README
|
||||
lib/netscape/LICENSE
|
||||
lib/netscape/Netscape.ad
|
||||
|
@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat
|
|||
lib/netscape/spell/netscape.dic
|
||||
lib/netscape/vreg
|
||||
lib/netscape/registry
|
||||
lib/netscape/netscape.bin
|
||||
lib/netscape/communicator-4.04.bin
|
||||
lib/netscape/mailcap
|
||||
|
|
Loading…
Reference in a new issue