Received: by mail.netbsd.org (Postfix, from userid 605) id 896B684DAF; Sat, 2 Jun 2018 18:44:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A02B784D5F for ; Sat, 2 Jun 2018 18:44:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IZv9p0GdMgMV for ; Sat, 2 Jun 2018 18:44:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 01A9884D4B for ; Sat, 2 Jun 2018 18:44:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFC71FBEC; Sat, 2 Jun 2018 18:44:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527965090178520" MIME-Version: 1.0 Date: Sat, 2 Jun 2018 18:44:50 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/meta-pkgs/kf5 To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20180602184450.EFC71FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1527965090178520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Jun 2 18:44:50 UTC 2018 Modified Files: pkgsrc/meta-pkgs/kf5: DESCR Log Message: Rewrap and kill indentation. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/meta-pkgs/kf5/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527965090178520 Content-Disposition: inline Content-Length: 1568 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/kf5/DESCR diff -u pkgsrc/meta-pkgs/kf5/DESCR:1.1 pkgsrc/meta-pkgs/kf5/DESCR:1.2 --- pkgsrc/meta-pkgs/kf5/DESCR:1.1 Thu May 26 10:04:45 2016 +++ pkgsrc/meta-pkgs/kf5/DESCR Sat Jun 2 18:44:50 2018 @@ -1,10 +1,9 @@ - Frameworks 5 is the next generation of KDE libraries, modularized and - optimized for easy integration in Qt applications. The Frameworks - offer a wide variety of commonly needed functionality in mature, peer - reviewed and well tested libraries with friendly licensing - terms. There are over 70 different Frameworks as part of this release - providing solutions including hardware integration, file format - support, additional widgets, plotting functions, spell checking and - more. Many of the Frameworks are cross platform and have minimal or - no extra dependencies making them easy to build and add to any Qt - application. \ No newline at end of file +Frameworks 5 is the next generation of KDE libraries, modularized and +optimized for easy integration in Qt applications. The Frameworks offer a +wide variety of commonly needed functionality in mature, peer reviewed +and well tested libraries with friendly licensing terms. There are over +70 different Frameworks as part of this release providing solutions +including hardware integration, file format support, additional widgets, +plotting functions, spell checking and more. Many of the Frameworks are +cross platform and have minimal or no extra dependencies making them easy +to build and add to any Qt application. \ No newline at end of file --_----------=_1527965090178520--