Update to Acroread v4. OK'd by angelos.
This commit is contained in:
parent
4c574308ae
commit
45277c6feb
@ -1,3 +1,3 @@
|
||||
MD5 (acroread_linux_301.tar.gz) = 3c168eab471aef91f1436c57ba7963b2
|
||||
RMD160 (acroread_linux_301.tar.gz) = afd971021d985057c47ab4df038bac1dc8a1ae8e
|
||||
SHA1 (acroread_linux_301.tar.gz) = 4e67b3459deb273d4bf7932f0793d87991b3c171
|
||||
MD5 (linux-ar-40.tar.gz) = 018f4aee79e049095a7b16ed1e7ec925
|
||||
RMD160 (linux-ar-40.tar.gz) = 060fa9f44b13a02ef8c48d5cadf2833e2374f681
|
||||
SHA1 (linux-ar-40.tar.gz) = 8a51958bc7f444db9c8caace53442098149ed59a
|
||||
|
@ -1,38 +1,81 @@
|
||||
--- INSTALL.orig Thu Nov 7 00:04:53 1996
|
||||
+++ INSTALL Wed Nov 20 17:37:14 1996
|
||||
@@ -117,6 +117,8 @@
|
||||
if [ "$i" -a -f "$i" ] ; then
|
||||
if [ `uname -s` = "Linux" ] ; then
|
||||
size=`ls -lLn "$i" | ( read perm links owner group size date ; echo $size )`
|
||||
+ elif [ `uname -s` = "OpenBSD" ] ; then
|
||||
+ size=`ls -lL "$i" | ( read perm links owner group size date ; echo $size )`
|
||||
else
|
||||
size=`ls -lLon "$i" | ( read perm links owner size date ; echo $size )`
|
||||
fi
|
||||
@@ -486,7 +488,7 @@
|
||||
SearchPlatformTar="$3"
|
||||
CustomPlatformTar="$4"
|
||||
|
||||
- OutputLicense "$ReadLicense"
|
||||
+# OutputLicense "$ReadLicense"
|
||||
ReadLicense=""
|
||||
|
||||
PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \
|
||||
@@ -559,7 +561,7 @@
|
||||
*) ScriptDirectory="$CurrentDirectory"/"$ScriptDirectory" ;;
|
||||
esac
|
||||
|
||||
-if [ "`type uname`" != "uname not found" ] ; then
|
||||
+if [ "`uname`" != "uname not found" ] ; then
|
||||
OSname=`uname -s`
|
||||
if [ "$OSname" = "AIX" ] ; then
|
||||
OSrelease=`uname -a | ( read name host minor major foo ; echo $major.$minor )`
|
||||
@@ -1044,7 +1046,7 @@
|
||||
DistDefaultNum="$DistIntelBSDINum"
|
||||
DefaultName="Intel/BSDI"
|
||||
;;
|
||||
- Linux)
|
||||
+ OpenBSD|Linux)
|
||||
AcroDefaultNum="$AcroIntelLinuxNum"
|
||||
ExchDefaultNum="$ExchIntelLinuxNum"
|
||||
ReadDefaultNum="$ReadIntelLinuxNum"
|
||||
*** INSTALL.orig Mon May 24 10:31:43 1999
|
||||
--- INSTALL Mon Jul 12 17:38:26 1999
|
||||
***************
|
||||
*** 115,120 ****
|
||||
--- 115,122 ----
|
||||
if [ "$i" -a -f "$i" ] ; then
|
||||
if [ `uname -s` = "Linux" ] ; then
|
||||
size=`ls -lLn "$i" | ( read perm links owner group size date ; echo $size )`
|
||||
+ elif [ `uname -s` = "OpenBSD" ] ; then
|
||||
+ size=`ls -lL "$i" | ( read perm links owner group size date ; echo $size )`
|
||||
else
|
||||
size=`ls -lLon "$i" | ( read perm links owner size date ; echo $size )`
|
||||
fi
|
||||
***************
|
||||
*** 151,157 ****
|
||||
|
||||
ExtractFiles ()
|
||||
{
|
||||
! ( cd "$1" ; tar xfo "$2" )
|
||||
}
|
||||
|
||||
InstallFiles ()
|
||||
--- 153,159 ----
|
||||
|
||||
ExtractFiles ()
|
||||
{
|
||||
! ( cd "$1" ; tar xf "$2" )
|
||||
}
|
||||
|
||||
InstallFiles ()
|
||||
***************
|
||||
*** 481,487 ****
|
||||
SearchPlatformTar="$3"
|
||||
CustomPlatformTar="$4"
|
||||
|
||||
! OutputLicense "$ReadLicense"
|
||||
ReadLicense=""
|
||||
|
||||
PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \
|
||||
--- 483,489 ----
|
||||
SearchPlatformTar="$3"
|
||||
CustomPlatformTar="$4"
|
||||
|
||||
! # OutputLicense "$ReadLicense"
|
||||
ReadLicense=""
|
||||
|
||||
PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \
|
||||
***************
|
||||
*** 554,560 ****
|
||||
*) ScriptDirectory="$CurrentDirectory"/"$ScriptDirectory" ;;
|
||||
esac
|
||||
|
||||
! if [ "`type uname`" != "uname not found" ] ; then
|
||||
OSname=`uname -s`
|
||||
if [ "$OSname" = "AIX" ] ; then
|
||||
OSrelease=`uname -a | ( read name host minor major foo ; echo $major.$minor )`
|
||||
--- 556,562 ----
|
||||
*) ScriptDirectory="$CurrentDirectory"/"$ScriptDirectory" ;;
|
||||
esac
|
||||
|
||||
! if [ "`uname`" != "uname not found" ] ; then
|
||||
OSname=`uname -s`
|
||||
if [ "$OSname" = "AIX" ] ; then
|
||||
OSrelease=`uname -a | ( read name host minor major foo ; echo $major.$minor )`
|
||||
***************
|
||||
*** 1039,1045 ****
|
||||
DistDefaultNum="$DistIntelBSDINum"
|
||||
DefaultName="Intel/BSDI"
|
||||
;;
|
||||
! Linux)
|
||||
AcroDefaultNum="$AcroIntelLinuxNum"
|
||||
ExchDefaultNum="$ExchIntelLinuxNum"
|
||||
ReadDefaultNum="$ReadIntelLinuxNum"
|
||||
--- 1041,1047 ----
|
||||
DistDefaultNum="$DistIntelBSDINum"
|
||||
DefaultName="Intel/BSDI"
|
||||
;;
|
||||
! OpenBSD|Linux)
|
||||
AcroDefaultNum="$AcroIntelLinuxNum"
|
||||
ExchDefaultNum="$ExchIntelLinuxNum"
|
||||
ReadDefaultNum="$ReadIntelLinuxNum"
|
||||
|
@ -1,64 +1,67 @@
|
||||
Acrobat3/Browsers/netscape
|
||||
Acrobat3/Browsers/intellinux/nppdf.so
|
||||
Acrobat3/Fonts/AcroRead.upr
|
||||
Acrobat3/Fonts/AdobeSansMM
|
||||
Acrobat3/Fonts/AdobeSansMM.MMM
|
||||
Acrobat3/Fonts/AdobeSerifMM
|
||||
Acrobat3/Fonts/AdobeSerifMM.MMM
|
||||
Acrobat3/Fonts/Courier
|
||||
Acrobat3/Fonts/Courier-Bold
|
||||
Acrobat3/Fonts/Courier-BoldOblique
|
||||
Acrobat3/Fonts/Courier-Oblique
|
||||
Acrobat3/Fonts/Helvetica
|
||||
Acrobat3/Fonts/Helvetica-Bold
|
||||
Acrobat3/Fonts/Helvetica-BoldOblique
|
||||
Acrobat3/Fonts/Helvetica-Oblique
|
||||
Acrobat3/Fonts/Symbol
|
||||
Acrobat3/Fonts/Times-Bold
|
||||
Acrobat3/Fonts/Times-BoldItalic
|
||||
Acrobat3/Fonts/Times-Italic
|
||||
Acrobat3/Fonts/Times-Roman
|
||||
Acrobat3/Fonts/ZapfDingbats
|
||||
Acrobat3/Reader/AcroVersion
|
||||
Acrobat3/Reader/Acrobat.pdf
|
||||
Acrobat3/Reader/License.pdf
|
||||
Acrobat3/Reader/MapTypes.pdf
|
||||
Acrobat3/Reader/ReadMe
|
||||
Acrobat3/Reader/help/reader.pdf
|
||||
Acrobat3/Reader/intellinux/app-defaults/AcroRead
|
||||
Acrobat3/Reader/intellinux/bin/acroread
|
||||
Acrobat3/Reader/intellinux/lib/XKeysymDB
|
||||
Acrobat3/Reader/intellinux/lib/libagm.so
|
||||
Acrobat3/Reader/intellinux/lib/libagm.so.2.0
|
||||
Acrobat3/Reader/intellinux/lib/libpfs.so
|
||||
Acrobat3/Reader/intellinux/lib/libpfs.so.2.5
|
||||
Acrobat3/Reader/intellinux/lib/libreadcore.so
|
||||
Acrobat3/Reader/intellinux/lib/libreadcore.so.3.0
|
||||
Acrobat3/Reader/intellinux/plug_ins/Highlight.api
|
||||
Acrobat3/Reader/intellinux/plug_ins/ewh.api
|
||||
Acrobat3/Reader/intellinux/plug_ins/wwwlink.api
|
||||
Acrobat3/Reader/res/splashScreen11R.xbm
|
||||
Acrobat3/Reader/res/splashScreen18R.xpm
|
||||
Acrobat3/Reader/res/splashScreen21.xbm
|
||||
Acrobat3/Reader/res/splashScreen28.xpm
|
||||
Acrobat3/bin/acroread
|
||||
bin/acroread
|
||||
@exec ln -sf ../../Fonts %D/Acrobat3/Reader/intellinux/fonts
|
||||
@unexec rm -f %D/Acrobat3/Reader/intellinux/fonts
|
||||
@exec ln -sf ../../res %D/Acrobat3/Reader/intellinux/res
|
||||
@unexec rm -f %D/Acrobat3/Reader/intellinux/res
|
||||
@exec echo "Be sure to read the license agreement in"
|
||||
@exec echo "%D/Acrobat3/Reader/License.pdf"
|
||||
@dirrm Acrobat3/bin
|
||||
@dirrm Acrobat3/Reader/res
|
||||
@dirrm Acrobat3/Reader/intellinux/plug_ins
|
||||
@dirrm Acrobat3/Reader/intellinux/lib
|
||||
@dirrm Acrobat3/Reader/intellinux/bin
|
||||
@dirrm Acrobat3/Reader/intellinux/app-defaults
|
||||
@dirrm Acrobat3/Reader/intellinux
|
||||
@dirrm Acrobat3/Reader/help
|
||||
@dirrm Acrobat3/Reader
|
||||
@dirrm Acrobat3/Fonts
|
||||
@dirrm Acrobat3/Browsers/intellinux
|
||||
@dirrm Acrobat3/Browsers
|
||||
@dirrm Acrobat3
|
||||
Acrobat4/Reader/ReadMe
|
||||
Acrobat4/Reader/AcroVersion
|
||||
Acrobat4/Reader/help/reader.pdf
|
||||
Acrobat4/Reader/Acrobat.pdf
|
||||
Acrobat4/Reader/License.pdf
|
||||
Acrobat4/Reader/MapTypes.pdf
|
||||
Acrobat4/Reader/res/splashScreen11R.xbm
|
||||
Acrobat4/Reader/res/splashScreen18R.xpm
|
||||
Acrobat4/Reader/res/splashScreen21.xbm
|
||||
Acrobat4/Reader/res/splashScreen28.xpm
|
||||
Acrobat4/Reader/intellinux/fonts
|
||||
Acrobat4/Reader/intellinux/res
|
||||
Acrobat4/Reader/intellinux/app-defaults/AcroRead
|
||||
Acrobat4/Reader/intellinux/bin/acroread
|
||||
Acrobat4/Reader/intellinux/lib/libAGM.so
|
||||
Acrobat4/Reader/intellinux/lib/libAGM.so.3.0
|
||||
Acrobat4/Reader/intellinux/lib/libreadcore.so
|
||||
Acrobat4/Reader/intellinux/lib/libreadcore.so.4.0
|
||||
Acrobat4/Reader/intellinux/lib/libCoolType.so
|
||||
Acrobat4/Reader/intellinux/lib/libCoolType.so.1.0
|
||||
Acrobat4/Reader/intellinux/lib/libICC.so
|
||||
Acrobat4/Reader/intellinux/lib/libICC.so.1.0
|
||||
Acrobat4/Reader/intellinux/lib/XKeysymDB
|
||||
Acrobat4/Reader/intellinux/plug_ins/Highlight.api
|
||||
Acrobat4/Reader/intellinux/plug_ins/ewh.api
|
||||
Acrobat4/Reader/intellinux/plug_ins/wwwlink.api
|
||||
Acrobat4/Reader/intellinux/plug_ins/AcroForm.api
|
||||
Acrobat4/Reader/intellinux/plug_ins/JavaScripts/AForm.js
|
||||
Acrobat4/Reader/intellinux/plug_ins/JavaScripts/AFStrENU.js
|
||||
Acrobat4/bin/acroread
|
||||
Acrobat4/Resource/Font/AdobeSansMM
|
||||
Acrobat4/Resource/Font/AdobeSansMM.MMM
|
||||
Acrobat4/Resource/Font/AdobeSerifMM
|
||||
Acrobat4/Resource/Font/AdobeSerifMM.MMM
|
||||
Acrobat4/Resource/Font/Arial
|
||||
Acrobat4/Resource/Font/Arial-Bold
|
||||
Acrobat4/Resource/Font/Arial-BoldItalic
|
||||
Acrobat4/Resource/Font/Arial-Italic
|
||||
Acrobat4/Resource/Font/Courier
|
||||
Acrobat4/Resource/Font/Courier-Bold
|
||||
Acrobat4/Resource/Font/Courier-BoldOblique
|
||||
Acrobat4/Resource/Font/Courier-Oblique
|
||||
Acrobat4/Resource/Font/Fonts14.upr
|
||||
Acrobat4/Resource/Font/Symbol
|
||||
Acrobat4/Resource/Font/TimesNewRoman
|
||||
Acrobat4/Resource/Font/TimesNewRoman-Bold
|
||||
Acrobat4/Resource/Font/TimesNewRoman-BoldItalic
|
||||
Acrobat4/Resource/Font/TimesNewRoman-Italic
|
||||
Acrobat4/Resource/Font/ZapfDingbats
|
||||
Acrobat4/Browsers/netscape
|
||||
Acrobat4/Browsers/intellinux/nppdf.so
|
||||
@dirrm Acrobat4/Browsers/intellinux
|
||||
@dirrm Acrobat4/Browsers
|
||||
@dirrm Acrobat4/Resource/Font
|
||||
@dirrm Acrobat4/Resource
|
||||
@dirrm Acrobat4/Reader/intellinux/plug_ins/JavaScripts
|
||||
@dirrm Acrobat4/Reader/intellinux/plug_ins
|
||||
@dirrm Acrobat4/Reader/intellinux/app-defaults
|
||||
@dirrm Acrobat4/Reader/intellinux/bin
|
||||
@dirrm Acrobat4/Reader/intellinux/lib
|
||||
@dirrm Acrobat4/Reader/intellinux
|
||||
@dirrm Acrobat4/Reader/res
|
||||
@dirrm Acrobat4/Reader/help
|
||||
@dirrm Acrobat4/Reader
|
||||
@dirrm Acrobat4/bin
|
||||
@dirrm Acrobat4
|
||||
|
Loading…
Reference in New Issue
Block a user