net-p2p/py-nicotine-plus: New port: Graphical client for the Soulseek file sharing network
Nicotine+ is a graphical client for the Soulseek peer-to-peer network. Aims to be a pleasant, free and open source (FOSS) alternative to the official Soulseek client, providing additional functionality while keeping current with the Soulseek protocol. It uses GTK for its graphical user interface, and is written in Python. WWW: https://github.com/Nicotine-Plus/nicotine-plus/ PR: 246328 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32290
This commit is contained in:
parent
c85f76fcf7
commit
d0084dad79
4 changed files with 35 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
SUBDIR += p5-WWW-BitTorrent
|
||||
SUBDIR += phex
|
||||
SUBDIR += py-libtorrent-rasterbar
|
||||
SUBDIR += py-nicotine-plus
|
||||
SUBDIR += py-transmission-rpc
|
||||
SUBDIR += py-tremc
|
||||
SUBDIR += py-vertex
|
||||
|
|
24
net-p2p/py-nicotine-plus/Makefile
Normal file
24
net-p2p/py-nicotine-plus/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
PORTNAME= nicotine-plus
|
||||
DISTVERSION= 3.1.1
|
||||
CATEGORIES= net-p2p python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= menelkir@itroll.org
|
||||
COMMENT= Graphical client for the Soulseek file sharing network
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.42:audio/py-mutagen@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gobject3>=3.16:devel/py-gobject3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gdbm>=3.6:databases/py-gdbm@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ gnome gettext-tools
|
||||
USE_GNOME= gtk30
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -v -m unittest
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-p2p/py-nicotine-plus/distinfo
Normal file
3
net-p2p/py-nicotine-plus/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1628421612
|
||||
SHA256 (nicotine-plus-3.1.1.tar.gz) = ce8342fcbc4d6fd50b9c29465eaca45d35c8c7be0a3ef03f5c1d9a594d96ec34
|
||||
SIZE (nicotine-plus-3.1.1.tar.gz) = 1556808
|
7
net-p2p/py-nicotine-plus/pkg-descr
Normal file
7
net-p2p/py-nicotine-plus/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Nicotine-Plus is a fork of Hyriand's original Nicotine Soulseek client.
|
||||
|
||||
Nicotine+ is an attempt to keep Nicotine working with the latest libraries,
|
||||
kill bugs, keep current with the Soulseek protocol and add some new features
|
||||
that users want and/or need. The main developer now is daelstorm.
|
||||
|
||||
WWW: https://github.com/Nicotine-Plus/nicotine-plus/
|
Loading…
Reference in a new issue