Date: Tue, 16 Apr 2019 15:41:29 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499097 - in head/audio: . vimpc Message-ID: <201904161541.x3GFfTcn075620@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Tue Apr 16 15:41:29 2019 New Revision: 499097 URL: https://svnweb.freebsd.org/changeset/ports/499097 Log: New port: audio/vimpc, a console musicpd client with vi-like look and feel Added: head/audio/vimpc/ head/audio/vimpc/Makefile (contents, props changed) head/audio/vimpc/distinfo (contents, props changed) head/audio/vimpc/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue Apr 16 14:25:36 2019 (r499096) +++ head/audio/Makefile Tue Apr 16 15:41:29 2019 (r499097) @@ -839,6 +839,7 @@ SUBDIR += vagalume SUBDIR += vamp-plugin-sdk SUBDIR += vgmplay + SUBDIR += vimpc SUBDIR += virtual_oss SUBDIR += virtual_oss_ctl SUBDIR += vitunes Added: head/audio/vimpc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vimpc/Makefile Tue Apr 16 15:41:29 2019 (r499097) @@ -0,0 +1,36 @@ +# Created by: Thomas Zander <riggs@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= vimpc +PORTVERSION= 0.09.2 +DISTVERSIONPREFIX= v +CATEGORIES= audio + +MAINTAINER= riggs@FreeBSD.org +COMMENT= Ncurses client for musicpd with vi-like key bindings + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ + libpcre.so:devel/pcre \ + libcurl.so:ftp/curl + +USES= autoreconf ncurses pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= boysetsfrog + +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --enable-taglib=no + +PLIST_FILES= bin/vimpc \ + man/man1/vimpc.1.gz \ + ${DOCSDIR}/help.txt + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/help.txt ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> Added: head/audio/vimpc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vimpc/distinfo Tue Apr 16 15:41:29 2019 (r499097) @@ -0,0 +1,3 @@ +TIMESTAMP = 1555415074 +SHA256 (boysetsfrog-vimpc-v0.09.2_GH0.tar.gz) = caa772f984e35b1c2fbe0349bc9068fc00c17bcfcc0c596f818fa894cac035ce +SIZE (boysetsfrog-vimpc-v0.09.2_GH0.tar.gz) = 452593 Added: head/audio/vimpc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vimpc/pkg-descr Tue Apr 16 15:41:29 2019 (r499097) @@ -0,0 +1,6 @@ +vimpc is a client for mpd with vi-like key bindings, written in C++. +It provides an alternative to other ncurses-based mpd clients (such +as ncmpc and ncmpcpp) in the sense that it features an interface +similar to that of the vim text editor. + +WWW: https://github.com/boysetsfrog/vimpc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904161541.x3GFfTcn075620>