diff options
Diffstat (limited to 'net/nicotine')
-rw-r--r-- | net/nicotine/DESCR | 11 | ||||
-rw-r--r-- | net/nicotine/Makefile | 25 | ||||
-rw-r--r-- | net/nicotine/PLIST | 36 | ||||
-rw-r--r-- | net/nicotine/distinfo | 4 |
4 files changed, 76 insertions, 0 deletions
diff --git a/net/nicotine/DESCR b/net/nicotine/DESCR new file mode 100644 index 00000000000..497954dadf3 --- /dev/null +++ b/net/nicotine/DESCR @@ -0,0 +1,11 @@ + Nicotine is a SoulSeek client written in Python, based on the + PySoulSeek project by Alexander Kanavin. It features, among other + things, a completely rewritten graphical user interface which uses + PyGTK-2 toolkit and a less strict user request policy. + + Nicotine is a feature complete client for the SoulSeek filesharing + network. You can use it to upload, download, search and chat. You + can keep a "buddy" list and basically everything else a SoulSeek + client is supposed to do. If you are familliar with PySoulSeek, + you'll probably notice a striking resemblance in appearance. More + info: Daelstorm's Nicotine Propaganda page. diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile new file mode 100644 index 00000000000..117e6fc46e4 --- /dev/null +++ b/net/nicotine/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/08 00:33:18 hubertf Exp $ +# + +DISTNAME= nicotine-1.0.3 +CATEGORIES= net audio x11 +MASTER_SITES= http://nicotine.thegraveyard.org/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://nicotine.thegraveyard.org/ +COMMENT= Client for soulseek, a peer-to-peer network for music + +NO_CONFIGURE= yes +NO_BUILD= yes +PYTHON_VERSIONS_ACCEPTED= 22pth 23pth +USE_BUILDLINK2= yes + +do-install: + cd ${WRKSRC} ; \ + ${PYTHONBIN} setup.py install --prefix=${PREFIX} + +.include "../../lang/python22-pth/buildlink2.mk" +.include "../../x11/gtk2/buildlink2.mk" +.include "../../x11/py-gtk2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/nicotine/PLIST b/net/nicotine/PLIST new file mode 100644 index 00000000000..3c6aadb05f2 --- /dev/null +++ b/net/nicotine/PLIST @@ -0,0 +1,36 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/08 00:33:18 hubertf Exp $ +bin/nicotine +bin/nicotine-import-winconfig +lib/python2p2/site-packages/pynicotine/__init__.pyc +lib/python2p2/site-packages/pynicotine/config.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/__init__.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/about.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/browsetreemodels.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/chatrooms.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/checklatest.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/dirchooser.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/downloads.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/frame.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/glade2py.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/gtkexcepthook.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/imagedata.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/nicotine_glade.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/privatechat.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/search.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/settings_glade.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/settingswindow.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/transferlist.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/uploads.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/userbrowse.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/userinfo.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/userlist.pyc +lib/python2p2/site-packages/pynicotine/gtkgui/utils.pyc +lib/python2p2/site-packages/pynicotine/mp3.pyc +lib/python2p2/site-packages/pynicotine/pynicotine.pyc +lib/python2p2/site-packages/pynicotine/slskmessages.pyc +lib/python2p2/site-packages/pynicotine/slskproto.pyc +lib/python2p2/site-packages/pynicotine/transfers.pyc +lib/python2p2/site-packages/pynicotine/utils.pyc +@dirrm lib/python2p2/site-packages/pynicotine/gtkgui +@dirrm lib/python2p2/site-packages/pynicotine +@dirrm lib/python2p2/site-packages diff --git a/net/nicotine/distinfo b/net/nicotine/distinfo new file mode 100644 index 00000000000..6438fa224b8 --- /dev/null +++ b/net/nicotine/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/08 00:33:18 hubertf Exp $ + +SHA1 (nicotine-1.0.3.tar.bz2) = 97971da3b4534e5e01babafe3bf047391b1eecda +Size (nicotine-1.0.3.tar.bz2) = 153311 bytes |