diff --git a/audio/s-cdda/Makefile b/audio/s-cdda/Makefile new file mode 100644 index 00000000000..b932200e51f --- /dev/null +++ b/audio/s-cdda/Makefile @@ -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 + +# ISC +PERMIT_PACKAGE= Yes + +WANTLIB+= c + +MAKE_FILE= makefile +MAKE_FLAGS+= CFLAGS="${CFLAGS}" \ + MANDIR="${DESTDIR}${PREFIX}"/man/man1 + +NO_TEST= Yes + +.include diff --git a/audio/s-cdda/distinfo b/audio/s-cdda/distinfo new file mode 100644 index 00000000000..7df87b84d64 --- /dev/null +++ b/audio/s-cdda/distinfo @@ -0,0 +1,2 @@ +SHA256 (s-cdda-0.8.5.tar.gz) = lc1mRRR6wAz8L8pIdNytb3mldUApr2cHg1a7H8fFHNY= +SIZE (s-cdda-0.8.5.tar.gz) = 17885 diff --git a/audio/s-cdda/pkg/DESCR b/audio/s-cdda/pkg/DESCR new file mode 100644 index 00000000000..c8e97994e2e --- /dev/null +++ b/audio/s-cdda/pkg/DESCR @@ -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. diff --git a/audio/s-cdda/pkg/PLIST b/audio/s-cdda/pkg/PLIST new file mode 100644 index 00000000000..1134c985e08 --- /dev/null +++ b/audio/s-cdda/pkg/PLIST @@ -0,0 +1,2 @@ +@bin bin/s-cdda +@man man/man1/s-cdda.1