import s-cdda-0.8.5

s-cdda queries information, like the table-of-contents, from audio CD-ROMs.
It also reads audio tracks to store them as WAVE audio files.
It only works with SCSI MMC-3 aware cdrom/drivers.

From Steffen Nurpmeso (maintainer/upstream) and tweaks from sthen@ and
me.  ok sthen@
This commit is contained in:
op 2022-05-14 07:53:03 +00:00
parent 104635f3de
commit b70b9bf74c
4 changed files with 30 additions and 0 deletions

23
audio/s-cdda/Makefile Normal file
View File

@ -0,0 +1,23 @@
COMMENT= access information and track data of audio CDs
DISTNAME= s-cdda-0.8.5
CATEGORIES= audio
HOMEPAGE= https://www.sdaoden.eu/code.html\#s-cdda
MASTER_SITES= https://ftp.sdaoden.eu/
FIX_EXTRACT_PERMISSIONS=Yes
MAINTAINER= Steffen Nurpmeso <steffen@sdaoden.eu>
# ISC
PERMIT_PACKAGE= Yes
WANTLIB+= c
MAKE_FILE= makefile
MAKE_FLAGS+= CFLAGS="${CFLAGS}" \
MANDIR="${DESTDIR}${PREFIX}"/man/man1
NO_TEST= Yes
.include <bsd.port.mk>

2
audio/s-cdda/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (s-cdda-0.8.5.tar.gz) = lc1mRRR6wAz8L8pIdNytb3mldUApr2cHg1a7H8fFHNY=
SIZE (s-cdda-0.8.5.tar.gz) = 17885

3
audio/s-cdda/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
s-cdda queries information, like the table-of-contents, from audio CD-ROMs.
It also reads audio tracks to store them as WAVE audio files.
It only works with SCSI MMC-3 aware cdrom/drivers.

2
audio/s-cdda/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@bin bin/s-cdda
@man man/man1/s-cdda.1