aboutsummaryrefslogtreecommitdiff
path: root/graphics/milton
Commit message (Collapse)AuthorAgeFilesLines
* - Update `graphics/milton' to version 1.9.1Alexey Dokuchaev2019-10-283-36/+7
| | | | | | | | | - Drop local fixes that were integrated upstream Reported by: portscout Notes: svn path=/head/; revision=515854
* Update `graphics/milton' to version 1.9.0.Alexey Dokuchaev2019-09-303-8/+47
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=513340
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* - Update `graphics/milton' to version 1.6.2Alexey Dokuchaev2019-06-243-10/+19
| | | | | | | | | | | | | - It's written in C++11, so pull the right compiler - Don't try to decode errnos which are never returned on FreeBSD and thus might not be defined with some compilers - Fix the build on !x86 by removing unused intrinsic headers - Add some missing USE_* components reported by stage Q/A PR: 238021 Notes: svn path=/head/; revision=505022
* - Fix LICENSE: their website says it's MIT, but the source code comesAlexey Dokuchaev2019-03-223-4/+60
| | | | | | | | | | | | | | | | | with GPLv3 boilerplate file and README.md says "GPLv3 or later"; - Milton comes with custom TTF font, without it GUI looks pretty bad, so install it under ${DATADIR} and set the font path in the program; - Similar to WIN32 code, set window icon in the platform_setup_cursor() function using the IMG_Load() from SDL2 ``image'' package. While it can load Windows ICO files directly, for files with multiple images, the first one found with the highest color count is chosen, which in our case is 16x16x32 (the smallest). Tentatively extract all icons as PNG files, install them all, and use 256x256 icon by default. Notes: svn path=/head/; revision=496552
* Milton is an open source application that lets you Just Paint.Alexey Dokuchaev2019-03-199-0/+145
WWW: https://www.miltonpaint.com/ Notes: svn path=/head/; revision=496288