aboutsummaryrefslogtreecommitdiff
path: root/graphics/kxstitch
Commit message (Collapse)AuthorAgeFilesLines
* Mk/Uses/magick.mk: Bump all consumersFelix Palmen2023-04-301-1/+1
| | | | | | Bump all consumers of ImageMagick ports after flavorizing them. Approved by: tcberner (mentor, implicit)
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-2/+2
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* graphics/kxstitch: pet stage-qaDima Panov2022-09-051-2/+2
|
* framework: Add new USES 'magick' for graphics/ImageMagick*Tobias C. Berner2021-12-111-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | A new USES has been added to depend on ImageMagick. USES=magick adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}. If a specific version is required, use for example USES=magick:6 resp. USES=magick:7 If only a build, run or test is required, use for example USES=magick:build resp. USES=magick:6,build,test If a dependency on the nox11 flavor is required, use for example USES=magick:nox11 resp. USES=magick:7,nox11,run,test See magick.mk for more details on the available flags. The tree has been completely converted to make use of this. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D32754
* KDE not-Applications: chase doctoolsAdriaan de Groot2021-04-221-2/+3
| | | | | | These ports use KDE Frameworks and require kdoctools to build. Since that is no longer an implicit build & run dependency, (re)introduce it explicitly as a build-time dependency.
* 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