Well, today was the first day of the NFL playoffs and also the semi-final round of the hockey world juniors, but I still managed to get quite a bit of stuff done!

I just finished up writing an article on tethering a Blackberry on Linux (using it as a modem, to get an Internet connection). This is the first article in my general plan to write useful and informative content on here to grow traffic and hence make me rich, so if anyone has any comments on it, that'd be great, and if you want to help out by submitting it your favourite news sites, that'd be even better!

This morning I finished up another new package requested on the forums: Aegisub. Package name is aegisub, and it's available in Cooker and 2009 /contrib/backports. It's a program for creating subtitles, mainly aimed at the anime fansubbing community, so I was quite curious about it myself, just to see how such tools worked. It required a few modifications to build correctly: I reported the problems to their IRC channel, but their bug tracking system doesn't appear to be able to send confirmation mails, so I wasn't able to report bugs. I had to add a patch to make it actually possible to disable the ffmpegsource backend (the option doesn't actually disable it, in the upstream code), another to stop it trying to find out what SVN revision it is when building (instead, the package build just feeds in the correct revision), and another to fix underlinking.

After that I did the forums for today, then did some more packages resulting from issues arising there. I backported version 2.4.3 of the intel video driver to 2009, to see if it would help a user who's having trouble with 3D applications. So that's now available in /main/backports for anyone else who wants it. Then I fixed a bug in gadmin-proftpd, a graphical configuration tool for the ProFTPd FTP server, reported by Per Nelvig: it didn't run correctly from the menus because the executable was in the wrong place. I updated it to 0.3.5 for Cooker and /contrib/backports, and fixed a few other issues in the package, and fixed just that issue in 0.3.0 for /contrib/updates. Then I noticed all the other tools we have packaged in the Gadmintools suite (there's a bunch of them) had the same problems, so I fixed all of those too: gadmin-bind, gadmin-dhcpd, gadmin-httpd and gadmin-samba. Finally I saw that there's a few extra apps now available in the suite that we did not have packaged, so I added packages for all of those, to Cooker and 2009 /contrib/backports: gadmin-squid, gadmin-rsync, gadmin-openvpn-client and gadmin-openvpn-server.

I also fixed up a little problem on the site: when you weren't logged in, and viewing a page for which comments would usually be allowed, the sidebar got displayed down at the bottom. Turned out to be a missing div closing tag in the theme's comments.php file. Strange.

In the end, didn't get around to doing any Python 2.6 rebuilds today. Funda Wang looks to be doing a great job on that in any case.