diff options
author | jseger <jseger@FreeBSD.org> | 1998-04-12 20:47:23 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-04-12 20:47:23 +0800 |
commit | bae914b88759bd0f8d91660081e4327ce8fd00d6 (patch) | |
tree | 39f4393497240019bfdf59ecfba9113a7cdd35a3 /www | |
parent | af7870ebc46b6a947e968b41136f07a6b36ba66e (diff) | |
download | freebsd-ports-gnome-bae914b88759bd0f8d91660081e4327ce8fd00d6.tar.gz freebsd-ports-gnome-bae914b88759bd0f8d91660081e4327ce8fd00d6.tar.zst freebsd-ports-gnome-bae914b88759bd0f8d91660081e4327ce8fd00d6.zip |
Initial import of a mozilla port.
Diffstat (limited to 'www')
30 files changed, 246 insertions, 1176 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile index 5829cdf30e52..511c5933473f 100644 --- a/www/mozilla+ipv6/Makefile +++ b/www/mozilla+ipv6/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+ipv6/distinfo b/www/mozilla+ipv6/distinfo index cbbc4c1e1f45..d3f9bb2c9f61 100644 --- a/www/mozilla+ipv6/distinfo +++ b/www/mozilla+ipv6/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+ipv6/pkg-comment b/www/mozilla+ipv6/pkg-comment index 3d907bd7e716..69eb075759a2 100644 --- a/www/mozilla+ipv6/pkg-comment +++ b/www/mozilla+ipv6/pkg-comment @@ -1 +1 @@ -netscape ver 4 communicator web-surfboard +mozilla ver 0.0 communicator web-surfboard diff --git a/www/mozilla+ipv6/pkg-descr b/www/mozilla+ipv6/pkg-descr index e0a83b68e9ae..0ba6b25eb343 100644 --- a/www/mozilla+ipv6/pkg-descr +++ b/www/mozilla+ipv6/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+ipv6/pkg-plist b/www/mozilla+ipv6/pkg-plist index 853ec0296e98..2dbc98969a1f 100644 --- a/www/mozilla+ipv6/pkg-plist +++ b/www/mozilla+ipv6/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 diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 5829cdf30e52..511c5933473f 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/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-devel/distinfo b/www/mozilla-devel/distinfo index cbbc4c1e1f45..d3f9bb2c9f61 100644 --- a/www/mozilla-devel/distinfo +++ b/www/mozilla-devel/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-devel/pkg-comment b/www/mozilla-devel/pkg-comment index 3d907bd7e716..69eb075759a2 100644 --- a/www/mozilla-devel/pkg-comment +++ b/www/mozilla-devel/pkg-comment @@ -1 +1 @@ -netscape ver 4 communicator web-surfboard +mozilla ver 0.0 communicator web-surfboard diff --git a/www/mozilla-devel/pkg-descr b/www/mozilla-devel/pkg-descr index e0a83b68e9ae..0ba6b25eb343 100644 --- a/www/mozilla-devel/pkg-descr +++ b/www/mozilla-devel/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-devel/pkg-plist b/www/mozilla-devel/pkg-plist index 853ec0296e98..2dbc98969a1f 100644 --- a/www/mozilla-devel/pkg-plist +++ b/www/mozilla-devel/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 diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index 5829cdf30e52..511c5933473f 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/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-vendor/distinfo b/www/mozilla-vendor/distinfo index cbbc4c1e1f45..d3f9bb2c9f61 100644 --- a/www/mozilla-vendor/distinfo +++ b/www/mozilla-vendor/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-vendor/pkg-comment b/www/mozilla-vendor/pkg-comment index 3d907bd7e716..69eb075759a2 100644 --- a/www/mozilla-vendor/pkg-comment +++ b/www/mozilla-vendor/pkg-comment @@ -1 +1 @@ -netscape ver 4 communicator web-surfboard +mozilla ver 0.0 communicator web-surfboard diff --git a/www/mozilla-vendor/pkg-descr b/www/mozilla-vendor/pkg-descr index e0a83b68e9ae..0ba6b25eb343 100644 --- a/www/mozilla-vendor/pkg-descr +++ b/www/mozilla-vendor/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-vendor/pkg-plist b/www/mozilla-vendor/pkg-plist index 853ec0296e98..2dbc98969a1f 100644 --- a/www/mozilla-vendor/pkg-plist +++ b/www/mozilla-vendor/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 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 diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 5829cdf30e52..511c5933473f 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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/seamonkey/distinfo b/www/seamonkey/distinfo index cbbc4c1e1f45..d3f9bb2c9f61 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/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/seamonkey/pkg-comment b/www/seamonkey/pkg-comment index 3d907bd7e716..69eb075759a2 100644 --- a/www/seamonkey/pkg-comment +++ b/www/seamonkey/pkg-comment @@ -1 +1 @@ -netscape ver 4 communicator web-surfboard +mozilla ver 0.0 communicator web-surfboard diff --git a/www/seamonkey/pkg-descr b/www/seamonkey/pkg-descr index e0a83b68e9ae..0ba6b25eb343 100644 --- a/www/seamonkey/pkg-descr +++ b/www/seamonkey/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/seamonkey/pkg-plist b/www/seamonkey/pkg-plist index 853ec0296e98..2dbc98969a1f 100644 --- a/www/seamonkey/pkg-plist +++ b/www/seamonkey/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 diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 5829cdf30e52..511c5933473f 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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/seamonkey2/distinfo b/www/seamonkey2/distinfo index cbbc4c1e1f45..d3f9bb2c9f61 100644 --- a/www/seamonkey2/distinfo +++ b/www/seamonkey2/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/seamonkey2/pkg-comment b/www/seamonkey2/pkg-comment index 3d907bd7e716..69eb075759a2 100644 --- a/www/seamonkey2/pkg-comment +++ b/www/seamonkey2/pkg-comment @@ -1 +1 @@ -netscape ver 4 communicator web-surfboard +mozilla ver 0.0 communicator web-surfboard diff --git a/www/seamonkey2/pkg-descr b/www/seamonkey2/pkg-descr index e0a83b68e9ae..0ba6b25eb343 100644 --- a/www/seamonkey2/pkg-descr +++ b/www/seamonkey2/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/seamonkey2/pkg-plist b/www/seamonkey2/pkg-plist index 853ec0296e98..2dbc98969a1f 100644 --- a/www/seamonkey2/pkg-plist +++ b/www/seamonkey2/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 |