Port details |
- py-nicotine-plus Graphical client for the Soulseek file sharing network
- 3.3.5 net-p2p =3 3.3.2_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2021-10-04 21:45:05
- Last Update: 2024-10-28 12:41:58
- Commit Hash: a8f2ceb
- People watching this port, also watch:: wireguard-go, gimp, id3mtag, fusefs-sshfs, openssl
- Also Listed In: python
- License: GPLv3
- WWW:
- https://github.com/Nicotine-Plus/nicotine-plus/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}nicotine-plus>0:net-p2p/py-nicotine-plus@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-p2p/py-nicotine-plus/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/py-nicotine-plus
- pkg install py311-nicotine-plus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-nicotine-plus listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-nicotine-plus
- Package flavors (<flavor>: <package>)
- py311: py311-nicotine-plus
- distinfo:
- TIMESTAMP = 1728136766
SHA256 (nicotine_plus-3.3.5.tar.gz) = e0c9d650606a9f9eab8e5c2b7fd560ddb5cfe475ea4c22f19b833d7ebf86ba43
SIZE (nicotine_plus-3.3.5.tar.gz) = 3037022
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-gdbm>=3.6 : databases/py-gdbm@py311
- py311-gobject3>=3.16 : devel/py-gobject3@py311
- py311-mutagen>=1.42 : audio/py-mutagen@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-p2p_py-nicotine-plus
- USES:
- gettext-tools gnome python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.5 28 Oct 2024 12:41:58 |
Robert Clausecker (fuz) Author: Marko Cupać |
net-p2p/py-nicotine-plus: update to 3.3.5
Changelog: https://nicotine-plus.org/NEWS.html
PR: 282100 |
3.3.2_1 28 Feb 2024 19:05:03 |
Neel Chauhan (nc) Author: Son Phan Trung |
net-p2p/py-nicotine-plus: Update to 3.3.2
PR: 277373 |
3.2.9_1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
3.2.9 29 Aug 2023 09:01:52 |
Rodrigo Osorio (rodrigo) |
net-p2p/py-nicotine-plus: update to 3.2.9
Full changelog : https://github.com/nicotine-plus/nicotine-plus/releases
Port changes:
* apply portfmt linter |
3.2.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.2.0_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
3.2.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.2.0 10 Sep 2022 13:03:01 |
Po-Chuan Hsieh (sunpoet) |
net-p2p/py-nicotine-plus: Convert to USE_PYTHON=unittest
- Sort USES |
3.2.0 08 Sep 2022 23:12:06 |
Lorenzo Salvadore (salvadore) Author: Daniel Menelkir |
all: Return Daniel Menelkir's ports to the pool per his request
PR: 266294 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.0 04 Mar 2022 15:56:06 |
Jason E. Hale (jhale) |
*/*: Update maintainer's email address
PR: 262198 |
3.2.0 26 Dec 2021 13:31:13 |
Hiroki Tagato (tagattie) Author: Daniel Menelkir |
net-p2p/py-nicotine-plus: update to 3.2.0
Changelog: https://github.com/nicotine-plus/nicotine-plus/releases/tag/3.2.0
PR: 260655
Reported by: Daniel Menelkir <menelkir@itroll.org> (maintainer) |
3.1.1 04 Oct 2021 21:43:53 |
Daniel Engberg (diizzy) Author: Daniel Menelkir |
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 |