Path to this page:
./
audio/cddbd,
Internet CD Database Server
Branch: CURRENT,
Version: 1.3.1p1nb3,
Package name: cddbd-1.3.1p1nb3,
Maintainer: pkgsrc-usersThis is a port of The Internet CD Database Server (cddbd v1.3.1)
Copyright (c) 1996 Steve Scherf <steve@moonsoft.com>
A Moondog Software Production
The CD Database Server (cddbd) is a program designed to allow remote
access of xmcd-style Compact Disc database entries via the Internet.
Many CD players (such as xmcd, and DiscPlay for Windows) can connect
to this server through the Internet and download CD data from the
server machine's CDDB.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 91.757 KB
Version history: (Expand)
- (2024-01-06) Updated to version: cddbd-1.3.1p1nb3
- (2017-11-23) Package has been reborn
- (2011-08-29) Updated to version: cddbd-1.3.1p1nb2
- (2007-09-09) Updated to version: cddbd-1.3.1p1nb1
- (2007-08-30) Updated to version: cddbd-1.3.1p1nb1
- (2005-10-05) Package added to pkgsrc.se, version cddbd-1.3.1p1 (created)
CVS history: (Expand)
2024-01-06 01:06:25 by Roland Illig | Files touched by this commit (4) |
Log message:
audio/cddbd: remove references to temporary DESTDIR
Detected by building with CHECK_WRKREF=destdir.
While here, remove MESSAGE as the motd is not essential to this package.
Bump PKGREVISION.
|
2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
2021-10-07 15:10:03 by Nia Alarie | Files touched by this commit (459) |
Log message:
audio: Remove SHA1 hashes for distfiles
|
2015-11-03 02:12:56 by Alistair G. Crooks | Files touched by this commit (409) |
Log message:
Add SHA512 digests for distfiles for audio category
Problems found with existing distfiles:
/pub/pkgsrc/distfiles/amp-0.7.6.tgz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
/pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz
/pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2
/pub/pkgsrc/distfiles/mp3to.gz
/pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz
No changes made to these file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-09-12 01:59:37 by Aleksej Saushev | Files touched by this commit (112) |
Log message:
"user-destdir" is default these days
|
2012-01-11 15:52:19 by Hans Rosenfeld | Files touched by this commit (1) |
Log message:
Fix build on SunOS.
|
2011-08-29 00:30:17 by David A. Holland | Files touched by this commit (9) |
Log message:
Fix void main. While here:
- add various LP64 fixes;
- use stdlib.h as needed instead of casting the return value of malloc;
- fix fake-varargs printf code and use stdarg.h;
- use system snprintf instead of included custom one;
- tidy up symbol name conflict with log();
- add patch comments;
- remove some pkglint;
- add LICENSE.
PKGREVISION -> 2.
|
2010-02-03 15:43:57 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Do not bail out if not installing as root.
|