Date: Sat, 25 May 2019 20:24:28 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502630 - in head/graphics: . kxstitch Message-ID: <201905252024.x4PKOSxP071270@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat May 25 20:24:27 2019 New Revision: 502630 URL: https://svnweb.freebsd.org/changeset/ports/502630 Log: New port: graphics/kxstitch -- KXStitch is a cross stitch pattern editor by KDE. Features * Importing images * Multiple floss palettes * Multiple stitch types * Pattern libraries * Reads PCStitch files * Flexible printing options https://kde.org/applications/graphics/kxstitch/ Added: head/graphics/kxstitch/ head/graphics/kxstitch/Makefile (contents, props changed) head/graphics/kxstitch/distinfo (contents, props changed) head/graphics/kxstitch/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat May 25 20:16:30 2019 (r502629) +++ head/graphics/Makefile Sat May 25 20:24:27 2019 (r502630) @@ -408,6 +408,7 @@ SUBDIR += kphotoalbum SUBDIR += krita SUBDIR += kudu + SUBDIR += kxstitch SUBDIR += l2p SUBDIR += largetifftools SUBDIR += laternamagica Added: head/graphics/kxstitch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kxstitch/Makefile Sat May 25 20:24:27 2019 (r502630) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= kxstitch +DISTVERSION= 2.1.1 +MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} +CATEGORIES= graphics kde + +PATCH_SITES= https://github.com/KDE/${PORTNAME}/commit/ +PATCHFILES= 9db3fcf9cd367681c0864238dc5009a604f3896c.patch:-p1 + +MAINTAINER= kde@FreeBSD.org +COMMENT= Cross stitch pattern editor + +LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6 \ + libMagickCore-6.so:graphics/ImageMagick6 + +USES= cmake desktop-file-utils kde:5 qt:5 tar:xz +USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \ + i18n itemviews jobwidgets kio service solid sonnet textwidgets \ + widgetsaddons xmlgui +USE_QT= concurrent core dbus gui network printsupport widgets x11extras \ + xml \ + buildtools_build qmake_build +USE_XORG= ice sm x11 xext + +.include <bsd.port.mk> Added: head/graphics/kxstitch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kxstitch/distinfo Sat May 25 20:24:27 2019 (r502630) @@ -0,0 +1,5 @@ +TIMESTAMP = 1558812636 +SHA256 (kxstitch-2.1.1.tar.xz) = a194f366223f8eee7d93b2ace9c464c8ed968d5e928175bc4f49fbba9b4d8e15 +SIZE (kxstitch-2.1.1.tar.xz) = 1726364 +SHA256 (9db3fcf9cd367681c0864238dc5009a604f3896c.patch) = a9d3be5ca529ff1dcd86b96deb438ceafe949cc2917c4333d722cb50ed40504c +SIZE (9db3fcf9cd367681c0864238dc5009a604f3896c.patch) = 983 Added: head/graphics/kxstitch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kxstitch/pkg-descr Sat May 25 20:24:27 2019 (r502630) @@ -0,0 +1,11 @@ +KXStitch is a cross stitch pattern editor by KDE. +Features + + * Importing images + * Multiple floss palettes + * Multiple stitch types + * Pattern libraries + * Reads PCStitch files + * Flexible printing options + +WWW: https://kde.org/applications/graphics/kxstitch/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905252024.x4PKOSxP071270>