aboutsummaryrefslogtreecommitdiff
path: root/graphics/ksnip
Commit message (Collapse)AuthorAgeFilesLines
* Patch UB in graphics/ksnipAdriaan de Groot2020-12-305-0/+45
| | | | | | | | | | | | | | | | | Various functions did if-linux-else-windows-else-apple, leaving us behind; when those functions are supposed to return a value, but don't, that's Undefined Behavior. It's allowed to crash, or do something else. There were already patches adding the "other" case, here's a handful more of them. I chose to patch the existing port, rather than trying to chase an update to the recently-released 1.8.0, because that's a little less work *right now*. PR: 252229 Reported by: Guido Kollerie Notes: svn path=/head/; revision=559684
* graphics/ksnip: make portscout ignore the 'continuous' releaseTobias C. Berner2020-09-031-0/+2
| | | | Notes: svn path=/head/; revision=547445
* Update graphics/ksnip to latest upstream revisionAdriaan de Groot2020-08-136-13/+24
| | | | | | | | | | | | | | - various bugfixes - files installed to more "standard" locations Release notes at (2 links, we skipped one release) https://github.com/ksnip/ksnip/releases/tag/v1.7.3 https://github.com/ksnip/ksnip/releases/tag/v1.7.2 Reported by: portscout Notes: svn path=/head/; revision=544799
* Update graphics/{kimageannotator,ksnip} to latest upstream release.Adriaan de Groot2020-06-272-4/+4
| | | | | | | | | Release notes at https://github.com/ksnip/ksnip/releases/tag/v1.7.1 Most of the FreeBSD patches have been upstreamed for a later release. Notes: svn path=/head/; revision=540593
* New port graphics/ksnipAdriaan de Groot2020-06-2413-0/+186
This is a multi-platform screenshotting tool, integrating well with KDE Plasma, GNOME Shell, etc. under both X11 and Wayland. It supports extensive screenshot annotations and multiple captures (useful for looking at UI changes in something you're working on). There's a bunch of patches, but they're all trivial and have been reported upstream. Notes: svn path=/head/; revision=540027