summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-02-24 19:00:30 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-02-24 19:00:30 +0000
commitb33d2bfb993693ac89f68dcfe779271ea7aff8ff (patch)
tree3ba5d12011b0f9e70f74d258016e4d3901445eae
parentInstall movemail with x-bit (diff)
Netscape4 expired beta
Notes
Notes: svn path=/head/; revision=5731
Diffstat (limited to '')
-rw-r--r--www/bsdi-netscape47-communicator/Makefile22
-rw-r--r--www/bsdi-netscape47-communicator/pkg-comment1
-rw-r--r--www/bsdi-netscape47-communicator/pkg-descr11
-rw-r--r--www/bsdi-netscape47-communicator/pkg-plist12
-rw-r--r--www/bsdi-netscape47-navigator/Makefile22
-rw-r--r--www/bsdi-netscape47-navigator/pkg-comment1
-rw-r--r--www/bsdi-netscape47-navigator/pkg-descr11
-rw-r--r--www/bsdi-netscape47-navigator/pkg-plist12
-rw-r--r--www/mozilla+ipv6/Makefile22
-rw-r--r--www/mozilla+ipv6/distinfo1
-rw-r--r--www/mozilla+ipv6/pkg-comment1
-rw-r--r--www/mozilla+ipv6/pkg-descr11
-rw-r--r--www/mozilla+ipv6/pkg-plist12
-rw-r--r--www/mozilla-devel/Makefile22
-rw-r--r--www/mozilla-devel/distinfo1
-rw-r--r--www/mozilla-devel/pkg-comment1
-rw-r--r--www/mozilla-devel/pkg-descr11
-rw-r--r--www/mozilla-devel/pkg-plist12
-rw-r--r--www/mozilla-vendor/Makefile22
-rw-r--r--www/mozilla-vendor/distinfo1
-rw-r--r--www/mozilla-vendor/pkg-comment1
-rw-r--r--www/mozilla-vendor/pkg-descr11
-rw-r--r--www/mozilla-vendor/pkg-plist12
-rw-r--r--www/mozilla/Makefile22
-rw-r--r--www/mozilla/distinfo1
-rw-r--r--www/mozilla/pkg-comment1
-rw-r--r--www/mozilla/pkg-descr11
-rw-r--r--www/mozilla/pkg-plist12
-rw-r--r--www/netscape4-communicator/Makefile22
-rw-r--r--www/netscape4-communicator/distinfo1
-rw-r--r--www/netscape4-communicator/files/mailcap69
-rw-r--r--www/netscape4-communicator/files/netscape.sh6
-rw-r--r--www/netscape4-communicator/pkg-comment1
-rw-r--r--www/netscape4-communicator/pkg-descr11
-rw-r--r--www/netscape4-communicator/pkg-plist12
-rw-r--r--www/netscape4-navigator/Makefile22
-rw-r--r--www/netscape4-navigator/pkg-comment1
-rw-r--r--www/netscape4-navigator/pkg-descr11
-rw-r--r--www/netscape4-navigator/pkg-plist12
-rw-r--r--www/netscape47-communicator/Makefile22
-rw-r--r--www/netscape47-communicator/pkg-comment1
-rw-r--r--www/netscape47-communicator/pkg-descr11
-rw-r--r--www/netscape47-communicator/pkg-plist12
-rw-r--r--www/netscape47-navigator/Makefile22
-rw-r--r--www/netscape47-navigator/pkg-comment1
-rw-r--r--www/netscape47-navigator/pkg-descr11
-rw-r--r--www/netscape47-navigator/pkg-plist12
-rw-r--r--www/netscape48-communicator/Makefile22
-rw-r--r--www/netscape48-communicator/distinfo1
-rw-r--r--www/netscape48-communicator/files/mailcap69
-rw-r--r--www/netscape48-communicator/files/netscape.sh6
-rw-r--r--www/netscape48-communicator/pkg-comment1
-rw-r--r--www/netscape48-communicator/pkg-descr11
-rw-r--r--www/netscape48-communicator/pkg-plist12
-rw-r--r--www/seamonkey/Makefile22
-rw-r--r--www/seamonkey/distinfo1
-rw-r--r--www/seamonkey/pkg-comment1
-rw-r--r--www/seamonkey/pkg-descr11
-rw-r--r--www/seamonkey/pkg-plist12
-rw-r--r--www/seamonkey2/Makefile22
-rw-r--r--www/seamonkey2/distinfo1
-rw-r--r--www/seamonkey2/pkg-comment1
-rw-r--r--www/seamonkey2/pkg-descr11
-rw-r--r--www/seamonkey2/pkg-plist12
64 files changed, 756 insertions, 0 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/bsdi-netscape47-communicator/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/bsdi-netscape47-communicator/pkg-comment b/www/bsdi-netscape47-communicator/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/bsdi-netscape47-communicator/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/bsdi-netscape47-communicator/pkg-descr b/www/bsdi-netscape47-communicator/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/bsdi-netscape47-communicator/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/bsdi-netscape47-communicator/pkg-plist b/www/bsdi-netscape47-communicator/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/bsdi-netscape47-communicator/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/bsdi-netscape47-navigator/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/bsdi-netscape47-navigator/pkg-comment b/www/bsdi-netscape47-navigator/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/bsdi-netscape47-navigator/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/bsdi-netscape47-navigator/pkg-descr b/www/bsdi-netscape47-navigator/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/bsdi-netscape47-navigator/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/bsdi-netscape47-navigator/pkg-plist b/www/bsdi-netscape47-navigator/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/bsdi-netscape47-navigator/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/mozilla+ipv6/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/mozilla+ipv6/distinfo b/www/mozilla+ipv6/distinfo
new file mode 100644
index 000000000000..28b876bfba1a
--- /dev/null
+++ b/www/mozilla+ipv6/distinfo
@@ -0,0 +1 @@
+MD5 (netscape-v40b2-export.x86-unknown-bsd.tar.gz) = 4621347f73c296080415cf9eab6b631b
diff --git a/www/mozilla+ipv6/pkg-comment b/www/mozilla+ipv6/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/mozilla+ipv6/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/mozilla+ipv6/pkg-descr b/www/mozilla+ipv6/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/mozilla+ipv6/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/mozilla+ipv6/pkg-plist b/www/mozilla+ipv6/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/mozilla+ipv6/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/mozilla-devel/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/mozilla-devel/distinfo b/www/mozilla-devel/distinfo
new file mode 100644
index 000000000000..28b876bfba1a
--- /dev/null
+++ b/www/mozilla-devel/distinfo
@@ -0,0 +1 @@
+MD5 (netscape-v40b2-export.x86-unknown-bsd.tar.gz) = 4621347f73c296080415cf9eab6b631b
diff --git a/www/mozilla-devel/pkg-comment b/www/mozilla-devel/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/mozilla-devel/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/mozilla-devel/pkg-descr b/www/mozilla-devel/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/mozilla-devel/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/mozilla-devel/pkg-plist b/www/mozilla-devel/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/mozilla-devel/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/mozilla-vendor/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/mozilla-vendor/distinfo b/www/mozilla-vendor/distinfo
new file mode 100644
index 000000000000..28b876bfba1a
--- /dev/null
+++ b/www/mozilla-vendor/distinfo
@@ -0,0 +1 @@
+MD5 (netscape-v40b2-export.x86-unknown-bsd.tar.gz) = 4621347f73c296080415cf9eab6b631b
diff --git a/www/mozilla-vendor/pkg-comment b/www/mozilla-vendor/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/mozilla-vendor/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/mozilla-vendor/pkg-descr b/www/mozilla-vendor/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/mozilla-vendor/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/mozilla-vendor/pkg-plist b/www/mozilla-vendor/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/mozilla-vendor/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/mozilla/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/mozilla/distinfo b/www/mozilla/distinfo
new file mode 100644
index 000000000000..28b876bfba1a
--- /dev/null
+++ b/www/mozilla/distinfo
@@ -0,0 +1 @@
+MD5 (netscape-v40b2-export.x86-unknown-bsd.tar.gz) = 4621347f73c296080415cf9eab6b631b
diff --git a/www/mozilla/pkg-comment b/www/mozilla/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/mozilla/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/mozilla/pkg-descr b/www/mozilla/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/mozilla/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/mozilla/pkg-plist b/www/mozilla/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/mozilla/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/netscape4-communicator/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/netscape4-communicator/distinfo b/www/netscape4-communicator/distinfo
new file mode 100644
index 000000000000..28b876bfba1a
--- /dev/null
+++ b/www/netscape4-communicator/distinfo
@@ -0,0 +1 @@
+MD5 (netscape-v40b2-export.x86-unknown-bsd.tar.gz) = 4621347f73c296080415cf9eab6b631b
diff --git a/www/netscape4-communicator/files/mailcap b/www/netscape4-communicator/files/mailcap
new file mode 100644
index 000000000000..61daeb5db716
--- /dev/null
+++ b/www/netscape4-communicator/files/mailcap
@@ -0,0 +1,69 @@
+# 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
diff --git a/www/netscape4-communicator/files/netscape.sh b/www/netscape4-communicator/files/netscape.sh
new file mode 100644
index 000000000000..5b91e183b341
--- /dev/null
+++ b/www/netscape4-communicator/files/netscape.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+export XKEYSYMDB ; XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
+export XNLSPATH ; XNLSPATH=@X11BASE@/lib/X11/nls
+export XAPPLRESDIR ; XAPPLRESDIR=@X11BASE@/lib/X11/app-defaults
+export CLASSPATH ; CLASSPATH=.:/usr/local/lib/netscape
+exec /usr/local/lib/netscape/netscape.bin $*
diff --git a/www/netscape4-communicator/pkg-comment b/www/netscape4-communicator/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/netscape4-communicator/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/netscape4-communicator/pkg-descr b/www/netscape4-communicator/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/netscape4-communicator/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/netscape4-communicator/pkg-plist b/www/netscape4-communicator/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/netscape4-communicator/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/netscape4-navigator/Makefile b/www/netscape4-navigator/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/netscape4-navigator/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/netscape4-navigator/pkg-comment b/www/netscape4-navigator/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/netscape4-navigator/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/netscape4-navigator/pkg-descr b/www/netscape4-navigator/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/netscape4-navigator/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/netscape4-navigator/pkg-plist b/www/netscape4-navigator/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/netscape4-navigator/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/netscape47-communicator/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/netscape47-communicator/pkg-comment b/www/netscape47-communicator/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/netscape47-communicator/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/netscape47-communicator/pkg-descr b/www/netscape47-communicator/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/netscape47-communicator/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/netscape47-communicator/pkg-plist b/www/netscape47-communicator/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/netscape47-communicator/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/netscape47-navigator/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/netscape47-navigator/pkg-comment b/www/netscape47-navigator/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/netscape47-navigator/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/netscape47-navigator/pkg-descr b/www/netscape47-navigator/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/netscape47-navigator/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/netscape47-navigator/pkg-plist b/www/netscape47-navigator/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/netscape47-navigator/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/netscape48-communicator/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/netscape48-communicator/distinfo b/www/netscape48-communicator/distinfo
new file mode 100644
index 000000000000..28b876bfba1a
--- /dev/null
+++ b/www/netscape48-communicator/distinfo
@@ -0,0 +1 @@
+MD5 (netscape-v40b2-export.x86-unknown-bsd.tar.gz) = 4621347f73c296080415cf9eab6b631b
diff --git a/www/netscape48-communicator/files/mailcap b/www/netscape48-communicator/files/mailcap
new file mode 100644
index 000000000000..61daeb5db716
--- /dev/null
+++ b/www/netscape48-communicator/files/mailcap
@@ -0,0 +1,69 @@
+# 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
diff --git a/www/netscape48-communicator/files/netscape.sh b/www/netscape48-communicator/files/netscape.sh
new file mode 100644
index 000000000000..5b91e183b341
--- /dev/null
+++ b/www/netscape48-communicator/files/netscape.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+export XKEYSYMDB ; XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
+export XNLSPATH ; XNLSPATH=@X11BASE@/lib/X11/nls
+export XAPPLRESDIR ; XAPPLRESDIR=@X11BASE@/lib/X11/app-defaults
+export CLASSPATH ; CLASSPATH=.:/usr/local/lib/netscape
+exec /usr/local/lib/netscape/netscape.bin $*
diff --git a/www/netscape48-communicator/pkg-comment b/www/netscape48-communicator/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/netscape48-communicator/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/netscape48-communicator/pkg-descr b/www/netscape48-communicator/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/netscape48-communicator/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/netscape48-communicator/pkg-plist b/www/netscape48-communicator/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/netscape48-communicator/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/seamonkey/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo
new file mode 100644
index 000000000000..28b876bfba1a
--- /dev/null
+++ b/www/seamonkey/distinfo
@@ -0,0 +1 @@
+MD5 (netscape-v40b2-export.x86-unknown-bsd.tar.gz) = 4621347f73c296080415cf9eab6b631b
diff --git a/www/seamonkey/pkg-comment b/www/seamonkey/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/seamonkey/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/seamonkey/pkg-descr b/www/seamonkey/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/seamonkey/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/seamonkey/pkg-plist b/www/seamonkey/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/seamonkey/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/seamonkey2/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: netscape
+# Version required: 4.0b2
+# Date created: 24 Feb 1997
+# Whom: ache
+#
+# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
+#
+
+DISTNAME= netscape-4.0b2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/
+DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+RESTRICTED= "Commercial software"
+NO_WRKSUBDIR= yes
+
+post-install:
+ @${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/www/seamonkey2/distinfo b/www/seamonkey2/distinfo
new file mode 100644
index 000000000000..28b876bfba1a
--- /dev/null
+++ b/www/seamonkey2/distinfo
@@ -0,0 +1 @@
+MD5 (netscape-v40b2-export.x86-unknown-bsd.tar.gz) = 4621347f73c296080415cf9eab6b631b
diff --git a/www/seamonkey2/pkg-comment b/www/seamonkey2/pkg-comment
new file mode 100644
index 000000000000..54c86d664507
--- /dev/null
+++ b/www/seamonkey2/pkg-comment
@@ -0,0 +1 @@
+netscape web-surfboard
diff --git a/www/seamonkey2/pkg-descr b/www/seamonkey2/pkg-descr
new file mode 100644
index 000000000000..562904196c18
--- /dev/null
+++ b/www/seamonkey2/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+This port can install either the regular or "gold" version.
+For the latter, add "GOLD=yes" to your "make" command line.
diff --git a/www/seamonkey2/pkg-plist b/www/seamonkey2/pkg-plist
new file mode 100644
index 000000000000..16a1c3134398
--- /dev/null
+++ b/www/seamonkey2/pkg-plist
@@ -0,0 +1,12 @@
+@cwd /usr/local
+bin/netscape
+lib/netscape/LICENSE
+lib/netscape/README
+lib/netscape/netscape.bin
+lib/netscape/mailcap
+lib/netscape/movemail
+lib/netscape/java_40
+lib/netscape/Netscape.ad
+@cwd /usr/X11R6
+lib/X11/nls/C
+lib/X11/nls/nls.dir