Bug 122101 - [NEW PORT] audio/libdiscid: library for creating MusicBrainz DiscIDs
Summary: [NEW PORT] audio/libdiscid: library for creating MusicBrainz DiscIDs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-26 03:50 UTC by Jason E. Hale
Modified: 2008-03-26 17:50 UTC (History)
0 users

See Also:


Attachments
2008-03-24-libdiscid.shar (2.13 KB, text/plain)
2008-03-26 03:50 UTC, Jason E. Hale
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2008-03-26 03:50:01 UTC
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
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-03-26 17:49:54 UTC
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"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-03-26 17:50:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!