summaryrefslogtreecommitdiff
path: root/print/foxitreader (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - In Uses/linux.mk use the loop variable directly when appending toTijl Coosemans2016-09-071-1/+1
| | | | | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim Notes: svn path=/head/; revision=421496
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Fix installation when DOCS option is offNicola Vitale2015-02-181-0/+2
| | | | | | | | PR: 197807 Submitted by: xmj Notes: svn path=/head/; revision=379314
* - Add security/linux-c6-nss to dependenciesNicola Vitale2015-02-131-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=378929
* - Add linux-*-dbus-libs to run dependencies [1]Nicola Vitale2015-01-221-4/+5
| | | | | | | | | | - Bump PORTREVISION - Fix LICENSE stuff Reported by: nox (via private email) Notes: svn path=/head/; revision=377663
* Cleanup plistAntoine Brodin2014-11-131-2/+0
| | | | Notes: svn path=/head/; revision=372510
* - Add a dependecy on net/linux-c6-avahi-libs which allows FoxitReader to startLars Engels2014-10-061-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=370149
* - Convert to USES, that handles tar archivesNicola Vitale2014-03-311-22/+11
| | | | | | | | | | | - Add support for stage dir [1] - Enable OPTIONS_SUB (for %%NLS%%) PR: ports/187886 [1] Submitted by: Johannes Jost Meixner <xmj@chaot.net> Notes: svn path=/head/; revision=349771
* Remove trailing whitespaces from category printEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345431
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - convert remaining ports to USES= gettext in print categoryJason Helfman2013-04-301-1/+1
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=316882
* - Fix DISTFILESNicola Vitale2013-04-251-4/+1
| | | | | | | - Remove post-install target Notes: svn path=/head/; revision=316535
* Foxit Reader is a free PDF document viewer for the Linux platform, with a newNicola Vitale2013-04-254-0/+86
streamlined interface, user-customized toolbar, incredibly small size, breezing-fast launch speed and rich features. This empowers PDF document users with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection Tool, Snapshot, and Full Screen capabilities. Foxit Reader for Desktop Linux is provided by Foxit Corporation free for non-commercial use. WWW: http://www.foxitsoftware.com/pdf/desklinux/ Notes: svn path=/head/; revision=316534