pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Inline-C Update to 0.65. Add some dependencies.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72dc767c4cd8
branches:  trunk
changeset: 641490:72dc767c4cd8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 09 12:44:42 2014 +0000

description:
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.

diffstat:

 devel/p5-Inline-C/Makefile |  10 +++++++---
 devel/p5-Inline-C/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 0d279edee51c -r 72dc767c4cd8 devel/p5-Inline-C/Makefile
--- a/devel/p5-Inline-C/Makefile        Sun Nov 09 12:36:04 2014 +0000
+++ b/devel/p5-Inline-C/Makefile        Sun Nov 09 12:44:42 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/10/09 14:06:21 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.3 2014/11/09 12:44:42 wiz Exp $
 
-DISTNAME=      Inline-C-0.61
+DISTNAME=      Inline-C-0.65
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Inline/}
@@ -13,6 +12,11 @@
 
 DEPENDS+=      p5-Inline>=0.58:../../devel/p5-Inline
 DEPENDS+=      p5-Parse-RecDescent>=1.80:../../devel/p5-Parse-RecDescent
+DEPENDS+=      p5-File-ShareDir-Install-[0-9]*:../../devel/p5-File-ShareDir-Install
+DEPENDS+=      p5-ExtUtils-MakeMaker>=7.00:../../devel/p5-ExtUtils-MakeMaker
+DEPENDS+=      p5-Pegex>=0.55:../../devel/p5-Pegex
+BUILD_DEPENDS+=        p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
+BUILD_DEPENDS+=        p5-IO-All-[0-9]*:../../devel/p5-IO-All
 
 MAKE_ENV+=     PERL_MM_USE_DEFAULT=1
 
diff -r 0d279edee51c -r 72dc767c4cd8 devel/p5-Inline-C/distinfo
--- a/devel/p5-Inline-C/distinfo        Sun Nov 09 12:36:04 2014 +0000
+++ b/devel/p5-Inline-C/distinfo        Sun Nov 09 12:44:42 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/07/18 02:00:47 wen Exp $
+$NetBSD: distinfo,v 1.2 2014/11/09 12:44:42 wiz Exp $
 
-SHA1 (Inline-C-0.61.tar.gz) = 51512f683a9bc10d48936a36d7e46d0f8cc2dbd6
-RMD160 (Inline-C-0.61.tar.gz) = 0b8300dfaf0a786e2ef43be164fc7783c21f1a7b
-Size (Inline-C-0.61.tar.gz) = 61875 bytes
+SHA1 (Inline-C-0.65.tar.gz) = e847c4aae67bbb3cd5ff801c8877458bd1234c18
+RMD160 (Inline-C-0.65.tar.gz) = 3f79b64a4f186d4b4b80bc76fb56733fc934417f
+Size (Inline-C-0.65.tar.gz) = 72075 bytes



Home | Main Index | Thread Index | Old Index