New port audio/libdiscid. This is a library that creates DiscIds from audio CDs for use with the MusicBrainz database. This functionality is included with libmusicbrainz 2.x, but with libmusicbrainz 3.x this functionality was moved to this separate library. libmusicbrainz 3.x can depend on this library so it can be used with audio CDs. The addition of this library will also allow the upgrade of audio/py-musicbrainz2, which currently depends on libmusicbrainz 2.x for handling audio CDs. How-To-Repeat: shar is attached
miwi 2008-03-26 17:49:49 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/libdiscid Makefile distinfo pkg-descr pkg-plist Log: libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs. It reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz. Additionally, it provides a submission URL for adding the DiscID to the database. WWW: http://musicbrainz.org/doc/libdiscid PR: ports/122101 Submitted by: Jason E. Hale <bsdkaffee at gmail.com> Revision Changes Path 1.941 +1 -0 ports/audio/Makefile 1.1 +26 -0 ports/audio/libdiscid/Makefile (new) 1.1 +3 -0 ports/audio/libdiscid/distinfo (new) 1.1 +6 -0 ports/audio/libdiscid/pkg-descr (new) 1.1 +7 -0 ports/audio/libdiscid/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!