From owner-svn-ports-head@freebsd.org Tue Dec 5 18:26:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 311F6E73A88; Tue, 5 Dec 2017 18:26:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08C0567187; Tue, 5 Dec 2017 18:26:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB5IPxsK040550; Tue, 5 Dec 2017 18:25:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB5IPxPC040545; Tue, 5 Dec 2017 18:25:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712051825.vB5IPxPC040545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 5 Dec 2017 18:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455600 - in head/audio: . wmmp X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/audio: . wmmp X-SVN-Commit-Revision: 455600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 18:26:01 -0000 Author: amdmi3 Date: Tue Dec 5 18:25:59 2017 New Revision: 455600 URL: https://svnweb.freebsd.org/changeset/ports/455600 Log: WMmp is a dockable musicpd (MPD) client applet for Window Maker. It offers controls to play, pause, stop the music, as well as navigate back and forth the current playlist. musicpd volume can be set with the mouse wheel. WWW: https://github.com/yogsothoth/wmmp PR: 216904 Submitted by: nicolasherry@gmail.com Added: head/audio/wmmp/ head/audio/wmmp/Makefile (contents, props changed) head/audio/wmmp/distinfo (contents, props changed) head/audio/wmmp/pkg-descr (contents, props changed) head/audio/wmmp/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue Dec 5 18:18:33 2017 (r455599) +++ head/audio/Makefile Tue Dec 5 18:25:59 2017 (r455600) @@ -181,8 +181,8 @@ SUBDIR += fluidsynth SUBDIR += fluidsynth-dssi SUBDIR += fmit - SUBDIR += foo-yc20 SUBDIR += fomp-lv2 + SUBDIR += foo-yc20 SUBDIR += forked-daapd SUBDIR += fpc-a52 SUBDIR += fpc-mad @@ -847,6 +847,7 @@ SUBDIR += wildmidi SUBDIR += wmalbum SUBDIR += wmix + SUBDIR += wmmp SUBDIR += wmrecord SUBDIR += wmsmixer SUBDIR += workman Added: head/audio/wmmp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wmmp/Makefile Tue Dec 5 18:25:59 2017 (r455600) @@ -0,0 +1,21 @@ +# Created by: Nicolas Herry +# $FreeBSD$ + +PORTNAME= wmmp +PORTVERSION= 0.12.1 +CATEGORIES= audio windowmaker + +MAINTAINER= nicolasherry@gmail.com +COMMENT= Dockable musicpd client applet for Window Maker + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= yogsothoth + +USES= autoreconf libtool gmake pathfix pkgconfig +GNU_CONFIGURE= yes +USE_XORG= xpm x11 xext + +.include Added: head/audio/wmmp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wmmp/distinfo Tue Dec 5 18:25:59 2017 (r455600) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487788820 +SHA256 (yogsothoth-wmmp-0.12.1_GH0.tar.gz) = 5cd2f6df2461b46908b9f23b251a451eafc2943caebb37ebd416ca501de3be5d +SIZE (yogsothoth-wmmp-0.12.1_GH0.tar.gz) = 129128 Added: head/audio/wmmp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wmmp/pkg-descr Tue Dec 5 18:25:59 2017 (r455600) @@ -0,0 +1,8 @@ +WMmp is a dockable musicpd (MPD) client applet for Window Maker. + +It offers controls to play, pause, stop the music, as well as +navigate back and forth the current playlist. + +musicpd volume can be set with the mouse wheel. + +WWW: https://github.com/yogsothoth/wmmp Added: head/audio/wmmp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wmmp/pkg-plist Tue Dec 5 18:25:59 2017 (r455600) @@ -0,0 +1,2 @@ +bin/WMmp +man/man1/WMmp.1.gz