VIT (Visual Interactive Taskwarrior) is a lightweight, curses-based front end
for Taskwarrior that provides a convenient way to quickly navigate and process
tasks. VIT allows you to interact with tasks in a Vi-intuitive way. A goal of
VIT is to allow you to customize the way in which you use Taskwarrior's core
commands as well as to provide a framework for easily dispatching external
commands (both user scripts and Taskwarrior's many External Scripts).
WWW: http://tasktools.org/projects/vit.html
The git port had USES=shebangfix defined but it was not told to fix
anything. This patch will fix the shebang on a couple dozen perl scripts.
PR: 192386
Submitted by: marino
Approved by: General Blanket (wxs@ in copy)
CC scfb_driver.lo
In file included from scfb_driver.c:53:
In file included from /usr/local/include/xorg/xf86.h:46:
In file included from /usr/local/include/xorg/xf86str.h:39:
In file included from /usr/local/include/xorg/scrnintstr.h:58:
/usr/local/include/xorg/dix.h:57:10: fatal error: 'X11/extensions/XI.h' file not found
#include <X11/extensions/XI.h>
- Transfer maintainership to games@ team
- Add license (MIT)
- Use PYGAME instead of devel/py-game
- Support STAGEDIR
- Simplify DOCS installation handling, change and add Option
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Add symlink for the icon and add Desktop entry file
- Remove not needed files and directories
- Cleanup port, simplify installation handling
- Strip libraries
- Change manual pages, install to proper location
- Add files/bubbros.in
- Remove obsolete patch, changed by upstream
- Change pkg-descr, use whitespace instead of tabulator
- Change pkg-plist, remove DOCS, add MAN
MooX::HandlesVia is an extension of Moo's 'handles' attribute
functionality. It provides a means of proxying functionality from
an external class to the given atttribute. This is most commonly
used as a way to emulate 'Native Trait' behavior that has become
commonplace in Moose code, for which there was no Moo alternative.
WWW: http://search.cpan.org/dist/MooX-HandlesVia/
Data::Perl is a collection of classes that wrap fundamental data
types that exist in Perl. These classes and methods as they exist
today are an attempt to mirror functionality provided by Moose's
Native Traits. One important thing to note is all classes currently
do no validation on constructor input.
WWW: http://search.cpan.org/dist/Data-Perl/
* New checkpoint action: totals
* Extended checkpoint format specification.
* New option --one-top-level
* New option --sort
* New exclusion options
* Manpages