pkglint -Wall -r --autofix --only aligned
After running the above command, three packages had to be adjusted
manually:
In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.
In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.
In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
Jools is a graphical puzzle game in the tradition of Tetris. It
is a clone of Bejeweled (TM), an excellent game which is currently
available only for Windows, Mac, and Palm/Pocket PC devices. In
a nutshell, the goal is to swap adjacent jools (jewels) within a
grid, in order to create rows of three or more of a kind. These
jools will then disappear, and more will fall to fill their places.
Jools features nifty 3D rendered graphics.