Use it like App::Cmd advises (especially see App::Cmd::Tutorial),
swapping App::Cmd::Command for MooseX::App::Cmd::Command.
Then you can write your moose commands as moose classes, with
MooseX::Getopt defining the options for you instead of opt_spec
returning a Getopt::Long::Descriptive spec.
WWW: http://search.cpan.org/dist/MooseX-App-Cmd/
PR: ports/ports/152164
Submitted by: Gea-Suan Lin <gslin at gslin.org>
structures for argument passing, instead of CLI-style --options as
Git does.
WWW: http://search.cpan.org/dist/Git-Wrapper/
PR: ports/ports/152163
Submitted by: Gea-Suan Lin <gslin at gslin.org>
- Shorten COMMENT to < 70 characters
- Remove PORTVERSION (it is derived from DISTVERSION)
PR: ports/152267
Submitted by: Ross West <freebsd@linepoint.com> (maintainer)
It does much less, but should allow greater flexibility in
testing exception-throwing code with about the same amount of
typing.
WWW: http://search.cpan.org/dist/Test-Fatal/
Approved by: sahil@ (mentor)
For the port:
1. Fix spacing in header
2. Put the contrib files into their relative dirctories
3. Install the (new?) sample files
4. Switch to pkg-message
The previous maintainer has indicated that he no longer has the ability
to maintain the port. Cast it back into the pool for now in case an eager
volunteer appears. I plan to keep at least one eye on it in the meantime.
Changes:
* Minor zooming related fixes/cleanups.
* Change WITH_ZOOM to ENABLE_ZOOM. Zoom related build tweaks.
* Fix desk/area dialog changes sometimes not being saved.
* Enable using randr (1.3) for zooming.
* Revert "If CM is active, change snap to live pager mode."
- Remove obsolete MD5 sum while I'm here
PR: ports/152260
Submitted by: sunpoet (myself)
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
addresses both powerful and simple. It mantains a layer of compatibility
with Ruby's own IPAddr, while addressing many of its issues
WWW: http://rubygems.org/gems/ipaddress
Submitted by: Boris Lytochkin <lytboris_at_gmail.com>
global variables and constants of the ncurses library.
These are mapped to a Ruby Module named "Ncurses".
Functions and external variables are implemented as
singleton functions of the Module Ncurses.
WWW: http://ncurses-ruby.berlios.de/
PR: ports/152218
Submitted by: Eric Freeman <freebsdports@chillibear.com>