aboutsummaryrefslogtreecommitdiff
path: root/audio/mkcue
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-08-07 05:02:38 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-08-07 05:02:38 +0000
commitce2ce218bb18ea1f66da4c880cb3238be86c517c (patch)
treed4b477676ea01f9d526bdfdb7f851c57f1633960 /audio/mkcue
parentb6cf58dffd1c449df79649b63f30e60aeee49c6f (diff)
downloadports-ce2ce218bb18ea1f66da4c880cb3238be86c517c.tar.gz
ports-ce2ce218bb18ea1f66da4c880cb3238be86c517c.zip
New port: audio/mkcue: generates CUE sheets from a CD TOC (Table Of Contents)
PR: 239406 Submitted by: tobias.rehbein@web.de
Notes
Notes: svn path=/head/; revision=508293
Diffstat (limited to 'audio/mkcue')
-rw-r--r--audio/mkcue/Makefile25
-rw-r--r--audio/mkcue/distinfo3
-rw-r--r--audio/mkcue/pkg-descr6
3 files changed, 34 insertions, 0 deletions
diff --git a/audio/mkcue/Makefile b/audio/mkcue/Makefile
new file mode 100644
index 000000000000..074031eb32f6
--- /dev/null
+++ b/audio/mkcue/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= mkcue
+PORTVERSION= 1
+CATEGORIES= audio
+MASTER_SITES= DEBIAN
+DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
+
+MAINTAINER= tobias.rehbein@web.de
+COMMENT= Generates CUE sheets from a CD TOC (Table Of Contents)
+
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
+MAKEFILE= GNUmakefile
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/mkcue
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/mkcue ${STAGEDIR}${PREFIX}/bin
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkcue
+
+.include <bsd.port.mk>
diff --git a/audio/mkcue/distinfo b/audio/mkcue/distinfo
new file mode 100644
index 000000000000..df4e95ce49b0
--- /dev/null
+++ b/audio/mkcue/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1560369510
+SHA256 (mkcue_1.orig.tar.gz) = 2aaf57da4d0f2e24329d5e952e90ec182d4aa82e4b2e025283e42370f9494867
+SIZE (mkcue_1.orig.tar.gz) = 80650
diff --git a/audio/mkcue/pkg-descr b/audio/mkcue/pkg-descr
new file mode 100644
index 000000000000..756533325427
--- /dev/null
+++ b/audio/mkcue/pkg-descr
@@ -0,0 +1,6 @@
+mkcue generates CUE sheets from a CD TOC (Table Of Contents).
+
+It is a perfect companion for abcde to generate backups of your audio CDs using
+the FLAC codec and the single track option.
+
+WWW: https://packages.debian.org/sid/mkcue