| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- enable webrtc
Reported by: tschetter.victor@gmail.com
|
| | |
|
| |
|
|
|
|
| |
- run-tests by submitter
Changes: https://danielnoethen.de/butt/Changelog.html
|
| |
|
|
|
| |
PR: 285253
Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
|
| | |
|
| |
|
|
| |
Changes: https://danielnoethen.de/butt/Changelog.html
|
| |
|
|
|
| |
PR: 253377
Changes: https://danielnoethen.de/butt/Changelog.html
|
| |
|
|
| |
New major version 3.0.0
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
| |
Relnotes: https://danielnoethen.de/butt/Changelog.html
Notes:
svn path=/head/; revision=559424
|
| |
|
|
|
|
|
|
|
| |
PR: 250993
Submitted by: Per Gunnarsson <per.gunnarsson@yandex.com>
Relnotes: https://danielnoethen.de/butt/Changelog.html
Notes:
svn path=/head/; revision=554880
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- now media players are displayed in the dropdown,
to forward track metadata from.
https://lists.freebsd.org/pipermail/freebsd-desktop/2020-July/000407.html
PR: 248282
Submitted by: tcberner
Notes:
svn path=/head/; revision=544244
|
| |
|
|
|
|
|
| |
Relnotes: https://danielnoethen.de/butt/Changelog.html
Notes:
svn path=/head/; revision=538734
|
| |
|
|
|
|
|
|
|
|
| |
- added SSL/TLS support for icecast, among other things
Submitted by: Per Gunnarsson <mustafejen@gmail.com>
Relnotes: https://danielnoethen.de/butt/Changelog.html
Notes:
svn path=/head/; revision=534856
|
| |
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=516916
|
| |
|
|
| |
Notes:
svn path=/head/; revision=508338
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
An easy to use, multi OS streaming tool. It supports SHOUTcast and Icecast.
The main purpose of butt is to stream live audio data from your
computers Mic or Line input to an Shoutcast or Icecast server.
Recording is also possible.
It is NOT intended to be a server by itself or automatically stream
a set of audio files.
WWW: https://danielnoethen.de/butt/
Submitted by: Per Gunnarsson <per.gunnarsson@yandex.com>
Notes:
svn path=/head/; revision=505997
|