Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 20:34:34 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554315 - in head/audio: . cyanrip
Message-ID:  <202011062034.0A6KYYCq043288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Nov  6 20:34:34 2020
New Revision: 554315
URL: https://svnweb.freebsd.org/changeset/ports/554315

Log:
  audio/cyanrip: CD digital audio ripping program
  
  Audio CD ripper with command-line interface (CLI) that focuses on accuracy
  over speed and offers many advanced features without any bloat.
  Supports AccurateRip(tm) and MusicBrainz.
  
  WWW: https://github.com/cyanreg/cyanrip
  
  Maintainer:	daniel.engberg.lists@pyret.net
  PR:		250484

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

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Fri Nov  6 20:29:50 2020	(r554314)
+++ head/audio/Makefile	Fri Nov  6 20:34:34 2020	(r554315)
@@ -97,6 +97,7 @@
     SUBDIR += cue2toc
     SUBDIR += cuetools
     SUBDIR += cutmp3
+    SUBDIR += cyanrip
     SUBDIR += dagrab
     SUBDIR += darkice
     SUBDIR += dcd

Added: head/audio/cyanrip/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/cyanrip/Makefile	Fri Nov  6 20:34:34 2020	(r554315)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	cyanrip
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.7.0
+CATEGORIES=	audio
+
+MAINTAINER=	daniel.engberg.lists@pyret.net
+COMMENT=	Audio CD ripper with command-line interface and focus on accuracy
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
+		libcdio.so:sysutils/libcdio \
+		libcdio_paranoia.so:sysutils/libcdio-paranoia \
+		libcurl.so:ftp/curl \
+		libmusicbrainz5.so:audio/libmusicbrainz5
+
+USES=		localbase meson pkgconfig
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	cyanreg
+
+PLIST_FILES=	bin/cyanrip
+
+.include <bsd.port.mk>

Added: head/audio/cyanrip/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/cyanrip/distinfo	Fri Nov  6 20:34:34 2020	(r554315)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604278538
+SHA256 (cyanreg-cyanrip-v0.7.0_GH0.tar.gz) = 67318dee2a21ed17b98b406dfd2c86568c649fc4596c8fb22f8a767b7a7406d0
+SIZE (cyanreg-cyanrip-v0.7.0_GH0.tar.gz) = 49850

Added: head/audio/cyanrip/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/cyanrip/pkg-descr	Fri Nov  6 20:34:34 2020	(r554315)
@@ -0,0 +1,5 @@
+Audio CD ripper with command-line interface (CLI) that focuses on accuracy
+over speed and offers many advanced features without any bloat.
+Supports AccurateRip(tm) and MusicBrainz.
+
+WWW: https://github.com/cyanreg/cyanrip

Added: head/audio/cyanrip/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/cyanrip/pkg-message	Fri Nov  6 20:34:34 2020	(r554315)
@@ -0,0 +1,14 @@
+[
+{ type: install
+  message: <<EOM
+In order for cyanrip to rip as accurate as possible,
+be sure to set the drive offset.
+
+You can determine the offset by visiting  https://www.daefeatures.co.uk/ ,
+http://www.accuraterip.com/driveoffsets.htm , by or using a disc that's in
+the AccurateRip database.
+
+Please refer to https://github.com/cyanreg/cyanrip for more information.
+EOM
+}
+]



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