- convert to USE_RC_SUBR
- make sure thread libs are detected/used correctly on all OSVERSIONs
- change default database directory to /var/db/mt-daapd.
- change default mp3 dir to ${PREFIX}/share/mt-daap
- tell users whatvariables to they can set to customize their installation
- move pkg-deinstall, pkg-install and files/mt-daapd.conf in FILESDIR to be
able to respect user choices.
- portlint
PR: ports/95190 reworked extensively by me
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> (now maintianer)
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
mt-daapd scans a directory for music files and makes them
available via the Apple proprietary protocol DAAP. DAAP
clients can browse the directory and retrieve individual
files, either by streaming or by downloading them.
WWW: http://mt-daapd.sourceforge.net/
PR: ports/64077
Submitted by: Meno Abels <meno.abels@adviser.com>