From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 11 07:32:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C4804E9 for ; Mon, 11 May 2015 07:32:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CCDE18E0 for ; Mon, 11 May 2015 07:32:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4B7WDcO027192 for ; Mon, 11 May 2015 07:32:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200117] [NEW PORT] editors/plume-creator-devel: QT4 based editor for novelists Date: Mon, 11 May 2015 07:32:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yamagi@yamagi.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 07:32:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200117 Bug ID: 200117 Summary: [NEW PORT] editors/plume-creator-devel: QT4 based editor for novelists Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: yamagi@yamagi.org Created attachment 156641 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156641&action=edit sh archove with editors/plume-creator-devel Attached is the sh archive to editors/plume-creator-devel. Plume Creator is a Qt4 based editor for novelists. It supports an outline, a node manager, mise en scene, distraction free mode and much more. I've ported the current git head (therefor the name plume-creator-devel) and not the last release for several reasons: - The last release (0.66.2) is two and a half years old. - The last release has several serious bugs. - The last release segfaults on FreeBSD and fixing it would require heavy patching. The development of Plume Creator is rather low volume, there were only 5 commits in 2014 and so far none in 2015. So this port won't have many updates, too. To the port: - Option helpers are used for everything, of course. - I've chosen the date as version number. - I don't know if "QMAKE_ARGS= ${WRKSRC}/plume-creator.pro" is really correct, but without specifying the project file qmake won't create the makefiles. - patch-src__rtf__writer.cpp adds a missing include. - patch-src__textzone.cpp removes some unicode crap. Necessary for FreeBSD 8.4 only. The port was tested with Poudriere on FreeBSD 8.4, 9.3 and 10.1. -- You are receiving this mail because: You are the assignee for the bug.