pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-REPL Update from version 1.002001nb1 to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6be7269f655
branches:  trunk
changeset: 553390:b6be7269f655
user:      he <he%pkgsrc.org@localhost>
date:      Tue Jan 20 00:47:49 2009 +0000

description:
Update from version 1.002001nb1 to 1.003001.

Pkgsrc changes:
 o Add new dependencies and adjust existing where requirements changed

Upstream changes:

1.3.1
  - Fix brokenness in the distribution manifest
1.3.0
  - OutputCache: If sub _ is already defined, then warn about it (once) and
    refuse to overwrite it
  - Turn MultiLine::PPI's needs_continuation into a method
    line_needs_continuation
  - Cleanup Plugin::Packages
  - Print a warning when Completion is loaded but the Term::ReadLine object
    doesn't support completion
  - Introduce error object for error_return
  - Make compile return a single value, use is_error to test if it's bad
    (it's now an error object instead of undef + error str)
  - Refactor to make it easier to add print/warn to the session
  - Preserve $^H and %^H when using the LexEnv plugin
  - Refactor the finding of the last element of the document into a method
    in Completion
  - Use namespaace::clean in turtles completion driver
  - Use Devel::REPL::Plugin instead of Moose::Role
  - Use "BEFORE_PLUGIN { load_plugin }" instead of "with"
  - Fix from Sartak for end-of-line comment bug reported by jrockway
  - Allow exception objects.
  - Don't initialize a turtles matcher if we don't need to
  - Improve the MultiLine::PPI plugin by checking whether adding ;; will end in
    PPI::Statement::Null. If not, then there must be some incomplete structure
  - Respect env var DEVEL_REPL_PROFILE
  -
  - Devel::REPL::Plugin::Peek
  - Devel::REPL::Plugin::B::Concise
  - Add CompletionDriver::Turtles
  - Devel::REPL::Error
  - Add a Nopaste plugin. #nopaste will publish your current session using
    App::Nopaste
  - Add the @INC completion driver.
  - Devel::REPL::Plugin::CompletionDriver::Globals
  - Add a PPI plugin for #ppi CODE
  - CompletionDriver::Methods which currently only works on classnames
  - FindVariable plugin, which returns a reference to a global variable by name
  -
  - Update dependencies
  - Give "NAME" pod sections to all the plugins
  - Add AUTHOR sections where I know off the top of my head who wrote the plugin
  - Expand some of the user documentation

diffstat:

 devel/p5-Devel-REPL/Makefile |  16 +++++++++-------
 devel/p5-Devel-REPL/distinfo |   8 ++++----
 2 files changed, 13 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r f3fc643df962 -r b6be7269f655 devel/p5-Devel-REPL/Makefile
--- a/devel/p5-Devel-REPL/Makefile      Tue Jan 20 00:35:50 2009 +0000
+++ b/devel/p5-Devel-REPL/Makefile      Tue Jan 20 00:47:49 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/01/17 01:02:05 seb Exp $
+# $NetBSD: Makefile,v 1.4 2009/01/20 00:47:49 he Exp $
 #
 
-DISTNAME=      Devel-REPL-1.002001
-PKGNAME=       p5-Devel-REPL-1.2.1
-PKGREVISION=   1
+DISTNAME=      Devel-REPL-1.003001
+PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
 
@@ -16,16 +15,19 @@
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Devel/REPL/.packlist
 
+DEPENDS+=      p5-App-Nopaste-[0-9]*:../../www/p5-App-Nopaste
 DEPENDS+=      p5-B-Keywords-[0-9]*:../../devel/p5-B-Keywords
 DEPENDS+=      p5-Data-Dump-Streamer-[0-9]*:../../devel/p5-Data-Dump-Streamer
 DEPENDS+=      p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
 DEPENDS+=      p5-Lexical-Persistence-[0-9]*:../../devel/p5-Lexical-Persistence
-DEPENDS+=      p5-Moose>=0.38:../../devel/p5-Moose
-DEPENDS+=      p5-MooseX-Getopt-[0-9]*:../../devel/p5-MooseX-Getopt
-DEPENDS+=      p5-MooseX-Object-Pluggable>=0.0007:../../devel/p5-MooseX-Object-Pluggable
+DEPENDS+=      p5-Moose>=0.64:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-AttributeHelpers>=0.14:../../devel/p5-MooseX-AttributeHelpers
+DEPENDS+=      p5-MooseX-Getopt>=0.15:../../devel/p5-MooseX-Getopt
+DEPENDS+=      p5-MooseX-Object-Pluggable>=0.0009:../../devel/p5-MooseX-Object-Pluggable
 DEPENDS+=      p5-PPI-[0-9]*:../../devel/p5-PPI
 DEPENDS+=      p5-PathTools-[0-9]*:../../devel/p5-PathTools
 DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
+DEPENDS+=      p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
 DEPENDS+=      p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
 DEPENDS+=      p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
 
diff -r f3fc643df962 -r b6be7269f655 devel/p5-Devel-REPL/distinfo
--- a/devel/p5-Devel-REPL/distinfo      Tue Jan 20 00:35:50 2009 +0000
+++ b/devel/p5-Devel-REPL/distinfo      Tue Jan 20 00:47:49 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/10/07 13:40:03 seb Exp $
+$NetBSD: distinfo,v 1.2 2009/01/20 00:47:50 he Exp $
 
-SHA1 (Devel-REPL-1.002001.tar.gz) = ea231b16a696250700debb67fce6f31cacf77e85
-RMD160 (Devel-REPL-1.002001.tar.gz) = dfe4bb0c8e31093a57254301e5adc1b473a6c3e8
-Size (Devel-REPL-1.002001.tar.gz) = 27919 bytes
+SHA1 (Devel-REPL-1.003001.tar.gz) = 0b599433c8a5887c66e737ab0f001d51b2f6ce40
+RMD160 (Devel-REPL-1.003001.tar.gz) = 3c4c15fd8cb4c67ea21ac788a84133dd6258b508
+Size (Devel-REPL-1.003001.tar.gz) = 41897 bytes



Home | Main Index | Thread Index | Old Index