summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-04-12 12:47:23 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-04-12 12:47:23 +0000
commit713ee9adc197481037df6c69392d31c841bbf294 (patch)
treebdba6637e002d77af469854118232f9c5503fc03 /www/mozilla
parentUpgrade to Apache1.2.6. (diff)
Initial import of a mozilla port.
Notes
Notes: svn path=/head/; revision=10492
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile73
-rw-r--r--www/mozilla/distinfo3
-rw-r--r--www/mozilla/pkg-comment2
-rw-r--r--www/mozilla/pkg-descr9
-rw-r--r--www/mozilla/pkg-plist150
5 files changed, 41 insertions, 196 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 5829cdf30e52..511c5933473f 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -1,55 +1,42 @@
-# New ports collection makefile for: netscape (full communicator version)
-# Version required: 4.05
-# Date created: 24 Feb 1997
-# Whom: ache
+# New ports collection makefile for: mozilla
+# Version required: 0.0
+# Date created: 31 Mar 1998
+# Whom: eivind/dima/jseger
#
-# $Id: Makefile,v 1.16 1998/03/16 15:05:03 markm Exp $
+# $Id: Makefile,v 1.4 1998/03/11 00:01:05 eivind Exp $
#
-DISTNAME= netscape-communicator-4.05
+DISTNAME= unix
+PKGNAME= mozilla-1998-03-31
CATEGORIES= www
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.05/development/english/unix/freebsd/professional_edition/
-DISTFILES= communicator-v405-export.x86-unknown-freebsd.tar.gz
+MASTER_SITES= ftp://ftp.cdrom.com/pub/mozilla/1998-03-31/ \
+ ftp://ftp.bitcon.no/pub/www/mozilla/mozilla/1998-03-31/ \
+ ftp://ftp.mozilla.org/pub/mozilla/1998-03-31/
-MAINTAINER= ache@FreeBSD.ORG
+MAINTAINER= jseger@FreeBSD.org
-WRKSRC= ${WRKDIR}/communicator-v405.x86-unknown-freebsd
-NO_BUILD= Yes
+WRKSRC= ${WRKDIR}/ns
+USE_GMAKE= yes
+NO_INSTALL_MANPAGES=yes
+DIST_SUBDIR= mozilla
+MAKE_ENV= NO_SECURITY=1 MOZ_MEDIUM=1 MOZILLA_CLIENT=1 NO_MDUPDATE=1 \
+ LD_LIBRARY_PATH=${LOCALBASE}/lib
+REQUIRES_MOTIF= yes
-NDIR= ${PREFIX}/lib/netscape
-BINDIR= ${PREFIX}/bin
-
-.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
-MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
- ftp://ftp.za.freebsd.org/pub/Fortify/
-DISTFILES+= Fortify-1.2.1-unix.tar.gz
-RESTRICTED= "Contains strong cryptography"
-.endif
-
-.if !defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
-pre-extract:
- @${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT"
- @${ECHO} "and defining USA_RESIDENT to NO"
-.endif
+OSNAME= `uname -s`
+OSVER= `uname -r | ${SED} 's/-.*//'`
+OBJDIR= ${WRKSRC}/dist/${OSNAME}${OSVER}_DBG.OBJ
do-install:
- cd ${WRKSRC} && yes "" | \
- LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
- mv -f ${NDIR}/netscape ${NDIR}/communicator-4.05.bin
- ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.05
- ln -sf communicator-4.05 ${BINDIR}/communicator-4
- ln -sf communicator-4 ${BINDIR}/netscape
- if [ ! -f ${NDIR}/mailcap ] ; then \
- ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
+ @${MKDIR} ${PREFIX}/lib/mozilla/bin
+ @tar -cf - --dereference -C ${OBJDIR}/bin bsdecho mozilla-export \
+ nsinstall vreg | tar -xf - -C ${PREFIX}/lib/mozilla/bin
+ @chmod 755 ${PREFIX}/lib/mozilla/bin
+ @${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin
+ @if [ ! -f ${PREFIX}/lib/mozilla/mailcap ] ; then \
+ ${INSTALL_DATA} ${FILESDIR}/mailcap ${PREFIX}/lib/mozilla ; \
fi
- rm -rf ${NDIR}/movemail-src
-.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
- cd ${WRKSRC}/Fortify-1.2.1-unix && \
- (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.05.bin
-.endif
- chown -R bin.bin ${NDIR}
-
-post-install:
- @${CAT} ${PKGDIR}/DESCR
+ @strip ${PREFIX}/lib/mozilla/bin/mozilla-export
+ @chown -R bin.bin ${PREFIX}/lib/mozilla
.include <bsd.port.mk>
diff --git a/www/mozilla/distinfo b/www/mozilla/distinfo
index cbbc4c1e1f45..d3f9bb2c9f61 100644
--- a/www/mozilla/distinfo
+++ b/www/mozilla/distinfo
@@ -1,2 +1 @@
-MD5 (communicator-v405-export.x86-unknown-freebsd.tar.gz) = b41b4470c8fccb278ba58e0c506046ac
-MD5 (Fortify-1.2.1-unix.tar.gz) = da2cede6270965853012d101d0594ca5
+MD5 (mozilla/unix.tar.gz) = 7ed24797d95172f3fab674bb5a263f9b
diff --git a/www/mozilla/pkg-comment b/www/mozilla/pkg-comment
index 3d907bd7e716..69eb075759a2 100644
--- a/www/mozilla/pkg-comment
+++ b/www/mozilla/pkg-comment
@@ -1 +1 @@
-netscape ver 4 communicator web-surfboard
+mozilla ver 0.0 communicator web-surfboard
diff --git a/www/mozilla/pkg-descr b/www/mozilla/pkg-descr
index e0a83b68e9ae..0ba6b25eb343 100644
--- a/www/mozilla/pkg-descr
+++ b/www/mozilla/pkg-descr
@@ -1,8 +1 @@
-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.
+Netscape
diff --git a/www/mozilla/pkg-plist b/www/mozilla/pkg-plist
index 853ec0296e98..2dbc98969a1f 100644
--- a/www/mozilla/pkg-plist
+++ b/www/mozilla/pkg-plist
@@ -1,142 +1,8 @@
-bin/communicator-4.05
-@exec ln -sf %f %B/communicator-4
-@exec ln -sf communicator-4 %B/netscape
-@unexec rm -f %B/netscape
-@unexec rm -f %B/communicator-4
-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
-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
-lib/netscape/nethelp/Stack.js
-lib/netscape/nethelp/Local-1.js
-lib/netscape/nethelp/IdxData.js
-lib/netscape/nethelp/Header.js
-lib/netscape/nethelp/CntTool.js
-lib/netscape/nethelp/CntData.js
-lib/netscape/nethelp/Button.js
-lib/netscape/nethelp/ToolUI.htm
-lib/netscape/nethelp/System.htm
-lib/netscape/nethelp/Status.htm
-lib/netscape/nethelp/NoJSerr.htm
-lib/netscape/nethelp/NavUI.htm
-lib/netscape/nethelp/NSHIfrm.htm
-lib/netscape/nethelp/IdxTopic.htm
-lib/netscape/nethelp/IdxTool.htm
-lib/netscape/nethelp/IdxKey.htm
-lib/netscape/nethelp/IdxFill.htm
-lib/netscape/nethelp/CntTool.htm
-lib/netscape/nethelp/Blank.htm
-lib/netscape/nethelp/Wait.gif
-lib/netscape/nethelp/Tool_up.gif
-lib/netscape/nethelp/Tool_sel.gif
-lib/netscape/nethelp/Tool_dep.gif
-lib/netscape/nethelp/Prnt_up.gif
-lib/netscape/nethelp/Prnt_sel.gif
-lib/netscape/nethelp/Prnt_dep.gif
-lib/netscape/nethelp/Forw_up.gif
-lib/netscape/nethelp/Forw_sel.gif
-lib/netscape/nethelp/Forw_dis.gif
-lib/netscape/nethelp/Forw_dep.gif
-lib/netscape/nethelp/Exit_up.gif
-lib/netscape/nethelp/Exit_sel.gif
-lib/netscape/nethelp/Exit_dep.gif
-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/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
-lib/netscape/nethelp/netscape/navigatr/help.hpf
-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/communicator-4.05.bin
-lib/netscape/mailcap
-@dirrm lib/netscape/spell
-@dirrm lib/netscape/plugins
-@dirrm lib/netscape/nethelp/netscape/shared
-@dirrm lib/netscape/nethelp/netscape/nscal
-@dirrm lib/netscape/nethelp/netscape/netcastr
-@dirrm lib/netscape/nethelp/netscape/navigatr
-@dirrm lib/netscape/nethelp/netscape/messengr
-@dirrm lib/netscape/nethelp/netscape/home
-@dirrm lib/netscape/nethelp/netscape/confernc
-@dirrm lib/netscape/nethelp/netscape/composer
-@dirrm lib/netscape/nethelp/netscape/collabra
-@dirrm lib/netscape/nethelp/netscape
-@dirrm lib/netscape/nethelp
-@dirrm lib/netscape/java/classes
-@dirrm lib/netscape/java
-@dirrm lib/netscape
+bin/mozilla
+lib/mozilla/bin/bsdecho
+lib/mozilla/bin/mozilla-export
+lib/mozilla/bin/nsinstall
+lib/mozilla/bin/vreg
+lib/mozilla/mailcap
+@dirrm lib/mozilla/bin
+@dirrm lib/mozilla