summaryrefslogtreecommitdiff
path: root/audio/libmpd/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-04-08Remove bogus entry from PLIST.wiz1-1/+3
Add PKGCONFIG_OVERRIDE. Bump PKGREVISION.
2006-04-07Update to 0.12.0.rpaulo1-5/+4
I don't know what has changed besides the version number and the layout. Reviewed by jlam@
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-11-22Initial import of libmpd:wiz1-0/+16
libmpd is trying to provide a easy to use high level, callback based access to mpd. It tries to be fast and keep the data transfer with mpd to the minimum. To do this it implements queues for deleting and adding songs. There is extra functionallity added for the ease of the programmer.