Fri Apr 10 01:19:13 2015 UTC ()
Update to 1.32
--------------
1.32 2015-?-?  (2015-03-22)
    - Improved Term Plugin (History, Delete, Pasting, Pos1/End, Cursors)
    - Documentation
    - Added app_command_register
    - Errors are now printed on STDERR
    - Disable fuzzy match for single letter parameters
    - Use proper exitcodes if errors occur
    - Add tests for subprocesses
    - Add MutexGroup plugin (implemented by Hunter McMillen)
    - Add Depends plugin (implemented by Hunter McMillen)


(mef)
diff -r1.2 -r1.3 pkgsrc/devel/p5-MooseX-App/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-MooseX-App/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-MooseX-App/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-MooseX-App/Makefile 2015/02/14 12:03:54 1.2
+++ pkgsrc/devel/p5-MooseX-App/Makefile 2015/04/10 01:19:13 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2015/02/14 12:03:54 mef Exp $ 1# $NetBSD: Makefile,v 1.3 2015/04/10 01:19:13 mef Exp $
2# 2#
3 3
4DISTNAME= MooseX-App-1.31 4DISTNAME= MooseX-App-1.32
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/~maros/MooseX-App/lib/MooseX/App.pm 10HOMEPAGE= http://search.cpan.org/~maros/MooseX-App/lib/MooseX/App.pm
11COMMENT= Write user-friendly command line apps with even less suffering 11COMMENT= Write user-friendly command line apps with even less suffering
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most 14DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
15 15
16PERL5_PACKLIST= auto/MooseX/App/.packlist 16PERL5_PACKLIST= auto/MooseX/App/.packlist
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-MooseX-App/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-MooseX-App/distinfo 2015/02/14 12:03:54 1.2
+++ pkgsrc/devel/p5-MooseX-App/distinfo 2015/04/10 01:19:13 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2015/02/14 12:03:54 mef Exp $ 1$NetBSD: distinfo,v 1.3 2015/04/10 01:19:13 mef Exp $
2 2
3SHA1 (MooseX-App-1.31.tar.gz) = 9f31c739698c619b75045f14cda60dbfc2fe6f8a 3SHA1 (MooseX-App-1.32.tar.gz) = 6374a1488890c10f76530c75a667b52c83ffaac6
4RMD160 (MooseX-App-1.31.tar.gz) = b7b27d02bda87316e6828c3773d483ebd09debd3 4RMD160 (MooseX-App-1.32.tar.gz) = 83ed3ef4d79b3d085c80f4e8fd731a2977fc3113
5Size (MooseX-App-1.31.tar.gz) = 77739 bytes 5Size (MooseX-App-1.32.tar.gz) = 83673 bytes