either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
(while here, clean up and fix dependencies)
== LottaNZB 0.4.1 - January 27, 2009 ==
* For those who initially used the Ubuntu package of LottaNZB 0.3, this
release fixes a severe problem with the automatic extraction of downloaded
archives. LottaNZB now always uses 'unrar' instead of 'unrar-free' because
unfortunately, the free alternative isn't capable of extracting a majority
of downloads. We recommend you to reenable the automatic extraction in the
preferences window.
* Hebrew, Indonesian, Italian, Norwegian Bokmal and Spanish translation
updated.
* Turkish translation added.
* Bug fixed that prevented LottaNZB from working properly on machines with
Turkish locale. (LP: #318328)
* Remove unwanted leading and trailing whitespaces from category and
download directory names for downloads that were added to the download
queue using an older version of LottaNZB (thanks to Mikal Krogstad for
reporting this).
* A bunch of Debian/Ubuntu package improvements, which were necessary to
make LottaNZB ready for the Debian and Ubuntu package repositories:
E. g. a new man page and an application menu entry on Debian.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
LottaNZB aims to simplify and automate the download of binary news from the
Usenet, a world-wide internet discussion system. Users can tell LottaNZB what
to download using so-called NZB files, which are created by many Usenet search
engines. LottaNZB integrates nicely with GNOME desktops, but is not limited to
them and uses the mature HellaNZB software as its foundation.