13 Commits

Author SHA1 Message Date
tb 6cdb44cd6a libcddb: fix header guards to avoid some noise during compilation 2026-05-19 20:01:52 +00:00
tb 0b237dfbf7 libcddb: fix build with llvm22
switch variable from size_t to socklen_t for use in getsockopt(3) to
appease -Wincompatible-pointer-types
2026-05-19 19:43:24 +00:00
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00
espie 7d8f57fcec move to new sites format 2023-09-05 16:13:35 +00:00
naddy b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
naddy 52501c1f09 replace libiconv module with library dependency; no bump needed 2016-04-09 20:14:48 +00:00
naddy 2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy 570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot 58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie 2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
jasper 26f41e7051 - update to 1.3.2 2012-06-02 12:21:55 +00:00
jasper 7cdc0f0243 import libcddb 1.3.0
Libcddb is a C library to access data on a CDDB server (freedb.org). It
allows you to:

- Search the database for possible CD matches.
- Retrieve detailed information about a specific CD.
- 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.

(needed for an upcoming gvfs port)
feedback and ok ajacoutot@
2008-03-19 14:37:54 +00:00