summaryrefslogtreecommitdiffstats
path: root/audio-libs/libcddb/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/libcddb/DETAILS')
-rwxr-xr-xaudio-libs/libcddb/DETAILS24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio-libs/libcddb/DETAILS b/audio-libs/libcddb/DETAILS
new file mode 100755
index 0000000000..a4bc3aef3f
--- /dev/null
+++ b/audio-libs/libcddb/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=libcddb
+ VERSION=1.2.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
+ WEB_SITE=http://libcddb.sourceforge.net
+ MD5[0]=eea5914b1af7507b4de362874fd25224
+ ENTERED=20040108
+ UPDATED=20040108
+ LICENSE[0]=LGPL
+ SHORT="Libcddb is a C library to access data on a CDDB server"
+cat << EOF
+ Libcddb is a C library to access data on a CDDB server (freedb.org). It allows
+you to:
+
+ 1. search the database for possible CD matches;
+ 2. retrieve detailed information about a specific CD;
+ 3. submit new CD entries to the database.
+
+Libcddb supports both the custom CDDB protocol and tunnelling the query and
+read operations over plain HTTP. It is also possible to use an HTTP proxy
+server. If you want to speed things up, you can make use of the built-in
+caching facility provided by the library.
+EOF