Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2019 11:07:14 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518766 - in head/audio: . somafm-cli
Message-ID:  <201912011107.xB1B7EHX079688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sun Dec  1 11:07:13 2019
New Revision: 518766
URL: https://svnweb.freebsd.org/changeset/ports/518766

Log:
  New port: audio/somafm-cli
  
  Stream your favorite music channels from
  somafm.com within a terminal using mpv.
  
  WWW: https://github.com/rockymadden/somafm-cli
  
  PR:		242321
  Submitted by:	Lewis Cook <vulcan@wired.sh>

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

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sun Dec  1 10:53:40 2019	(r518765)
+++ head/audio/Makefile	Sun Dec  1 11:07:13 2019	(r518766)
@@ -764,6 +764,7 @@
     SUBDIR += sndio
     SUBDIR += so-synth-lv2
     SUBDIR += solfege
+    SUBDIR += somafm-cli
     SUBDIR += sonata
     SUBDIR += sonic-visualiser
     SUBDIR += sorcer-lv2

Added: head/audio/somafm-cli/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/somafm-cli/Makefile	Sun Dec  1 11:07:13 2019	(r518766)
@@ -0,0 +1,42 @@
+# $FreeBSD$
+
+PORTNAME=	somafm-cli
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.3.1
+CATEGORIES=	audio
+
+MAINTAINER=	vulcan@wired.sh
+COMMENT=	Listen to SomaFM in your terminal
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/README.md
+
+RUN_DEPENDS=	bash:shells/bash \
+		curl:ftp/curl \
+		jq:textproc/jq \
+		mpv:multimedia/mpv
+
+USES=		shebangfix
+USE_GITHUB=	yes
+GH_ACCOUNT=	rockymadden
+SHEBANG_FILES=	src/somafm
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	bin/somafm
+
+PORTDOCS=	README.md
+
+OPTIONS_DEFINE=	DOCS
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/src/somafm \
+		${STAGEDIR}${PREFIX}/bin/somafm
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \
+		${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/audio/somafm-cli/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/somafm-cli/distinfo	Sun Dec  1 11:07:13 2019	(r518766)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575111833
+SHA256 (rockymadden-somafm-cli-v0.3.1_GH0.tar.gz) = 6b8a18549cf7db11ac50b86d8d792b521f1936fe39b1fbcbbf12c0f6d030e71c
+SIZE (rockymadden-somafm-cli-v0.3.1_GH0.tar.gz) = 5076

Added: head/audio/somafm-cli/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/somafm-cli/pkg-descr	Sun Dec  1 11:07:13 2019	(r518766)
@@ -0,0 +1,4 @@
+Stream your favorite music channels from
+somafm.com within a terminal using mpv.
+
+WWW: https://github.com/rockymadden/somafm-cli



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