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.
- 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.
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
Changes:
- Added the missing handler for server-pushed searches
- Allow users to have negative speed-ratings
- Double click downloads in searches and browsers, join room in room list
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
- Changed hate-list to be network-driven instead of being a filter
- Updated translations
- Last 7 lines of a private message log are shown
- Config file now backed up (to <filename>.old)
- Changed default server to server.slsknet.org
(mail.slsknet.org will be automatically changed)
- Anti-frumin ticker update (replace newlines with spaces)
- Added country-code filter to the search filters
- Added a "Hide tickers" menu entry which hides all tickers
- Added option to not show the close buttons on the tabs
- Added option to not lock incoming files
- Added room ticker support
- Probable fix for GUI freeze (thanks stillbirth)
- Bye bye total queue limit
- Translations updated
- Files that are downloaded should now be encoded
- Possible fix for a threading race condition
- Possible fix for listport not defined problem and a million little things
- Possible fix for yet-another-corrupted-shares-database problem
- Translation caching
- Whacked some tracebacks
- Implemented recommendations system
- Translation updates
- Added polish translation (thanks owczi)
- Fixed bug that made "Queue limits do not apply to friends" not work
- Fix for the version checking bug
- Quickfix for protocol change
- Changed default server
- Fix for online notify
- Added french translation (thanks flashfr)
- Show IP address now shows country name instead of code (when GeoIP is
installed)
- Fixed sorting in transferlists
- Clear (room) log window popup menu
- Room and user encodings (for chats, browse, userinfoetc)
- Close buttons on sub-tabs
- Translatable (see the languages/nicotine.pot file)
- Window icon (normally blue, yellow when highlight)
- MacOSX OSError / IOError fixups
- Fix for minimum window size
- Desktop shortcut (files/nicotine.desktop), not installed by default
- Possible fix for the "ServerConnection doesn't have fileupl" problem
- Userinfo is now properly network encoded
- Bundled a custom version of the ConfigParser that doesn't have problem
with semi-colons
- Download to.. for searches now defaults to downloaddir
- Close tab-button for searches closes and ignores
- UTF8 log window fixes
- Fix for invalid server traceback (in settings window)