Port details |
- ympd Stand-alone lightweight web UI controller for audio/musicpd
- 1.3.0 audio =2 1.3.0Version of this port present on the latest quarterly branch.
- Maintainer: dch@FreeBSD.org
- Port Added: 2018-07-12 15:44:38
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: GPLv2 BSD3CLAUSE MIT
- WWW:
- https://www.ympd.org/
- Description:
- A lightweight MPD (Music Player Daemon) web client written in C, that
runs without a dedicated webserver or interpreters like PHP, NodeJS or
Ruby. It's tuned for minimal resource usage, and minimal configuration.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/ympd/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/ympd
- pkg install ympd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ympd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1531151012
SHA256 (notandy-ympd-v1.3.0_GH0.tar.gz) = d9f68920cd93d1cfa971e1d7b9162a2b1724909bc9753c1338cecb3688d234d5
SIZE (notandy-ympd-v1.3.0_GH0.tar.gz) = 350115
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libmpdclient.so : audio/libmpdclient
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_ympd
- USES:
- cmake ssl
- pkg-message:
- For install:
- To configure ympd, assuming it is running on the same system as
audio/musicpd itself:
sysrc ympd_enable=YES
service ympd start
You may optionally configure additional flags for the daemon:
sysrc ympd_flags="--webport localhost:9000 --user=nobody"
See ympd(1) for further details.
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.3.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 ) |
1.3.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0 28 Aug 2020 21:29:23 |
zeising |
audio/ympd: Fix build with -fno-common
Add patches to fix the build of audio/ympd with -fno-common, which is the
default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
1.3.0 17 Jan 2020 20:29:12 |
antoine |
Fix plist after r523104 |
1.3.0 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
1.3.0 08 Jan 2019 13:20:19 |
mat |
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo. |
1.3.0 12 Jul 2018 15:44:24 |
dch |
audio/ympd: a standalone MPD Web GUI written in C with bootstrap.js
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D16236 |
Number of commits found: 10
|