diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-29 08:34:03 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-29 08:34:03 +0000 |
commit | e889a2987a3ca15fcd9d911de1fe835cb35fdbc2 (patch) | |
tree | 4c80b6d5bb8a9e7ad5ca25bc0241a7b59c782f7a /print/acrobatviewer/files | |
parent | 1f25c6c03fd3aed3989bf827d45d7828397952cc (diff) | |
download | FreeBSD-ports-e889a2987a3ca15fcd9d911de1fe835cb35fdbc2.zip FreeBSD-ports-e889a2987a3ca15fcd9d911de1fe835cb35fdbc2.tar.gz |
Initial import of Adobe AcrobatViewer(r) - a new Adobe's free PDF viewer written
entirely in Java
PR: 16606
Submitted by: sobomax
Diffstat (limited to 'print/acrobatviewer/files')
-rw-r--r-- | print/acrobatviewer/files/patch-aa | 48 | ||||
-rw-r--r-- | print/acrobatviewer/files/patch-ab | 11 |
2 files changed, 59 insertions, 0 deletions
diff --git a/print/acrobatviewer/files/patch-aa b/print/acrobatviewer/files/patch-aa new file mode 100644 index 0000000..df5003a --- /dev/null +++ b/print/acrobatviewer/files/patch-aa @@ -0,0 +1,48 @@ +--- AcrobatViewer.lax.orig Fri Feb 11 18:02:57 2000 ++++ AcrobatViewer.lax Fri Feb 11 18:04:07 2000 +@@ -4,7 +4,7 @@ + # -------------------- + # name given the launcher in console windows + +-lax.application.name=AcrobatViewer.exe ++lax.application.name=AcrobatViewer + + + # LAX.CLASS.PATH +@@ -12,7 +12,7 @@ + # the Java classpath necessary to run this application + # Can be separated by colons or semicolons + +-lax.class.path=acrobat.jar;lax.jar ++lax.class.path=acrobat.jar:lax.jar + + + # LAX.COMMAND.LINE.ARGS +@@ -26,7 +26,7 @@ + # ------- + # path to directory holding LaunchAnywhere's native launcher + +-lax.dir=C:\\Program Files\\AdobeAcrobatViewer\\ ++lax.dir=%INSTDIR%/ + + + # LAX.MAIN.CLASS +@@ -47,7 +47,8 @@ + # ----------------- + # the VM to use for the next launch + +-lax.nl.current.vm=C:\\Java\\jdk1.1.8\\bin\\jre.exe ++lax.nl.current.vm=%JAVAVM% ++lax.nl.java.compiler=%JAVAJIT% + + + # LAX.NL.JAVA.LAUNCHER.MAIN.CLASS +@@ -104,7 +105,7 @@ + # -------------------- + # path to the installdir magic folder + +-lax.root.install.dir=C:\\Program Files\\AdobeAcrobatViewer ++lax.root.install.dir=%INSTDIR% + + + # LAX.STDERR.REDIRECT diff --git a/print/acrobatviewer/files/patch-ab b/print/acrobatviewer/files/patch-ab new file mode 100644 index 0000000..fa7cd10 --- /dev/null +++ b/print/acrobatviewer/files/patch-ab @@ -0,0 +1,11 @@ +--- launixgc.sh.orig Thu Dec 2 09:30:38 1999 ++++ launixgc.sh Fri Feb 11 18:00:40 2000 +@@ -421,6 +421,8 @@ + if [ ${jittype:-""} = "off" ] + then + jitinvoc="-Djava.compiler=" ++ else ++ jitinvoc="-Djava.compiler=$jittype" + fi + fi + |