pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Mouse Update from version 0.40 to version 0.47



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6254a4e24d2
branches:  trunk
changeset: 569739:a6254a4e24d2
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jan 17 10:35:53 2010 +0000

description:
Update from version 0.40 to version 0.47

Pkgsrc changes:
- adjust dependencies
- Remove commented stuff
- C compiler is now needed
- Set PERL5_MODULE_TYPE to Module::Install::Bundled as upstream bundles
some Module::Install extensions

Upstream changes:
0.47 Fri Jan 15 15:07:21 2010
    * Makefile.PL
        - Shipped with M::I::XSUtil 0.21 (gfx)
        - Fixed an issue that gcc 4.0 don't support -Wc++-compat (gfx)
    * Mouse
        - Add a caveat on XS callbacks to the pod (gfx)

0.46 Sat Jan  9 17:54:30 2010
    * Mouse::Meta::Attribute
        - Add support for code references for handles
            patched by Frank Cuny (gfx)
    * Mouse::Util::TypeConstraints
        - Fix Str and ScalarRef for typeglobs, lvalues, and etc. (gfx)
    * oose.pm
        - Add Moose::Util::TypeConstraints exports to allow easier testing
            of TypeConsraints from the command line (gfx)

0.4501 Tue Dec 22 16:02:15 2009
    * Fix an issue on circular dependencies (RT #52939, thanks to t0m)
     - (see also http://rt.cpan.org/Public/Bug/Display.html?id=52939 )

0.45 Sat Dec 19 17:22:46 2009
    * Fix filename portability issue (RT #52828, thanks to Peter Edwards)

    * Fix an issue that definitions of anonymous types could fail (gfx)

    * Mouse::Meta::Attributes
        - Add set_value/get_value/has_value/clear_value (gfx)
          (Note that thsese methods are depend on the accessors)

    * Test::Mouse
        - Add with_immutable (gfx)

0.44 Wed Dec  9 21:43:21 2009
    * Shipped with Module::Install::XSUtil 0.19 (gfx)

    * Test::Mouse
        - Added (gfx)

    * Mouse::Util::TypeConstraints
        - Add duck_type (gfx)

0.43 Mon Dec  7 14:21:59 2009
    * Improve documents

    * Mouse::Meta::Module
        - Remove undocumented has_package_symbol and get_package_symbol (gfx)
            (They are introduced in 0.41, but seem useless in Mouse)

0.42 Sat Dec  5 16:05:06 2009
    * Fix a PAUSE indexing issue (gfx)

0.41 Sat Dec  5 15:00:33 2009
    * This is the first stable version of Mouse::XS
        - Mouse::XS is about 2 times faster than Mouse::PurePerl

    * SUMMARY
        - Many stuff are now in XS
        - Support "use Mouse -traits => ..." subdirective

    * INCOMPATIBILITY CHANGES (but compatible with Moose)
        - The type of default value is constrained correctly
        - The default values is weakend correctly
        - BUILDALL/DEMOLISHALL are no longer called

diffstat:

 devel/p5-Mouse/Makefile |  16 +++++-----------
 devel/p5-Mouse/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 15 deletions(-)

diffs (48 lines):

diff -r a26da852099d -r a6254a4e24d2 devel/p5-Mouse/Makefile
--- a/devel/p5-Mouse/Makefile   Sun Jan 17 08:48:41 2010 +0000
+++ b/devel/p5-Mouse/Makefile   Sun Jan 17 10:35:53 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2009/11/08 16:50:54 seb Exp $
+# $NetBSD: Makefile,v 1.19 2010/01/17 10:35:53 seb Exp $
 
-DISTNAME=      Mouse-0.40
+DISTNAME=      Mouse-0.47
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}
@@ -12,19 +12,13 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_LANGUAGES= # empty
-
-#DEPENDS+=     p5-Class-Method-Modifiers>=1.01:../../devel/p5-Class-Method-Modifiers
-#DEPENDS+=     p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
-#DEPENDS+=     p5-Moose-[0-9]*:../../devel/p5-Moose
-#DEPENDS+=     p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter
-
 BUILD_DEPENDS+=        p5-Test-Exception>=0.27:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
-#BUILD_DEPENDS+=       p5-Test-Output>=0:../../devel/p5-Test-Output
+BUILD_DEPENDS+=        p5-ExtUtils-ParseXS>=2.21:../../devel/p5-ExtUtils-ParseXS
+BUILD_DEPENDS+=        p5-Devel-PPPort-[0-9]*:../../devel/p5-Devel-PPPort
 
 PERL5_PACKLIST=        auto/Mouse/.packlist
-PERL5_MODULE_TYPE=     Module::Install
+PERL5_MODULE_TYPE=     Module::Install::Bundled
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a26da852099d -r a6254a4e24d2 devel/p5-Mouse/distinfo
--- a/devel/p5-Mouse/distinfo   Sun Jan 17 08:48:41 2010 +0000
+++ b/devel/p5-Mouse/distinfo   Sun Jan 17 10:35:53 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2009/11/08 16:50:54 seb Exp $
+$NetBSD: distinfo,v 1.17 2010/01/17 10:35:53 seb Exp $
 
-SHA1 (Mouse-0.40.tar.gz) = d41373ac10ee1914f21aefaf1636e80e9c8bf7fe
-RMD160 (Mouse-0.40.tar.gz) = 588841ea7a2822c50374e20a7270401e55dca290
-Size (Mouse-0.40.tar.gz) = 148001 bytes
+SHA1 (Mouse-0.47.tar.gz) = 572bd9a4e68dcfd5be9baf840728c2ade7139d5c
+RMD160 (Mouse-0.47.tar.gz) = 457d67d502ec85354b564045c8b9d23f2a8ffe81
+Size (Mouse-0.47.tar.gz) = 187649 bytes



Home | Main Index | Thread Index | Old Index