diff options
author | hubertf <hubertf> | 2003-05-19 18:42:09 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2003-05-19 18:42:09 +0000 |
commit | 23d749cc9b25e4ca825f21ebc29a793e98bbdda5 (patch) | |
tree | bf2259659cccc1c7fa07ae260c84677174640fb6 /net/pyslsk | |
parent | 54dd0d7fd256a7134058a6327862add2c227bc8f (diff) | |
download | pkgsrc-23d749cc9b25e4ca825f21ebc29a793e98bbdda5.tar.gz |
Import pyslsk-1.2.0: Python based Soulseek client
PySoulSeek is a client for SoulSeek filesharing system.
Diffstat (limited to 'net/pyslsk')
-rw-r--r-- | net/pyslsk/DESCR | 1 | ||||
-rw-r--r-- | net/pyslsk/Makefile | 24 | ||||
-rw-r--r-- | net/pyslsk/PLIST | 26 | ||||
-rw-r--r-- | net/pyslsk/distinfo | 4 |
4 files changed, 55 insertions, 0 deletions
diff --git a/net/pyslsk/DESCR b/net/pyslsk/DESCR new file mode 100644 index 00000000000..6b45d77aab2 --- /dev/null +++ b/net/pyslsk/DESCR @@ -0,0 +1 @@ +PySoulSeek is a client for SoulSeek filesharing system. diff --git a/net/pyslsk/Makefile b/net/pyslsk/Makefile new file mode 100644 index 00000000000..8e8b8298852 --- /dev/null +++ b/net/pyslsk/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/19 18:42:09 hubertf Exp $ +# + +DISTNAME= pyslsk-1.2.0 +CATEGORIES= net audio x11 +MASTER_SITES= http://www.sensi.org/~ak/pyslsk/ + +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} + +.include "../../x11/py-wxWindows/buildlink2.mk" +.include "../../lang/python/pyversion.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/pyslsk/PLIST b/net/pyslsk/PLIST new file mode 100644 index 00000000000..caf966c5a1f --- /dev/null +++ b/net/pyslsk/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/19 18:42:09 hubertf Exp $ +bin/pyslsk +bin/pyslsk-import-winconfig +lib/python2p2/site-packages/pysoulseek/__init__.pyc +lib/python2p2/site-packages/pysoulseek/config.pyc +lib/python2p2/site-packages/pysoulseek/mp3.pyc +lib/python2p2/site-packages/pysoulseek/pysoulseek.pyc +lib/python2p2/site-packages/pysoulseek/slskmessages.pyc +lib/python2p2/site-packages/pysoulseek/slskproto.pyc +lib/python2p2/site-packages/pysoulseek/transfers.pyc +lib/python2p2/site-packages/pysoulseek/utils.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/__init__.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/about.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/buttonsplitter.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/chat.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/configwindow.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/frame.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/images.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/notebook.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/search.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/sortablelist.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/transfers.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/userinfobrowse.pyc +lib/python2p2/site-packages/pysoulseek/wxgui/userlist.pyc +@dirrm lib/python2p2/site-packages/pysoulseek/wxgui +@dirrm lib/python2p2/site-packages/pysoulseek diff --git a/net/pyslsk/distinfo b/net/pyslsk/distinfo new file mode 100644 index 00000000000..d3a00e91967 --- /dev/null +++ b/net/pyslsk/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/05/19 18:42:09 hubertf Exp $ + +SHA1 (pyslsk-1.2.0.tar.gz) = 38d42a47c63fe75a91f982028a8db4c7811a6626 +Size (pyslsk-1.2.0.tar.gz) = 94942 bytes |