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/cava/Makefile

Number of commits found: 25

Thursday, 18 Apr 2024
19:45 Joel Bodenmann (jbo) search for other commits by this committer Author: bsdcode
audio/cava: Add pkg-message

Add a pkg-message to inform new users about required setup steps.

PR:			277152
Approved by:		tcberner (mentor), Adam Jimerson <vendion@gmail.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D44676
commit hash: 1f326a00c927b8336c8742544b9814fcc25f7233 commit hash: 1f326a00c927b8336c8742544b9814fcc25f7233 commit hash: 1f326a00c927b8336c8742544b9814fcc25f7233 commit hash: 1f326a00c927b8336c8742544b9814fcc25f7233 1f326a0
Saturday, 10 Feb 2024
21:42 Joel Bodenmann (jbo) search for other commits by this committer Author: bsdcode
audio/cava: Update to 0.10.1

Changelogs:
  - 0.10.1: https://github.com/karlstav/cava/releases/tag/0.10.1
  - 0.10.0: https://github.com/karlstav/cava/releases/tag/0.10.0
  -  0.9.1: https://github.com/karlstav/cava/releases/tag/0.9.1
  -  0.9.0: https://github.com/karlstav/cava/releases/tag/0.9.0
  -  0.8.3: https://github.com/karlstav/cava/releases/tag/0.8.3
  -  0.8.2: https://github.com/karlstav/cava/releases/tag/0.8.2
  -  0.8.1: https://github.com/karlstav/cava/releases/tag/0.8.1
  -  0.8.0: https://github.com/karlstav/cava/releases/tag/0.8.0
  -  0.7.5: https://github.com/karlstav/cava/releases/tag/0.7.5

PR:			276228
Approved by:		tcberner (mentor), Adam Jimerson <vendion@gmail.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D43750
commit hash: 9807a6d4946fcb63ae15f3b2845bbb6c58bee24d commit hash: 9807a6d4946fcb63ae15f3b2845bbb6c58bee24d commit hash: 9807a6d4946fcb63ae15f3b2845bbb6c58bee24d commit hash: 9807a6d4946fcb63ae15f3b2845bbb6c58bee24d 9807a6d
Monday, 7 Aug 2023
16:34 Gleb Popov (arrowd) search for other commits by this committer
audio/pulseaudio: Update to 16.1

Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 b1ecad5
Wednesday, 17 May 2023
16:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: llvm15 build fixes

llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 9b178ff
Tuesday, 16 May 2023
15:46 Muhammad Moinur Rahman (bofh) search for other commits by this committer
audio/cava: Unbreak on HEAD

Approved by:	portmgr (blanket)
commit hash: 8a33036b89049e9a58bcd069927a8af26bb7c98b commit hash: 8a33036b89049e9a58bcd069927a8af26bb7c98b commit hash: 8a33036b89049e9a58bcd069927a8af26bb7c98b commit hash: 8a33036b89049e9a58bcd069927a8af26bb7c98b 8a33036
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 8 Aug 2021
12:26 Neel Chauhan (nc) search for other commits by this committer Author: Adam Jimerson
audio/cava: Update to 0.7.4

PR:	257645
commit hash: 2e7aa6f0683d9aba8fc0cb3460f380098f4ab98f commit hash: 2e7aa6f0683d9aba8fc0cb3460f380098f4ab98f commit hash: 2e7aa6f0683d9aba8fc0cb3460f380098f4ab98f commit hash: 2e7aa6f0683d9aba8fc0cb3460f380098f4ab98f 2e7aa6f
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 3 Jan 2021
19:41 pkubaj search for other commits by this committer
audio/cava: fix build on GCC architectures

cc1: error: unrecognized command line option "-Wno-unused-result"
cc1: error: unrecognized command line option "-Wno-unknown-warning-option"
cc1: error: unrecognized command line option "-Wno-maybe-uninitialized"

MFH:		2021Q1
Original commitRevision:560035 
Friday, 13 Nov 2020
12:19 rhurlin search for other commits by this committer
audio/cava: Update to 0.7.3

Update from 0.7.1 to 0.7.3 brings several improvements and
bug fixes[1][2]. More important ones are:

- Fix install on macos
- ncurses mode is now default again
- Improved portaudio audio input
- Added Hann windowing and proper ring buffer

[1] https://github.com/karlstav/cava/releases/tag/0.7.3
[2] https://github.com/karlstav/cava/releases/tag/0.7.2

PR:		250862
Submitted by:	Adam Jimerson <vendion@gmail.com> (takes maintainership)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D27091
Original commitRevision:555017 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
Sunday, 12 Jul 2020
09:30 tobik search for other commits by this committer
audio/sndio: Update to 1.7.0
Original commitRevision:542069 
Thursday, 25 Jun 2020
03:56 tobik search for other commits by this committer
audio/cava: Update to 0.7.1

Changes:	https://github.com/karlstav/cava/releases/tag/0.7.1
Original commitRevision:540363 
Saturday, 30 May 2020
00:39 tobik search for other commits by this committer
audio/cava: Update to 0.7.0

Changes:	https://github.com/karlstav/cava/releases/tag/0.7.0
Original commitRevision:537023 
Wednesday, 1 May 2019
19:35 rene search for other commits by this committer
Remove esound support from pulseaudio as audio/esound expired.

Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
Original commitRevision:500606 
Monday, 3 Dec 2018
11:13 tobik search for other commits by this committer
audio/cava: Add a dummy fontname to cava.bdf

Without it, the BDF is malformed with FONT set to just "psf" which
is not a proper XLFD.  This confuses newer vtfontcvt versions which
check for character cell spacing.

PR:		205707
Original commitRevision:486512 
Sunday, 2 Dec 2018
16:10 tobik search for other commits by this committer
audio/cava: Unbreak build when vtfontcvt is missing
Original commitRevision:486468 
Thursday, 4 Oct 2018
07:30 tobik search for other commits by this committer
audio/cava: Add vt(4) font

On Linux Cava loads a custom font to display blocks with varying
heights and widths on the Linux console.  Provide support for it
on FreeBSD with vt(4) too.
Original commitRevision:481208 
Monday, 10 Sep 2018
10:41 tobik search for other commits by this committer
audio/cava: Unbreak build on powerpc (or with gcc 4.2)

- Remove command line options that gcc 4.2 does not recognize
- Allow build on powerpc64 again as it most likely will work now too
- Move post-patch to a patch file while here
Original commitRevision:479389 
02:06 linimon search for other commits by this committer
Mark various ports broken on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:479351 
Tuesday, 8 May 2018
05:59 tobik search for other commits by this committer
audio/cava: Update to 0.6.1

- Drop upstreamed sndio patch
- Enable SNDIO by default
- Add explicit EXAMPLES option
- Also install the README.md so that we install some form of documentation
- ALSA is not applicable to cava on FreeBSD so don't mention it in the
  comment and description

Changes:	https://github.com/karlstav/cava/releases/tag/0.6.1
Original commitRevision:469360 
Monday, 12 Mar 2018
10:44 tobik search for other commits by this committer
audio/cava: Take maintainership

PR:		226551
Approved by:	omar.polo@protonmail.com (maintainer)
Original commitRevision:464245 
Monday, 30 Oct 2017
09:44 tobik search for other commits by this committer
New port: audio/cava

C.A.V.A. is a bar spectrum audio visualizer for the terminal using
ALSA, PulseAudio, sndio or fifo buffer for input.

This program is not intended for scientific use.  It's written to look
responsive and aesthetic when used to visualize music.

WWW: https://karlstav.github.io/cava

- Include a backport of an sndio input contributed by me

PR:		223301
Submitted by:	omar.polo@protonmail.com (based on)
Original commitRevision:453161 

Number of commits found: 25