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 8AF37A6603 for ; Sun, 9 Nov 2014 12:44:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E2DFD14A170; Sun, 9 Nov 2014 12:44:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 49ECC14A16F for ; Sun, 9 Nov 2014 12:44:43 +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 Tj7Ms0S0aKX7 for ; Sun, 9 Nov 2014 12:44: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 5A81814A16C for ; Sun, 9 Nov 2014 12:44:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4A1AC98; Sun, 9 Nov 2014 12:44:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 9 Nov 2014 12:44:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Inline-C To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20141109124442.4A1AC98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Nov 9 12:44:42 UTC 2014 Modified Files: pkgsrc/devel/p5-Inline-C: Makefile distinfo Log Message: Update to 0.65. Add some dependencies. 0.65 Tue Nov 4 04:23:45 GMT 2014 - Changes to example modules' tests - Updates for EUMM 7.00's support for PERL IN SPACE - Cookbook addition to use autowrap to replace h2xs 0.64 Fri Sep 19 23:22:49 UTC 2014 - Major release for all the work since 0.62 - Renamed the parser modules - Adjusted the `using` paramater - Updated docs 0.62_13 Thu Sep 11 17:37:28 PDT 2014 - Remove XXX debugging 0.62_12 Sun Sep 7 00:37:23 MDT 2014 - Add issue/27 TODO test - Switch back to Parse::Recdescent for now 0.62_11 Tue Aug 19 16:14:10 PDT 2014 - Replace tabs with spaces 0.62_10 Tue Aug 19 15:54:05 PDT 2014 - Doc fix from Jin++ 0.62_09 Sat Aug 16 16:38:38 PDT 2014 - Remove $testdir vars from tests 0.62_08 Sat Aug 16 15:00:53 PDT 2014 - Remove .gitignore 0.62_07 Sat Aug 16 11:13:27 PDT 2014 - Meta 0.0.2 0.62_06 Sat Aug 16 01:25:40 PDT 2014 - Clean up test code 0.62_05 Fri Aug 15 19:58:53 PDT 2014 - Add t/000-require-modules.t 0.62_04 Fri Aug 15 18:24:39 PDT 2014 - Add t/000-compile-modules.t 0.62_03 Fri Aug 1 21:10:35 PDT 2014 - Fix test/requires 0.62_02 Fri Aug 1 18:00:01 PDT 2014 - Pegex replaces Parse::RecDescent as the default parser 0.62_01 Tue Jul 29 02:22:12 BST 2014 - version-parsing improvements - Test module build in dir with space. - Perl licence on Cookbook - t/TestInlineSetup.pm fixes for Windows DLLs, tainting 0.62 Sat Jul 19 22:43:12 BST 2014 - eg/modules moved to here as they're C - tests each use own dir, and all use Test::More and test/TestInlineSetup.pm. - doc/Inline/C/Cookbook.swim mention strings can be UTF-8. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Inline-C/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Inline-C/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.