Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (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 D23297A0F0 for ; Tue, 29 Dec 2015 15:31:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 785BE85E9C; Tue, 29 Dec 2015 15:31:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 071E084CE5 for ; Tue, 29 Dec 2015 15:31:14 +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 aEm6bRuIlDNB for ; Tue, 29 Dec 2015 15:31:13 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5FB9984C6C for ; Tue, 29 Dec 2015 15:31:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58AF1FBA5; Tue, 29 Dec 2015 15:31:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 29 Dec 2015 15:31:13 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/devel/fossil To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20151229153113.58AF1FBA5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: nros Date: Tue Dec 29 15:31:13 UTC 2015 Modified Files: pkgsrc/devel/fossil: Makefile PLIST distinfo Log Message: Update fossil to version 1.34. Remove readline dependency fossil now uses the linenoise library (embedded src). Install manpage, license and linenoise license. Changelog: * Make the fossil clean command undoable for files less than 10MiB. * Update internal Unicode character tables, used in regular expression handling, from version 7.0 to 8.0. * Add the new amend command which is used to modify tags of a "check-in". * Fix bug in import command, handling version 3 of the svndump format for subversion. * Add the all cache command. * TH1 enhancements: Add minimal [lsearch] command. Only exact case-sensitive matching is supported. Add the [glob_match], [markdown], [dir], and [encode64] commands. Add the [tclIsSafe] and [tclMakeSafe] commands to the Tcl integration subsystem. Add 'double', 'integer', and 'list' classes to the [string is] command. * Add the --undo option to the diff command. * Build-in Antirez's "linenoise" command-line editing library for use with the fossil sql command on Unix platforms. * Add stash cat as an alias for the stash show command. * Automatically pull before fossil merge when auto-sync is enabled. * Fix --hard option to fossil mv and fossil rm to enable them to work properly with certain relative paths. * Change the mimetype for ".n" and ".man" files to text/plain. * Display improvements in the fossil bisect chart command. * Updated the built-in SQLite to version 3.9.1 and activated JSON1 and FTS5 support (both currently unused within Fossil). To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/fossil/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/fossil/PLIST cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/fossil/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.