Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B1776A5806 for ; Mon, 31 Mar 2014 08:34:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 274C114A4E9; Mon, 31 Mar 2014 08:34:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 577EC14A4DC for ; Mon, 31 Mar 2014 08:34:34 +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 yLE21rwoGWLv for ; Mon, 31 Mar 2014 08:34:33 +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 9FE3F14A4D4 for ; Mon, 31 Mar 2014 08:34:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9C58696; Mon, 31 Mar 2014 08:34:33 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 31 Mar 2014 08:34:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/global To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140331083433.9C58696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Mar 31 08:34:33 UTC 2014 Modified Files: pkgsrc/devel/global: Makefile distinfo Log Message: Update to 6.2.11: Version 6.2.11 - March 12 2014 [CHANGES] New facilities: o global: New -S (--scope) option. This option prints only tags which exist under . It is similar to the -l option, but different from it in that you need not change directory. o gtags: Now, the skip list allows glob file patterns (*, ?, [...], [!...], [^...]). o gtags.conf: Added the following glob patterns to the skip list: *.orig,*.rej,*.bak,*~,#*#,*.swp,*.tmp,*_flymake.*,*_flymake o gtags: Now, the -I option supports file list (-f option or gtags.files). Instead, idutils 4.5 or later is required. [FIXED BUGS] o global: With combination of the --invert-match and --literal, it does not match the last line of files. Now it works. o global: Literal search with the -i option prints an unmatched tag in a certain kind of case. Now it works. o global: 'global -cI' without argument causes segmentation fault. Now it works. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/global/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/global/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.