FreeBSD Bugzilla – Attachment 209551 Details for
Bug 242321
[NEW PORT] audio/somafm-cli: Listen to SomaFM in your terminal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
somafm-cli port diff
port.diff (text/plain), 2.64 KB, created by
Lewis Cook
on 2019-11-30 11:56:01 UTC
(
hide
)
Description:
somafm-cli port diff
Filename:
MIME Type:
Creator:
Lewis Cook
Created:
2019-11-30 11:56:01 UTC
Size:
2.64 KB
patch
obsolete
>Index: audio/somafm-cli/Makefile >=================================================================== >--- audio/somafm-cli/Makefile (nonexistent) >+++ audio/somafm-cli/Makefile (working copy) >@@ -0,0 +1,40 @@ >+# $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 >+ >+USE_GITHUB= yes >+GH_ACCOUNT= rockymadden >+ >+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> > >Property changes on: audio/somafm-cli/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: audio/somafm-cli/distinfo >=================================================================== >--- audio/somafm-cli/distinfo (nonexistent) >+++ audio/somafm-cli/distinfo (working copy) >@@ -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 > >Property changes on: audio/somafm-cli/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: audio/somafm-cli/pkg-descr >=================================================================== >--- audio/somafm-cli/pkg-descr (nonexistent) >+++ audio/somafm-cli/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+Stream your favorite music channels from >+somafm.com within a terminal using mpv. >+ >+WWW: https://github.com/rockymadden/somafm-cli > >Property changes on: audio/somafm-cli/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242321
:
209549
|
209551
|
209554