aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/bsdi-netscape47-communicator/Makefile29
-rw-r--r--www/bsdi-netscape47-communicator/pkg-plist2
-rw-r--r--www/bsdi-netscape47-navigator/Makefile29
-rw-r--r--www/bsdi-netscape47-navigator/pkg-plist2
-rw-r--r--www/mozilla+ipv6/Makefile29
-rw-r--r--www/mozilla+ipv6/distinfo2
-rw-r--r--www/mozilla+ipv6/pkg-plist2
-rw-r--r--www/mozilla-devel/Makefile29
-rw-r--r--www/mozilla-devel/distinfo2
-rw-r--r--www/mozilla-devel/pkg-plist2
-rw-r--r--www/mozilla-vendor/Makefile29
-rw-r--r--www/mozilla-vendor/distinfo2
-rw-r--r--www/mozilla-vendor/pkg-plist2
-rw-r--r--www/mozilla/Makefile29
-rw-r--r--www/mozilla/distinfo2
-rw-r--r--www/mozilla/pkg-plist2
-rw-r--r--www/netscape4-communicator/Makefile29
-rw-r--r--www/netscape4-communicator/distinfo2
-rw-r--r--www/netscape4-communicator/pkg-plist2
-rw-r--r--www/netscape4-navigator/Makefile29
-rw-r--r--www/netscape4-navigator/pkg-plist2
-rw-r--r--www/netscape47-communicator/Makefile29
-rw-r--r--www/netscape47-communicator/pkg-plist2
-rw-r--r--www/netscape47-navigator/Makefile29
-rw-r--r--www/netscape47-navigator/pkg-plist2
-rw-r--r--www/netscape48-communicator/Makefile29
-rw-r--r--www/netscape48-communicator/distinfo2
-rw-r--r--www/netscape48-communicator/pkg-plist2
-rw-r--r--www/seamonkey/Makefile29
-rw-r--r--www/seamonkey/distinfo2
-rw-r--r--www/seamonkey/pkg-plist2
-rw-r--r--www/seamonkey2/Makefile29
-rw-r--r--www/seamonkey2/distinfo2
-rw-r--r--www/seamonkey2/pkg-plist2
34 files changed, 203 insertions, 216 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/bsdi-netscape47-communicator/Makefile
+++ b/www/bsdi-netscape47-communicator/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/bsdi-netscape47-communicator/pkg-plist b/www/bsdi-netscape47-communicator/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/bsdi-netscape47-communicator/pkg-plist
+++ b/www/bsdi-netscape47-communicator/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/bsdi-netscape47-navigator/Makefile
+++ b/www/bsdi-netscape47-navigator/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/bsdi-netscape47-navigator/pkg-plist b/www/bsdi-netscape47-navigator/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/bsdi-netscape47-navigator/pkg-plist
+++ b/www/bsdi-netscape47-navigator/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/mozilla+ipv6/Makefile
+++ b/www/mozilla+ipv6/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/mozilla+ipv6/distinfo b/www/mozilla+ipv6/distinfo
index 9ea88266abc2..cc039f9add99 100644
--- a/www/mozilla+ipv6/distinfo
+++ b/www/mozilla+ipv6/distinfo
@@ -1,2 +1,2 @@
-MD5 (communicator-v403b8-export.x86-unknown-freebsd.tar.gz) = 50e0d8321d9ece7fbbcf823ef98e483d
+MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
MD5 (navigator-v403b8-export.x86-unknown-freebsd.tar.gz) = 5d601b749cfe336e89dbadb4933aa29d
diff --git a/www/mozilla+ipv6/pkg-plist b/www/mozilla+ipv6/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/mozilla+ipv6/pkg-plist
+++ b/www/mozilla+ipv6/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/mozilla-devel/distinfo b/www/mozilla-devel/distinfo
index 9ea88266abc2..cc039f9add99 100644
--- a/www/mozilla-devel/distinfo
+++ b/www/mozilla-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (communicator-v403b8-export.x86-unknown-freebsd.tar.gz) = 50e0d8321d9ece7fbbcf823ef98e483d
+MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
MD5 (navigator-v403b8-export.x86-unknown-freebsd.tar.gz) = 5d601b749cfe336e89dbadb4933aa29d
diff --git a/www/mozilla-devel/pkg-plist b/www/mozilla-devel/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/mozilla-devel/pkg-plist
+++ b/www/mozilla-devel/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/mozilla-vendor/Makefile
+++ b/www/mozilla-vendor/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/mozilla-vendor/distinfo b/www/mozilla-vendor/distinfo
index 9ea88266abc2..cc039f9add99 100644
--- a/www/mozilla-vendor/distinfo
+++ b/www/mozilla-vendor/distinfo
@@ -1,2 +1,2 @@
-MD5 (communicator-v403b8-export.x86-unknown-freebsd.tar.gz) = 50e0d8321d9ece7fbbcf823ef98e483d
+MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
MD5 (navigator-v403b8-export.x86-unknown-freebsd.tar.gz) = 5d601b749cfe336e89dbadb4933aa29d
diff --git a/www/mozilla-vendor/pkg-plist b/www/mozilla-vendor/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/mozilla-vendor/pkg-plist
+++ b/www/mozilla-vendor/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/mozilla/distinfo b/www/mozilla/distinfo
index 9ea88266abc2..cc039f9add99 100644
--- a/www/mozilla/distinfo
+++ b/www/mozilla/distinfo
@@ -1,2 +1,2 @@
-MD5 (communicator-v403b8-export.x86-unknown-freebsd.tar.gz) = 50e0d8321d9ece7fbbcf823ef98e483d
+MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
MD5 (navigator-v403b8-export.x86-unknown-freebsd.tar.gz) = 5d601b749cfe336e89dbadb4933aa29d
diff --git a/www/mozilla/pkg-plist b/www/mozilla/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/mozilla/pkg-plist
+++ b/www/mozilla/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/netscape4-communicator/Makefile
+++ b/www/netscape4-communicator/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/netscape4-communicator/distinfo b/www/netscape4-communicator/distinfo
index 9ea88266abc2..cc039f9add99 100644
--- a/www/netscape4-communicator/distinfo
+++ b/www/netscape4-communicator/distinfo
@@ -1,2 +1,2 @@
-MD5 (communicator-v403b8-export.x86-unknown-freebsd.tar.gz) = 50e0d8321d9ece7fbbcf823ef98e483d
+MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
MD5 (navigator-v403b8-export.x86-unknown-freebsd.tar.gz) = 5d601b749cfe336e89dbadb4933aa29d
diff --git a/www/netscape4-communicator/pkg-plist b/www/netscape4-communicator/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/netscape4-communicator/pkg-plist
+++ b/www/netscape4-communicator/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/netscape4-navigator/Makefile b/www/netscape4-navigator/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/netscape4-navigator/Makefile
+++ b/www/netscape4-navigator/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/netscape4-navigator/pkg-plist b/www/netscape4-navigator/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/netscape4-navigator/pkg-plist
+++ b/www/netscape4-navigator/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/netscape47-communicator/Makefile
+++ b/www/netscape47-communicator/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/netscape47-communicator/pkg-plist b/www/netscape47-communicator/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/netscape47-communicator/pkg-plist
+++ b/www/netscape47-communicator/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/netscape47-navigator/pkg-plist b/www/netscape47-navigator/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/netscape47-navigator/pkg-plist
+++ b/www/netscape47-navigator/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/netscape48-communicator/Makefile
+++ b/www/netscape48-communicator/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/netscape48-communicator/distinfo b/www/netscape48-communicator/distinfo
index 9ea88266abc2..cc039f9add99 100644
--- a/www/netscape48-communicator/distinfo
+++ b/www/netscape48-communicator/distinfo
@@ -1,2 +1,2 @@
-MD5 (communicator-v403b8-export.x86-unknown-freebsd.tar.gz) = 50e0d8321d9ece7fbbcf823ef98e483d
+MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
MD5 (navigator-v403b8-export.x86-unknown-freebsd.tar.gz) = 5d601b749cfe336e89dbadb4933aa29d
diff --git a/www/netscape48-communicator/pkg-plist b/www/netscape48-communicator/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/netscape48-communicator/pkg-plist
+++ b/www/netscape48-communicator/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo
index 9ea88266abc2..cc039f9add99 100644
--- a/www/seamonkey/distinfo
+++ b/www/seamonkey/distinfo
@@ -1,2 +1,2 @@
-MD5 (communicator-v403b8-export.x86-unknown-freebsd.tar.gz) = 50e0d8321d9ece7fbbcf823ef98e483d
+MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
MD5 (navigator-v403b8-export.x86-unknown-freebsd.tar.gz) = 5d601b749cfe336e89dbadb4933aa29d
diff --git a/www/seamonkey/pkg-plist b/www/seamonkey/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/seamonkey/pkg-plist
+++ b/www/seamonkey/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index bb48dc53e9de..18bfda6c6a9b 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: netscape
-# Version required: 4.03b8
+# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
+# Note: you can make the standalone navigator version by typing
+# make NAVIGATOR=yes
+#
+# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $
#
-DISTNAME= netscape-4.03b8
CATEGORIES= www
-.if defined(NAVIGATOR)
+.if !defined(NAVIGATOR)
+DISTNAME= netscape-4.04
+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
+MAINTAINER= ache@FreeBSD.ORG
+.else
+DISTNAME= netscape-4.03b8
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
-.else
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
-DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+MAINTAINER= ports@FreeBSD.ORG
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -21,17 +27,8 @@ NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-MAINTAINER= ache@FreeBSD.ORG
-
RESTRICTED= "Commercial software"
-pre-fetch:
-.if !defined(NAVIGATOR)
- @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
-.else
- @${ECHO_MSG} "Making the standalone navigator version."
-.endif
-
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/seamonkey2/distinfo b/www/seamonkey2/distinfo
index 9ea88266abc2..cc039f9add99 100644
--- a/www/seamonkey2/distinfo
+++ b/www/seamonkey2/distinfo
@@ -1,2 +1,2 @@
-MD5 (communicator-v403b8-export.x86-unknown-freebsd.tar.gz) = 50e0d8321d9ece7fbbcf823ef98e483d
+MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74
MD5 (navigator-v403b8-export.x86-unknown-freebsd.tar.gz) = 5d601b749cfe336e89dbadb4933aa29d
diff --git a/www/seamonkey2/pkg-plist b/www/seamonkey2/pkg-plist
index 38fecf9f9cf2..329a99412745 100644
--- a/www/seamonkey2/pkg-plist
+++ b/www/seamonkey2/pkg-plist
@@ -13,6 +13,8 @@ lib/netscape/java/classes/jae40.jar
lib/netscape/java/classes/java40.jar
lib/netscape/java/classes/jio40.jar
lib/netscape/java/classes/jsd10.jar
+lib/netscape/java/classes/ldap10.jar
+lib/netscape/java/classes/scd10.jar
lib/netscape/nethelp/Back_dep.gif
lib/netscape/nethelp/Topic.js
lib/netscape/nethelp/System.js