aboutsummaryrefslogtreecommitdiff
path: root/graphics/kxstitch
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+2
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* 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
* graphics/kxstitch: fix buildPiotr Kubaj2019-06-131-1/+1
| | | | | | | | | Add USES=compiler:c++11-lang to fix build. Approved by: mentors (implicite approval) Notes: svn path=/head/; revision=504136
* Update graphics/kxstitch to latest upstream release.Adriaan de Groot2019-06-103-9/+5
| | | | | | | | | | | | - patch from git no longer needed - This release adds a cropping tool to the image importing function. There are several bug fixes with image importing relating to the various ImageMagick library versions, and some compilation fixes for later KDE/Qt versions. This release also fixes the file opening bug found with later versions of KDE/Qt. Notes: svn path=/head/; revision=503926
* graphics/kxstitch: follow up to r502630 -- add missing plistTobias C. Berner2019-05-251-0/+205
| | | | Notes: svn path=/head/; revision=502632
* New port: graphics/kxstitch -- KXStitch is a cross stitch pattern editor by KDE.Tobias C. Berner2019-05-253-0/+42
Features * Importing images * Multiple floss palettes * Multiple stitch types * Pattern libraries * Reads PCStitch files * Flexible printing options https://kde.org/applications/graphics/kxstitch/ Notes: svn path=/head/; revision=502630