diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-07 13:23:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-07 13:23:19 +0000 |
commit | 4dbaa2573543eb7b785aa00264d3780585500a91 (patch) | |
tree | 3add1d08d6c392cc8449847beb6e3b80c9606189 | |
parent | a9ddcb478e911a062c83ac7957a0616f53374a06 (diff) | |
download | ports-4dbaa2573543eb7b785aa00264d3780585500a91.tar.gz ports-4dbaa2573543eb7b785aa00264d3780585500a91.zip |
Notes
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 18 | ||||
-rw-r--r-- | www/netscape4-communicator.us/distinfo | 2 | ||||
-rw-r--r-- | www/netscape4-communicator.us/files/netscape.sh | 2 | ||||
-rw-r--r-- | www/netscape4-communicator.us/files/patch-aa | 118 | ||||
-rw-r--r-- | www/netscape4-communicator.us/pkg-plist | 149 |
5 files changed, 145 insertions, 144 deletions
diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile index b26ff44aa90b..1d3075cc86a4 100644 --- a/www/netscape4-communicator.us/Makefile +++ b/www/netscape4-communicator.us/Makefile @@ -4,11 +4,11 @@ # Date created: 14 Feb 1998 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.2 1998/02/14 23:35:48 obrien Exp $ +# $Id: Makefile,v 1.3 1998/05/11 22:13:18 obrien Exp $ # -DISTNAME= communicator_pro-v405-us.x86-unknown-linux2.0 -PKGNAME= netscape-communicator-4.05.us +DISTNAME= communicator-v407-us.x86-unknown-linux2.0_libc5 +PKGNAME= netscape-communicator-4.07.us CATEGORIES= www MAINTAINER= obrien@FreeBSD.ORG @@ -18,7 +18,7 @@ RESTRICTED= "Commerial & USA ITAR export restrictions" NO_FETCH= yes NO_BUILD= Yes -WRKSRC= ${WRKDIR}/communicator-v405.x86-unknown-linux2.0 +WRKSRC= ${WRKDIR}/communicator-v407.x86-unknown-linux2.0 NDIR= ${PREFIX}/lib/netscape.us BINDIR= ${PREFIX}/bin @@ -38,7 +38,7 @@ pre-fetch: pre-fetch: @(if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO} You must manually obtain ${DISTNAME}${EXTRACT_SUFX} ; \ - ${ECHO} distribution and placed it in ${DISTDIR}. ; \ + ${ECHO} distribution and place it in ${DISTDIR}. ; \ false ; \ fi ) .else @@ -53,10 +53,10 @@ pre-fetch: do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install - mv -f ${NDIR}/netscape ${NDIR}/communicator-pro-4.05.us.bin - ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-pro-4.05.us - ln -sf communicator-pro-4.05.us ${BINDIR}/communicator-4.us - ln -sf communicator-pro-4.05.us ${BINDIR}/netscape.us + mv -f ${NDIR}/netscape ${NDIR}/communicator-4.07.us.bin + ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.07.us + ln -sf communicator-4.07.us ${BINDIR}/communicator-4.us + ln -sf communicator-4.07.us ${BINDIR}/netscape.us if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi diff --git a/www/netscape4-communicator.us/distinfo b/www/netscape4-communicator.us/distinfo index d40dd78307c6..6b9e1f8ae8c2 100644 --- a/www/netscape4-communicator.us/distinfo +++ b/www/netscape4-communicator.us/distinfo @@ -1 +1 @@ -MD5 (communicator_pro-v405-us.x86-unknown-linux2.0.tar.gz) = 052d46eabccd5788188718577008ffa2 +MD5 (communicator-v407-us.x86-unknown-linux2.0_libc5.tar.gz) = e3b8fe597e9ed539e97ff1e6bbd5fb35 diff --git a/www/netscape4-communicator.us/files/netscape.sh b/www/netscape4-communicator.us/files/netscape.sh index b02a48267258..e019abb93262 100644 --- a/www/netscape4-communicator.us/files/netscape.sh +++ b/www/netscape4-communicator.us/files/netscape.sh @@ -2,4 +2,4 @@ export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/netscape.us} export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME export XCMSDB; XCMSDB=/dev/null -exec $MOZILLA_HOME/communicator-pro-4.05.us.bin $* +exec $MOZILLA_HOME/communicator-4.07.us.bin $* diff --git a/www/netscape4-communicator.us/files/patch-aa b/www/netscape4-communicator.us/files/patch-aa index 97f879710421..b6da45574eed 100644 --- a/www/netscape4-communicator.us/files/patch-aa +++ b/www/netscape4-communicator.us/files/patch-aa @@ -1,41 +1,77 @@ -*** ns-install.orig Tue Jul 1 23:22:18 1997 ---- ns-install Wed Jul 2 22:55:02 1997 -*************** -*** 103,108 **** ---- 103,109 ---- - # Even though the user has already used gzip to extract the file (or - # we wouldn't be here), make sure we can find it. - # -+ unset GZIP - GZIP="gzip" - flag=1 - while test ${flag} -eq 1 -*************** -*** 264,276 **** - # Is this a virgin install? If so, create the .netscape dir - # and put the default bookmark file in it. - # -! if test ! -d ${HOME}/.netscape -! then -! # New install, or upgrade from 0.x or 1.x. -! mkdir ${HOME}/.netscape -! cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html -! echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE} -! fi - fi - - echo "" ---- 265,277 ---- - # Is this a virgin install? If so, create the .netscape dir - # and put the default bookmark file in it. - # -! # if test ! -d ${HOME}/.netscape -! # then -! # # New install, or upgrade from 0.x or 1.x. -! # mkdir ${HOME}/.netscape -! # cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html -! # echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE} -! # fi - fi - - echo "" +--- ns-install.orig Tue Sep 29 20:59:31 1998 ++++ ns-install Wed Oct 7 06:11:53 1998 +@@ -120,6 +120,7 @@ + # Even though the user has already used gzip to extract the file (or + # we wouldn't be here), make sure we can find it. + # ++unset GZIP + GZIP="gzip" + flag=1 + while test ${flag} -eq 1 +@@ -288,10 +289,10 @@ + # avoid users having to set MOZILLA_JAVA_FONT_PROPERTY_PATH, or + # just assuming Java font-handling is broken. + # +- if test ! -z "`ls /bin/uname`" ++ if test ! -z "`ls /usr/bin/uname`" + then + MOVE_FONTS="TRUE" +- case `/bin/uname` in ++ case `/usr/bin/uname` in + AIX) + PLATFORM="aix" + ;; +@@ -318,14 +319,14 @@ + # Is this a virgin install? If so, create the .netscape dir + # and put the default bookmark file in it. + # +- if test ! -d ${HOME}/.netscape +- then +- # New install, or upgrade from 0.x or 1.x. +- mkdir ${HOME}/.netscape +- cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html +- chmod 644 ${HOME}/.netscape/bookmarks.html +- echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE} +- fi ++# if test ! -d ${HOME}/.netscape ++# then ++# # New install, or upgrade from 0.x or 1.x. ++# mkdir ${HOME}/.netscape ++# cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html ++# chmod 644 ${HOME}/.netscape/bookmarks.html ++# echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE} ++# fi + fi + + echo "" +@@ -387,18 +388,18 @@ + then + echo "ERROR: Installation completed, but unable to update/create the product" + echo " version registry." +- echo "" +- echo " If you are installing ${PRODUCT} from a platform other than" +- echo " that for which this package is intended, 'vreg' will not be" +- echo " able to run. If this is the case, you may run 'vreg' manually" +- echo " (to enable ASD) on the appropriate platform using the following" +- echo " commands:" +- echo "" +- awk '{printf("\techo \"%s\" >>/tmp/infile\n", $0)}' ${REG_INFILE} +- echo " ${TARGET}/vreg ${TARGET}/${VREGISTRY} /tmp/infile" +- echo "" +- /bin/rm -f ns-install ${PACKAGE} ${REG_INFILE} core +- exit 3 ++# echo "" ++# echo " If you are installing ${PRODUCT} from a platform other than" ++# echo " that for which this package is intended, 'vreg' will not be" ++# echo " able to run. If this is the case, you may run 'vreg' manually" ++# echo " (to enable ASD) on the appropriate platform using the following" ++# echo " commands:" ++# echo "" ++# awk '{printf("\techo \"%s\" >>/tmp/infile\n", $0)}' ${REG_INFILE} ++# echo " ${TARGET}/vreg ${TARGET}/${VREGISTRY} /tmp/infile" ++# echo "" ++# /bin/rm -f ns-install ${PACKAGE} ${REG_INFILE} core ++# exit 3 + fi + + echo "" diff --git a/www/netscape4-communicator.us/pkg-plist b/www/netscape4-communicator.us/pkg-plist index f0c1ef8871e6..77d9000ab216 100644 --- a/www/netscape4-communicator.us/pkg-plist +++ b/www/netscape4-communicator.us/pkg-plist @@ -1,109 +1,75 @@ -bin/communicator-pro-4.05.us +bin/communicator-4.07.us @exec ln -sf %f %B/communicator-4.us @exec ln -sf communicator-4.us %B/netscape.us @unexec rm -f %B/communicator-4.us @unexec rm -f %B/netscape.us -lib/netscape.us/3270/boing.au -lib/netscape.us/3270/chimes.au -lib/netscape.us/3270/cuckoo.au -lib/netscape.us/3270/ding.au -lib/netscape.us/3270/drumroll.au -lib/netscape.us/3270/drwclose.au -lib/netscape.us/3270/en/3270.htm -lib/netscape.us/3270/en/abouthe.htm -lib/netscape.us/3270/en/chg.htm -lib/netscape.us/3270/en/contents.gif -lib/netscape.us/3270/en/custom.htm -lib/netscape.us/3270/en/debug.htm -lib/netscape.us/3270/en/debugprt.htm -lib/netscape.us/3270/en/disp.htm -lib/netscape.us/3270/en/end.htm -lib/netscape.us/3270/en/error.htm -lib/netscape.us/3270/en/frame1.htm -lib/netscape.us/3270/en/ften.htm -lib/netscape.us/3270/en/headm1en.htm -lib/netscape.us/3270/en/headmnen.htm -lib/netscape.us/3270/en/host.htm -lib/netscape.us/3270/en/howdoi.htm -lib/netscape.us/3270/en/index.gif -lib/netscape.us/3270/en/index.htm -lib/netscape.us/3270/en/intro.htm -lib/netscape.us/3270/en/jump.htm -lib/netscape.us/3270/en/keyboard.htm -lib/netscape.us/3270/en/keylock.htm -lib/netscape.us/3270/en/labouthe.htm -lib/netscape.us/3270/en/lcustom.htm -lib/netscape.us/3270/en/ldebug.htm -lib/netscape.us/3270/en/lhowdoi.htm -lib/netscape.us/3270/en/lindex.htm -lib/netscape.us/3270/en/lkbrd.htm -lib/netscape.us/3270/en/lusing.htm -lib/netscape.us/3270/en/netware.htm -lib/netscape.us/3270/en/newhe.htm -lib/netscape.us/3270/en/offsite.htm -lib/netscape.us/3270/en/oia.htm -lib/netscape.us/3270/en/othertm.htm -lib/netscape.us/3270/en/prot.htm -lib/netscape.us/3270/en/resize.htm -lib/netscape.us/3270/en/screen.htm -lib/netscape.us/3270/en/search.gif -lib/netscape.us/3270/en/search.htm -lib/netscape.us/3270/en/session.htm -lib/netscape.us/3270/en/sna.htm -lib/netscape.us/3270/en/telnet.htm -lib/netscape.us/3270/en/toc.htm -lib/netscape.us/3270/en/using.htm -lib/netscape.us/3270/he3270ap.zip -lib/netscape.us/3270/he3270en.htm -lib/netscape.us/3270/he3270hi.gif -lib/netscape.us/3270/he3270lo.gif -lib/netscape.us/3270/heabou.gif -lib/netscape.us/3270/hecmds.gif -lib/netscape.us/3270/hedebg.gif -lib/netscape.us/3270/hedisc.gif -lib/netscape.us/3270/hedisp.gif -lib/netscape.us/3270/hehome.gif -lib/netscape.us/3270/hehtoo.gif -lib/netscape.us/3270/heindx.gif -lib/netscape.us/3270/hejmpn.gif -lib/netscape.us/3270/hekeyb.gif -lib/netscape.us/3270/helefg.gif -lib/netscape.us/3270/heleft.gif -lib/netscape.us/3270/heload.gif -lib/netscape.us/3270/hemast.gif -lib/netscape.us/3270/heproc.gif -lib/netscape.us/3270/herigg.gif -lib/netscape.us/3270/herigh.gif -lib/netscape.us/3270/hesame.gif -lib/netscape.us/3270/hetpad.gif -lib/netscape.us/3270/heuseh.gif -lib/netscape.us/3270/laser.au -lib/netscape.us/3270/offsite.gif -lib/netscape.us/3270/paper_bg.gif -lib/netscape.us/3270/r1.htm -lib/netscape.us/3270/readme.htm -lib/netscape.us/3270/sample1.htm -lib/netscape.us/3270/sample2.htm -lib/netscape.us/3270/sample2a.htm -lib/netscape.us/3270/wooeep.au lib/netscape.us/LICENSE lib/netscape.us/Netscape.ad -lib/netscape.us/NetscapeCalendar.ad lib/netscape.us/README -lib/netscape.us/ReleaseNotes lib/netscape.us/XKeysymDB lib/netscape.us/bookmark.htm -lib/netscape.us/communicator-pro-4.05.us.bin +lib/netscape.us/communicator-4.07.us.bin lib/netscape.us/dynfonts/libTrueDoc.so +lib/netscape.us/java/classes/aix/font.properties +lib/netscape.us/java/classes/aix/font.properties.cs +lib/netscape.us/java/classes/aix/font.properties.hu +lib/netscape.us/java/classes/aix/font.properties.ja +lib/netscape.us/java/classes/aix/font.properties.ko +lib/netscape.us/java/classes/aix/font.properties.pl +lib/netscape.us/java/classes/aix/font.properties.ru +lib/netscape.us/java/classes/aix/font.properties.zh +lib/netscape.us/java/classes/aix/font.properties.zh_TW +lib/netscape.us/java/classes/awt.properties +lib/netscape.us/java/classes/font.properties +lib/netscape.us/java/classes/font.properties.cs +lib/netscape.us/java/classes/font.properties.el +lib/netscape.us/java/classes/font.properties.hu +lib/netscape.us/java/classes/font.properties.ja +lib/netscape.us/java/classes/font.properties.ko +lib/netscape.us/java/classes/font.properties.lt +lib/netscape.us/java/classes/font.properties.lv +lib/netscape.us/java/classes/font.properties.pl +lib/netscape.us/java/classes/font.properties.ru +lib/netscape.us/java/classes/font.properties.tr +lib/netscape.us/java/classes/font.properties.zh +lib/netscape.us/java/classes/font.properties.zh_GB2312 +lib/netscape.us/java/classes/font.properties.zh_TW +lib/netscape.us/java/classes/font.properties.zh_TW_Big5 +lib/netscape.us/java/classes/font.properties.zh_TW_CNS11643 +lib/netscape.us/java/classes/hpux/font.properties +lib/netscape.us/java/classes/hpux/font.properties.bg +lib/netscape.us/java/classes/hpux/font.properties.cs +lib/netscape.us/java/classes/hpux/font.properties.el +lib/netscape.us/java/classes/hpux/font.properties.hr +lib/netscape.us/java/classes/hpux/font.properties.hu +lib/netscape.us/java/classes/hpux/font.properties.ja +lib/netscape.us/java/classes/hpux/font.properties.ko +lib/netscape.us/java/classes/hpux/font.properties.pl +lib/netscape.us/java/classes/hpux/font.properties.ro +lib/netscape.us/java/classes/hpux/font.properties.ru +lib/netscape.us/java/classes/hpux/font.properties.sk +lib/netscape.us/java/classes/hpux/font.properties.sl +lib/netscape.us/java/classes/hpux/font.properties.tr +lib/netscape.us/java/classes/hpux/font.properties.zh_GB2312 +lib/netscape.us/java/classes/hpux/font.properties.zh_TW_Big5 +lib/netscape.us/java/classes/hpux/font.properties.zh_TW_CNS11643 lib/netscape.us/java/classes/ifc11.jar lib/netscape.us/java/classes/iiop10.jar +lib/netscape.us/java/classes/irix/font.properties +lib/netscape.us/java/classes/irix/font.properties.cs +lib/netscape.us/java/classes/irix/font.properties.el +lib/netscape.us/java/classes/irix/font.properties.hu +lib/netscape.us/java/classes/irix/font.properties.ja +lib/netscape.us/java/classes/irix/font.properties.ko +lib/netscape.us/java/classes/irix/font.properties.zh_GB2312 +lib/netscape.us/java/classes/irix/font.properties.zh_TW_Big5 +lib/netscape.us/java/classes/irix/font.properties.zh_TW_CNS11643 lib/netscape.us/java/classes/jae40.jar lib/netscape.us/java/classes/java40.jar lib/netscape.us/java/classes/jio40.jar lib/netscape.us/java/classes/jsd10.jar lib/netscape.us/java/classes/ldap10.jar lib/netscape.us/java/classes/scd10.jar -lib/netscape.us/libAutoAdmin.so lib/netscape.us/libjsd.so lib/netscape.us/mailcap lib/netscape.us/movemail @@ -206,15 +172,14 @@ lib/netscape.us/nethelp/netscape/shared/ibmIcon.gif lib/netscape.us/nethelp/netscape/shared/messIcon.gif lib/netscape.us/nethelp/netscape/shared/navIcon.gif lib/netscape.us/nethelp/netscape/shared/netIcon.gif -lib/netscape.us/nscal +lib/netscape.us/nethelp/netwatch.gif +lib/netscape.us/nethelp/picsfail.htm +lib/netscape.us/nethelp/picsfail.jar lib/netscape.us/plugins/libnullplugin.so -lib/netscape.us/plugins/npvcallinux.so lib/netscape.us/registry lib/netscape.us/spell/netscape.dic lib/netscape.us/spell/pen4s324.dat lib/netscape.us/vreg -@dirrm lib/netscape.us/3270/en -@dirrm lib/netscape.us/3270 @dirrm lib/netscape.us/dynfonts @dirrm lib/netscape.us/java/classes @dirrm lib/netscape.us/java |