summaryrefslogtreecommitdiff
path: root/audio/mt-daapd
AgeCommit message (Collapse)AuthorFilesLines
2010-02-01DESTDIR readyjoerg1-4/+7
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop them.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2008-12-20Add howl support from Daniel Hagerty in PR#40196adrianp2-1/+16
Take joerg@'s example on how to add in support and as a result we don't need the change suggested in PR#40194 No change to the default build
2008-11-23Make interface scanning in mDNS code work under NetBSD 4.99.32(?) andtron3-7/+31
newer. The daemon works again under 5.0_BETA on my system now. Bump package revision because of this bug fix.
2008-05-140.2.4.2adrianp3-19/+18
Small bug fixes for port order on mdns advertisement on intel macs, playlists based on bitrate. Primarly, though, this release is to apply fix for CVE-2008-1771. Thanks to Nico Golde for bringing it to light. 0.2.4.1 Security updates for two DOS and one format string vulnerability.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-2/+5
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-02-17Add a missing PKG_GROUPS line that was causing build failures.adrianp1-1/+2
2007-02-05Use FreeBSD compatibility code in interface scanning routing for NetBSDtron3-3/+17
and DragonFlyBSD, too. This makes the mDNS code work on systems with IPv6 (or pflog(4)?) enabled. Bump package revision because of this fix.
2007-02-04Create an ${MTDAAPD_GROUP} and use that instead of ${ROOT_GROUP}adrianp1-4/+6
Pointed out by tron@
2006-12-06s/MAXNAMLEN/NAME_MAX/ and fix pthread test in configure.joerg3-1/+46
2006-10-20mt-daapd is a program which acts as an iTunes (DAAP) server for Linuxadrianp6-0/+168
and other POSIX unixes. It may eventually support Win32 as well. Some random features that it supports: Supports the Roku SoundBridge (query/browse/index support) Supports periodic rescans of the database Can advertise shoutcast streams Supports password-protected shares Is web-configurable and managable Support dynamic playlists, like iTunes "Smart playlists" Probably other things I've forgotten All is not perfect, however. Currently, there are several drawbacks to it: database is indexed by inode, so all music must be on one filesystem browse by artist is slow on Roku, times out (with large databases ~10K songs) Probably other things I've forgotten