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.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Frozen-Bubble 2.2.0 is released to fix some more small bugs, and
add a couple of minor to medium features. Highlights:
more options in LAN/NET games (continue game when players leave;
disable player targetting)
fixed abort during a multiplayer game with a player in lowest
graphics mode
much faster Internet servers listing (parallel discovery)
add ability to record and replay games; also add ability to
save frames from records, so as to create high quality videos
of games [ on youtube | video file ]
geolocalized nicks in server lounge
Frozen-Bubble 2.1.0 is released to fix all the bugs encountered in
2.0.0 (all reported aborts should be fixed) and add a few interesting
small features. Features highlights:
1-player multiplayer training: ability to activate chain reaction
world map: you can view the amount of playing players, which
helps chosing a server
world map: you see playing players as green dots
network game lounge: you can toggle fullscreen
network game lounge: the game creator can activate chain-reaction
and set a victories limit through options
network game lounge: you can request server info
network game lounge: chat is timestampped
multiplayer: you can view who's attacking you
After a lot of hard work and a lot of testing, FB2 is released on
27th of October 2006. This new release brings the following new
features:
new 1-player game mode: multiplayer training; uses identical
game rules as multiplayer, generated malus bubbles are counted
as points - what score will you be able to reach in the 2
minutes time frame?
network (Internet) game: up to 5 players in a game (net game
system has logic able to transparently handle players behind
a NAT)
LAN game: similar to network game except that no connection to
Internet is made, substituted by polling the local network
fully revamped graphics, including now 3d-based smooth penguin
eyecandy
revamped intro and 1p music into fully digital productions
full joystick support: just move your joystick(s) or push
buttons in the "change keys" dialog (analog joysticks handled
as digital for fair play)
realtime graphical effects in the menu screen (if your computer
is fast enough)
anti-aliased and localized messages
Now let's pray for the stability of the Frozen-Bubble Internet game
servers (check the top of the page which contains an ever-updated
aggregate statistical information about all servers).
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Fix the version test for p5-SDL, so that this at least continues
to build after the recent update of p5-SDL to 2.1.2. Note that
I've only compile tested this with the new p5-SDL; I'm not in a
position to test it more fully right now.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.