diff options
author | dmcmahill <dmcmahill> | 2000-01-14 15:19:28 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-01-14 15:19:28 +0000 |
commit | 1cc313e6379d4c24b73cb9114d447808607fe44a (patch) | |
tree | 9c853b4a33d6ef4a63d01e89d89fe1811a434a9b /print/acroread3/files | |
parent | 414318df6b8c33b5e02ecb156a3b9e7d92981b46 (diff) | |
download | pkgsrc-1cc313e6379d4c24b73cb9114d447808607fe44a.tar.gz |
Acrobat Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file. PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.
This is version 3 of the Adobe Acrobat Reader. The reason for adding acroread3
to the package collection when we also have acroread4 is that acroread4 does
not run in the current state (January 2000) of our SVR4 binary emulation. The
missing system calls are non-trivial. Hence I wanted to make sure sparc users
had a version of acroread. Note that acroread3 is available for sunos and this
version does correctly run under our SunOS emulation.
Diffstat (limited to 'print/acroread3/files')
-rw-r--r-- | print/acroread3/files/acroread.diff | 34 | ||||
-rw-r--r-- | print/acroread3/files/md5 | 6 | ||||
-rw-r--r-- | print/acroread3/files/patch-sum | 3 |
3 files changed, 43 insertions, 0 deletions
diff --git a/print/acroread3/files/acroread.diff b/print/acroread3/files/acroread.diff new file mode 100644 index 00000000000..4879586eaa3 --- /dev/null +++ b/print/acroread3/files/acroread.diff @@ -0,0 +1,34 @@ +$NetBSD: acroread.diff,v 1.1.1.1 2000/01/14 15:19:28 dmcmahill Exp $ + +--- acroread.orig Tue Jan 11 13:05:56 2000 ++++ acroread Tue Jan 11 13:12:42 2000 +@@ -210,4 +210,22 @@ + export ACRO_CONFIG + ;; ++ NetBSD) ++ machine_type=`uname -p` ++ case "$machine_type" in ++ alpha) ++ ACRO_CONFIG=alphaosf ++ export ACRO_CONFIG ++ ;; ++ i386) ++ ACRO_CONFIG=intellinux ++ export ACRO_CONFIG ++ ;; ++ sparc) ++ ACRO_CONFIG=sparcsun ++ export ACRO_CONFIG ++ ;; ++ esac ++ ;; ++ + esac + +@@ -310,4 +328,6 @@ + LD_LIBRARY_PATH="`prepend "$ACRO_INSTALL_DIR/$ACRO_CONFIG/lib:$ACRO_INSTALL_DIR/$ACRO_CONFIG/lib" "$LD_LIBRARY_PATH"`" + export LD_LIBRARY_PATH ++ LC_CTYPE="C" ++ export LC_CTYPE + ;; + intelbsdi) diff --git a/print/acroread3/files/md5 b/print/acroread3/files/md5 new file mode 100644 index 00000000000..383b7dd1c69 --- /dev/null +++ b/print/acroread3/files/md5 @@ -0,0 +1,6 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/14 15:19:28 dmcmahill Exp $ + +MD5 (acroread_linux_301.tar.gz) = 3c168eab471aef91f1436c57ba7963b2 +MD5 (acroread_osf_301.tar.gz) = 19ffa95382dcb04ef3efc686e3ba1a6c +MD5 (acroread_solaris_301.tar.gz) = f09b76b76638d028f029636eab819699 +MD5 (acroread_sunos_301.tar.gz) = 68dfc97aadbedc77d956db29e5766f94 diff --git a/print/acroread3/files/patch-sum b/print/acroread3/files/patch-sum new file mode 100644 index 00000000000..d41c281e1ef --- /dev/null +++ b/print/acroread3/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/01/14 15:19:28 dmcmahill Exp $ + +MD5 (patch-aa) = 7545b809bc9106ac31fc3472b63db62e |