notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/ncmpc/pkg-plist

Number of commits found: 12

Friday, 12 Jan 2024
22:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

Approved by:	portmgr
commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 9f8f710
Wednesday, 2 Aug 2023
06:10 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Laurent Cimon
audio/ncmpc: Update to 0.48

ChangeLog: https://github.com/MusicPlayerDaemon/ncmpc/blob/master/NEWS

Accumulated changes:

* drop support for ~/.ncmpc/; using only ~/.config/ncmpc/ (XDG)
* improve scroll-offset handling
* experimental table layout
* handle Ctrl-C in search prompt
* link with libintl and libiconv if necessary
* require libmpdclient 2.16 or newer
* require MPD 0.21 or newer
* switch to C++20
* eliminate Boost dependency
* install Lithuanian translation
* migrate to PCRE2
* make "tagtypes" errors non-fatal
* check which tag types are supported by MPD (fixes MPD 0.21 support)
* lyrics: update page title after loading has finished
* lyrics: fix path injection bug
* lyrics: load cached lyrics without plugin
* lyrics: use $XDG_CACHE_HOME/ncmpc/lyrics instead of ~/.lyrics
* lyrics/azlyrics: normalize accented letters (using the "unidecode" library)
* lyrics/azlyrics: unescape HTML entities
* fix scrolling problems on help page
* highlight find results on help page
* don't attempt IPv6 connection if IPv6 routing is disabled
* support MPD 0.22 tags "conductor", "work", "grouping" (requires
  libmpdclient 2.17)
* show "conductor" and "work" on song page
* playlist editor (work in progress)
* file page: handle mouse double clicks
* fix crash bug
* fix build failure on macOS
* add azlyrics plugin
* file page: repaint after moving cursor with mouse
* file page: handle mouse click on directory
* library page: mouse support
* support the mouse wheel
* fix assertion failure on exit

PR:		272527
Reported by:	laurent@nilio.ca (maintainer)
commit hash: 1d7aaa5de2b65ada83e7956867f1d72c6ba5c063 commit hash: 1d7aaa5de2b65ada83e7956867f1d72c6ba5c063 commit hash: 1d7aaa5de2b65ada83e7956867f1d72c6ba5c063 commit hash: 1d7aaa5de2b65ada83e7956867f1d72c6ba5c063 1d7aaa5
Monday, 19 Oct 2020
05:53 rhurlin search for other commits by this committer
audio/ncmpc: Update to 0.41

ncmpc 0.41 - (2020-10-16)
* new main loop (copying code from MPD, replacing boost::asio)
* library page: fix crash bug
* lyrics: remove the "lyricwiki" plugin because the site is gone

ncmpc 0.40 - (2020-10-07)
* fix crash when range selection includes ".."
* fix another crash with a very narrow terminal window
* another jumping cursor fix for large scroll-offset values
* show elapsed time of streams

ncmpc 0.39 - (2020-08-21)
* library page: skip tags when there is only one value
* fix jumping cursor with large scroll-offset values
* key bindigs page: fix crash bug
* key bindigs page: eliminate bogus message "Did you forget to Apply your
changes?"

Changelog:
https://github.com/MusicPlayerDaemon/ncmpc/blob/89af16cad451e51c304e705fbcb2488f5f7e2c10/NEWS

PR:		250421
Submitted by:	Laurent Cimon <laurent@nilio.ca> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26837
Original commitRevision:552711 
Wednesday, 13 May 2020
11:33 fernape search for other commits by this committer
audio/ncmpc: Update to 0.38

PR:	246429
Submitted by:	laurent@nilio.ca (maintainer)
Original commitRevision:535102 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Wednesday, 5 Dec 2018
13:54 tobik search for other commits by this committer
audio/ncmpc: Update to 0.33

Changes:	https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.33/NEWS
PR:		231643
Submitted by:	Laurent Cimon <laurent@nuxi.ca> (maintainer)
Original commitRevision:486669 
Tuesday, 11 Sep 2018
11:42 tobik search for other commits by this committer
audio/ncmpc: Update to 0.30

- Laurent takes maintainership
- Add DOCS option to install the HTML manual
- Add a MANPAGES option; the man page now has to be generated with
  sphinx as well

PR:		230721
Submitted by:	Laurent Cimon <laurent@nuxi.ca>
Approved by:	henrik@affekt.org (maintainer)
Original commitRevision:479523 
Sunday, 20 Mar 2005
11:59 novel search for other commits by this committer
Avoid using pkg-plist, docs patch.

PR:             78865
Submitted by:   Mark Daniel Reidel (maintainer)
Approved by:    krion (mentor) (implicit)
Original commit
Monday, 14 Feb 2005
16:51 vs search for other commits by this committer
- Update to 0.11.1
- New translations added: french, russian and spanish
- The crossfade time can now be definied
- support for ncurses mouse events is now optional

PR:             ports/77483
Submitted by:   Mark Daniel Reidel (maintainer)
Original commit
Monday, 12 Jul 2004
13:10 vs search for other commits by this committer
- Update to 0.11.0
- Lots of new features including:
 + nls support (german and swedish)
 + support for MPD db updates with Ctrl-U

PR:             ports/68876
Submitted by:   Mark Daniel Reidel (maintainer)
Original commit
Friday, 7 May 2004
07:45 krion search for other commits by this committer
- Update to 0.10.1
- support for user key bindings (~/.ncmpc/keys)
- a key configuration screen (press 'K')
- improved drawing routines (removes flickering)
- support for seeking, toggle crossfade
- display mpd status flags on the second row [rzx]
  (repeat,random,crossfade)
- support for system-wide configuration files (config,keys)
- the user configuration file is moved to ~/.ncmpc/config

PR:             ports/66346
Submitted by:   maintainer
Original commit
Wednesday, 14 Apr 2004
12:46 krion search for other commits by this committer
Add ncmpc 0.10.0,

ncmpc is a ncurses client for the Music Player Daemon
(audio/musicpd). ncmpc connects to a musicpd running on a
machine via a network. The interface was inspired by cplay.

PR:             ports/65521
Submitted by:   Mark Reidel <ports@mark.reidel.info>
Original commit

Number of commits found: 12