aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imv
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: update to 67.1Jan Beich2020-04-241-1/+1
| | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
* devel/icu: update to 66.1Jan Beich2020-03-131-0/+1
| | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
* graphics/imv: Update to v4.1.0Tobias Kortkamp2019-12-222-9/+14
| | | | | | - Enable all native backends by default Changes: https://github.com/eXeC64/imv/blob/v4.1.0/CHANGELOG
* graphics/imv: fix build on GCC architecturesPiotr Kubaj2019-09-201-1/+2
| | | | | | Use new GCC to fix build errors when using base GCC. Approved by: mentors (implicit approval)
* graphics/imv: Update to v4.0.1Tobias Kortkamp2019-08-292-4/+4
| | | | Changes: https://github.com/eXeC64/imv/blob/v4.0.1/CHANGELOG
* graphics/imv: Update to v4.0.0Tobias Kortkamp2019-08-272-9/+36
| | | | Changes: https://github.com/eXeC64/imv/blob/v4.0.0/CHANGELOG
* graphics/imv: Update to 3.1.1Tobias Kortkamp2019-06-233-49/+44
| | | | | | | | | | | | | | | | | This allows us to drop the custom Makefile patch and install files with the right permissions. Thanks to @eXeC64 for putting out a new release for this. While here - Take it back - Fix license - Make sure a2x runs during build instead of install - Expose options for the new backends - Make FREEIMAGE support optional - Use USE_GNOME=librsvg2 Changes: https://github.com/eXeC64/imv/blob/v3.1.1/CHANGELOG
* graphics/imv: update to 3.1.0Fernando ApesteguĂ­a2019-06-222-6/+9
| | | | | | | | | | | | | | | | | | | | | | From ChangeLog (https://github.com/eXeC64/imv/blob/master/CHANGELOG): * Added support for multiple image loaders, allowing imv to use libraries other than FreeImage. This adds support for SVGs, and in the future, other formats as required. * Loaders added for libpng, libtiff, librsvg, libturbojpeg. * Added support for binding multiple commands to a single key * Support for hidpi rendering with SDL >= 2.0.10 * Added -v flag to show version number * Allow 'Escape' to be bound, changing bind abort sequence to 2x'Escape' * Fixed bug where path list from stdin would sometime be truncated * New releases only published under the MIT license, with FreeImage optionally used under the FIPL * Fixed several memory leaks * Miscellaneous code cleanup and documentation fixes While here, pet portlint. Reported by: portscout
* Update graphics/imv to 3.0.0Fernando ApesteguĂ­a2018-05-143-12/+38
| | | | | | | | | | * Use DISTVERSION instead PORTVERSION * Remove custom do-install target PR: 227097 Reported by: lebarondemerde@privacychain.ch Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15397
* Drop maintainership of graphics/imvTobias Kortkamp2018-04-081-1/+1
|
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-261-1/+1
| | | | Approved by: portmgr (blanket)
* Fix building, provide TEST_TARGET.Mikhail Teterin2017-04-171-1/+3
| | | | | Approved by: tobik (maintainer) Sponsored by: Unemployment Insurance
* Update MAINTAINER to tobik@FreeBSD.org for my portsTobias Kortkamp2017-02-151-1/+1
| | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610
* graphics/imv: update to 2.1.3Jan Beich2016-10-272-4/+4
| | | | | | Changes: https://github.com/eXeC64/imv/compare/v2.1.2...v2.1.3 PR: 213702 Submitted by: Tobias Kortkamp (maintainer)
* imv is a command line image viewer intended for use with tiling windowPawel Pekala2016-07-123-0/+47
managers. It supports over 30 different image file formats including: Photoshop PSD files, animated GIFS, and various RAW formats. WWW: https://github.com/eXeC64/imv/ PR: 210951 Submitted by: Tobias Kortkamp <t@tobik.me>