From owner-svn-ports-all@freebsd.org Sat May 25 20:24:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 969CA15B571B; Sat, 25 May 2019 20:24:29 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C67D87F4E; Sat, 25 May 2019 20:24:29 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3D12959B; Sat, 25 May 2019 20:24:28 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4PKOSXi071279; Sat, 25 May 2019 20:24:28 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4PKOSxP071270; Sat, 25 May 2019 20:24:28 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201905252024.x4PKOSxP071270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 25 May 2019 20:24:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502630 - in head/graphics: . kxstitch X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/graphics: . kxstitch X-SVN-Commit-Revision: 502630 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2C67D87F4E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.99)[-0.986,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2019 20:24:29 -0000 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 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/