diff options
author | recht <recht> | 2003-09-09 13:26:28 +0000 |
---|---|---|
committer | recht <recht> | 2003-09-09 13:26:28 +0000 |
commit | 23de8b2ab003e42183a15b4acc0a859045457eac (patch) | |
tree | 9336a6e16a9eadda94fe48d6eacf045f03ad9756 /net/pyslsk/Makefile | |
parent | 630f97d346afc8a7d8c12799b93eb009680e51b1 (diff) | |
download | pkgsrc-23de8b2ab003e42183a15b4acc0a859045457eac.tar.gz |
Update to 1.2.4.
This addresses PR 22722.
changes:
Version 1.2.4 - 16 Aug 2003
The final version
* Workaround for corrupted shares database problem which many Mac users seem to
have
* Notification for incomplete configuration
* Fix for a subtle race condition between starting transfers and getting a
list of privileged users
* It's now possible to give download privileges to users from the userlist
* Password entry box now uses ***
* Search responses are now buffered - less flicker, less stress on the client
* If log window is collapsed, messages are now duplicated in the status bar
* It's now possible to track status changes for the individual users from
the userlist
Version 1.2.3 - 23 Jul 2003
Added features from Hyriand's patch:
* Pyslsk will ping the server every 30 seconds (rewrote it to be
gui-independent)
* Search history (remembers 10 last searches)
* Log window is now collapsable (state is remembered between sessions),
rewrote it to look prettier than hyriand's version
* Resizable panels aren't deleted anymore when made really small
* Userinfo and browse tabs show user status
* /clear /c will clear a chat screen
* version in the window title
Other fixes:
* the default "queue if" limit is now 10 kb/s to avoid "how do I limit the
number of uploads" questions
* errors when decompressing filelists and search results no longer
cause a crash
* if locking a file is not possible, a download will continue anyway
with a warning
Version 1.2.2 - 24 Jun 2003
* wxPython 2.4.1 fixes; this version is now required, because it fixes
the "crash-on-tab in an empty notebook" problem and handles ctrl-c gracefully
* Ugly but working fix for the "cannot install idle handler twice" crash
Version 1.2.1 - 18 Jun 2003
* Python 2.3 fixes
* Python 2.2.0 fixes
* Fix for "too many open files problem"
* Aborted files are now not restarted when a user logs back on
* New address for postcards
Diffstat (limited to 'net/pyslsk/Makefile')
-rw-r--r-- | net/pyslsk/Makefile | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/net/pyslsk/Makefile b/net/pyslsk/Makefile index 7d997d8cda5..b6e1c74de0a 100644 --- a/net/pyslsk/Makefile +++ b/net/pyslsk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:51:44 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/09 13:26:28 recht Exp $ # -DISTNAME= pyslsk-1.2.0 -PKGREVISION= 1 +DISTNAME= pyslsk-1.2.4 CATEGORIES= net audio x11 MASTER_SITES= http://www.sensi.org/~ak/pyslsk/ @@ -10,16 +9,10 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.sensi.org/~ak/pyslsk/ COMMENT= Python based Soulseek client -#DEPENDS+= py22pth-wxWindows-*:../../x11/py-wxWindows - -NO_CONFIGURE= yes -NO_BUILD= yes -PYTHON_VERSIONS_ACCEPTED= 22pth - -do-install: - cd ${WRKSRC} ; \ - ${PYTHONBIN} setup.py install --prefix=${PREFIX} +PYDISTUTILSPKG= yes +PY_PATCHPLIST= yes +PYTHON_VERSIONS_ACCEPTED= 23pth 22pth .include "../../x11/py-wxWindows/buildlink2.mk" -.include "../../lang/python/pyversion.mk" +.include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |