aboutsummaryrefslogtreecommitdiffstats
path: root/print/acroreadwrapper
Commit message (Collapse)AuthorAgeFilesLines
* Remove ports of Adobe Reader 7 and the localized versions because ofhrs2008-09-062-18/+6
| | | | | | | | | security vulnerability. The print/acroreadwrapper new supports acroread8 only. Security: CVE-2008-2641 Security: CVE-2008-0883 Security: http://www.adobe.com/support/security/bulletins/apsb08-15.html
* Update to 20080110. GTK_IM_MODULE and XMODIFIERS hack is addedhrs2008-04-142-9/+38
| | | | | | | and enabled by default. To disable this, you need to set $ADOBE_DISABLEIMMODULEHACK to YES. Discussed on: freebsd-ports@
* Update to 20071020. Add Adobe Reader 8 support and $ADOBE_VERhrs2008-01-052-11/+55
| | | | knob.
* - Use ${LINUXBASE}/bin/sh instead of /bin/sh to prevent issues due tohrs2007-09-242-8/+11
| | | | | | | | difference of pathname lookup[*]. - Refine messages when localized acroread not found. - Some cleanups. PR: ports/113468 [*]
* %%ACROBASE%% and %%ADOBEBASE%% are now handled by acroread ports.hrs2007-06-232-9/+2
| | | | Spotted by: pointyhat
* Fix wrong variable names forgotten in the previous commit.hrs2007-06-092-8/+8
|
* Use @dirrmtry for Adobe and Adobe/Acrobat7.0 directorieshrs2007-06-092-7/+7
| | | | | | | (and use ADOBEBASE and ACROBASE for consistency). PR: ports/112941 Submitted by: edwin
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Fix plugin directory (not under %%LINUXBASE%%).hrs2006-02-222-5/+5
| | | | Pointed out by: nyan
* - Unbreakpav2006-02-221-1/+1
| | | | | Reported by: Roman Divacky <xdivac02@stud.fit.vutbr.cz> Pointy hat to: hrs
* Add print/acroreadwrapper, a wrapper script for Adobe Reader to pickhrs2006-02-225-0/+139
up one of the localized versions installed according to ${LANG} or ${ADOBE_LANG} environment variable. Discussed with: netchild and mezz