freebsd-ports/audio/p5-Test-Corpus-Audio-MPD/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

10 lines
527 B
Text

Test::Corpus::Audio::MPD will try to launch a new mpd server for
testing purposes. This mpd server will then be used during
POE::Component::Client::MPD or Audio::MPD tests.
In order to achieve this, the module will create a fake mpd.conf
file with the correct pathes (ie, where you untarred the modulE
tarball). It will then check if some mpd server is already running,
and stop it if the MPD_TEST_OVERRIDE environment variable is true
(die otherwise). Last it will run the test mpd with its newly
created configuration file.