summaryrefslogtreecommitdiff
path: root/news/lottanzb
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+2
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.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-3/+1
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.
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-1/+2
2012-02-04Update lottanzb to 0.4.1.obache3-16/+54
(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.
2012-02-04sortobache1-4/+4
2011-11-24Fix path to Python. Bump revision.joerg1-2/+4
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-06-14Relax PYTHON_VERSION_ACCEPTED from x11/py-kiwi changes.obache1-3/+3
Bump PKGREVISION, default acceptable python changed.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-11-08Remove 24 from accepted python versions, because the py-kiwi dependencywiz1-2/+2
does not support it. Part 3 of PR 44062 by Aleksey Cheusov.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-09-12Fix lottanzb's PLIST to not include CHANGELOG and LICENSE. Problemsnj2-6/+3
noted by kre in PR pkg/42042.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
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
2009-06-14Remove @dirrm entries from PLISTsjoerg1-26/+1
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2009-01-27regen for DIST_SUBDIR change.wiz1-4/+4
2009-01-27Set DIST_SUBDIR for "silent" update, suggested by wiz.jmcneill1-1/+3
2009-01-27Upstream pushed a "silent" update to the distfile; see:jmcneill1-4/+4
https://bugs.launchpad.net/lottanzb/+bug/314523
2009-01-05Fix PLIST, user-destdir support.jmcneill2-2/+32
2009-01-05Import lottanzb version 0.4.0.jmcneill4-0/+301
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.