summaryrefslogtreecommitdiff
path: root/print/acroreadwrapper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use libgtkembedmoz from www/linux-libgtkembedmoz instead of www/linux-nvu.Hiroki Sato2010-08-082-3/+5
| | | | Notes: svn path=/head/; revision=258905
* Fix post-install target.Hiroki Sato2009-03-291-3/+0
| | | | | | | Spotted by: Jeff Molofee Notes: svn path=/head/; revision=231226
* Add acroread9, Adobe Reader 9.1.0. For changes since Adobe ReaderHiroki Sato2009-03-283-29/+19
| | | | | | | | | 8.x, see the following URL: http://blogs.adobe.com/acroread/2009/03/#entry-9871 Notes: svn path=/head/; revision=231205
* Remove ports of Adobe Reader 7 and the localized versions because ofHiroki Sato2008-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 Notes: svn path=/head/; revision=219974
* Update to 20080110. GTK_IM_MODULE and XMODIFIERS hack is addedHiroki Sato2008-04-132-9/+38
| | | | | | | | | | and enabled by default. To disable this, you need to set $ADOBE_DISABLEIMMODULEHACK to YES. Discussed on: freebsd-ports@ Notes: svn path=/head/; revision=211183
* Update to 20071020. Add Adobe Reader 8 support and $ADOBE_VERHiroki Sato2008-01-042-11/+55
| | | | | | | knob. Notes: svn path=/head/; revision=205020
* - Use ${LINUXBASE}/bin/sh instead of /bin/sh to prevent issues due toHiroki Sato2007-09-232-8/+11
| | | | | | | | | | | difference of pathname lookup[*]. - Refine messages when localized acroread not found. - Some cleanups. PR: ports/113468 [*] Notes: svn path=/head/; revision=200003
* %%ACROBASE%% and %%ADOBEBASE%% are now handled by acroread ports.Hiroki Sato2007-06-232-9/+2
| | | | | | | Spotted by: pointyhat Notes: svn path=/head/; revision=194122
* Fix wrong variable names forgotten in the previous commit.Hiroki Sato2007-06-092-8/+8
| | | | Notes: svn path=/head/; revision=193100
* Use @dirrmtry for Adobe and Adobe/Acrobat7.0 directoriesHiroki Sato2007-06-092-7/+7
| | | | | | | | | | (and use ADOBEBASE and ACROBASE for consistency). PR: ports/112941 Submitted by: edwin Notes: svn path=/head/; revision=193093
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix plugin directory (not under %%LINUXBASE%%).Hiroki Sato2006-02-222-5/+5
| | | | | | | Pointed out by: nyan Notes: svn path=/head/; revision=156647
* - UnbreakPav Lucistnik2006-02-211-1/+1
| | | | | | | | Reported by: Roman Divacky <xdivac02@stud.fit.vutbr.cz> Pointy hat to: hrs Notes: svn path=/head/; revision=156628
* Add print/acroreadwrapper, a wrapper script for Adobe Reader to pickHiroki Sato2006-02-215-0/+139
up one of the localized versions installed according to ${LANG} or ${ADOBE_LANG} environment variable. Discussed with: netchild and mezz Notes: svn path=/head/; revision=156605