Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2019 05:02:38 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508293 - in head/audio: . mkcue
Message-ID:  <201908070502.x7752cKp068541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Wed Aug  7 05:02:38 2019
New Revision: 508293
URL: https://svnweb.freebsd.org/changeset/ports/508293

Log:
  New port: audio/mkcue: generates CUE sheets from a CD TOC (Table Of Contents)
  
  PR:		239406
  Submitted by:	tobias.rehbein@web.de

Added:
  head/audio/mkcue/
  head/audio/mkcue/Makefile   (contents, props changed)
  head/audio/mkcue/distinfo   (contents, props changed)
  head/audio/mkcue/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Wed Aug  7 03:15:39 2019	(r508292)
+++ head/audio/Makefile	Wed Aug  7 05:02:38 2019	(r508293)
@@ -509,6 +509,7 @@
     SUBDIR += mixmos
     SUBDIR += mixxx
     SUBDIR += mixxx21
+    SUBDIR += mkcue
     SUBDIR += mma
     SUBDIR += moc
     SUBDIR += modplugplay

Added: head/audio/mkcue/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mkcue/Makefile	Wed Aug  7 05:02:38 2019	(r508293)
@@ -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>

Added: head/audio/mkcue/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mkcue/distinfo	Wed Aug  7 05:02:38 2019	(r508293)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1560369510
+SHA256 (mkcue_1.orig.tar.gz) = 2aaf57da4d0f2e24329d5e952e90ec182d4aa82e4b2e025283e42370f9494867
+SIZE (mkcue_1.orig.tar.gz) = 80650

Added: head/audio/mkcue/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mkcue/pkg-descr	Wed Aug  7 05:02:38 2019	(r508293)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908070502.x7752cKp068541>