From nobody Mon Oct 4 21:44:07 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CA53012D2573; Mon, 4 Oct 2021 21:44:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNZ3q5Mbzz4npW; Mon, 4 Oct 2021 21:44:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9811920CA3; Mon, 4 Oct 2021 21:44:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 194Li7cB053022; Mon, 4 Oct 2021 21:44:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 194Li78M053021; Mon, 4 Oct 2021 21:44:07 GMT (envelope-from git) Date: Mon, 4 Oct 2021 21:44:07 GMT Message-Id: <202110042144.194Li78M053021@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: d0084dad79ee - main - net-p2p/py-nicotine-plus: New port: Graphical client for the Soulseek file sharing network List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d0084dad79eef4045d4692e78d7c11b946f35930 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0084dad79eef4045d4692e78d7c11b946f35930 commit d0084dad79eef4045d4692e78d7c11b946f35930 Author: Daniel Menelkir AuthorDate: 2021-10-04 21:08:58 +0000 Commit: Daniel Engberg CommitDate: 2021-10-04 21:43:53 +0000 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 --- net-p2p/Makefile | 1 + net-p2p/py-nicotine-plus/Makefile | 24 ++++++++++++++++++++++++ net-p2p/py-nicotine-plus/distinfo | 3 +++ net-p2p/py-nicotine-plus/pkg-descr | 7 +++++++ 4 files changed, 35 insertions(+) diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 031e9a9f762f..fca83dad23f1 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -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 diff --git a/net-p2p/py-nicotine-plus/Makefile b/net-p2p/py-nicotine-plus/Makefile new file mode 100644 index 000000000000..c44bb1999077 --- /dev/null +++ b/net-p2p/py-nicotine-plus/Makefile @@ -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 diff --git a/net-p2p/py-nicotine-plus/distinfo b/net-p2p/py-nicotine-plus/distinfo new file mode 100644 index 000000000000..e3f093f61852 --- /dev/null +++ b/net-p2p/py-nicotine-plus/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1628421612 +SHA256 (nicotine-plus-3.1.1.tar.gz) = ce8342fcbc4d6fd50b9c29465eaca45d35c8c7be0a3ef03f5c1d9a594d96ec34 +SIZE (nicotine-plus-3.1.1.tar.gz) = 1556808 diff --git a/net-p2p/py-nicotine-plus/pkg-descr b/net-p2p/py-nicotine-plus/pkg-descr new file mode 100644 index 000000000000..2f41ba08ad54 --- /dev/null +++ b/net-p2p/py-nicotine-plus/pkg-descr @@ -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/