Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4A112A5B2E for ; Fri, 12 Dec 2014 08:52:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E0FF114A2A7; Fri, 12 Dec 2014 08:52:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA34B14A2A6 for ; Fri, 12 Dec 2014 08:52:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZM_pfkw97uI7 for ; Fri, 12 Dec 2014 08:52:42 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 694C914A2A5 for ; Fri, 12 Dec 2014 08:52:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5D98B98; Fri, 12 Dec 2014 08:52:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 12 Dec 2014 08:52:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors/Sigil To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20141212085242.5D98B98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Dec 12 08:52:42 UTC 2014 Modified Files: pkgsrc/editors/Sigil: Makefile PLIST distinfo Log Message: Update to 0.8.2: Sigil 0.8.2 2014.11.28 - Validator plugin type which can load validation results into the main window validation panel. - Corrections to Sigil Plugin Framework Documentation - Pull request #17: Fix typos in README.md - Additional python plugin interface features: - multiple plugin engines now allowed for plugins that work on both python 2.7 and python 3.4 - launcher revision date interface - plugin stdout will now appear immediately in Sigil - Multiple plugin launcher bug fixes: - make parsing more robust to poorly formed xhtml - modified text iterator to follow spine order - bug fixes for readotherfile, and writeotherfile - bug fixes for guide types and setting the guide To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/editors/Sigil/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/Sigil/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/Sigil/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.