diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-06 02:25:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-06 02:25:59 +0800 |
commit | 499b52f0692e5b45af4cefc9d586669281ad31b0 (patch) | |
tree | e74c352b7f318fda3beb5aa4183ef57cdacfb38e /audio | |
parent | 9f9228f7ed0679d19c421c23901b0a61b5c35ff3 (diff) | |
download | freebsd-ports-gnome-499b52f0692e5b45af4cefc9d586669281ad31b0.tar.gz freebsd-ports-gnome-499b52f0692e5b45af4cefc9d586669281ad31b0.tar.zst freebsd-ports-gnome-499b52f0692e5b45af4cefc9d586669281ad31b0.zip |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | audio/wmmp/Makefile | 21 | ||||
-rw-r--r-- | audio/wmmp/distinfo | 3 | ||||
-rw-r--r-- | audio/wmmp/pkg-descr | 8 | ||||
-rw-r--r-- | audio/wmmp/pkg-plist | 2 |
5 files changed, 36 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index a164a0aba6ff..cc4fe6fb42fb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -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 diff --git a/audio/wmmp/Makefile b/audio/wmmp/Makefile new file mode 100644 index 000000000000..3ac1215d7066 --- /dev/null +++ b/audio/wmmp/Makefile @@ -0,0 +1,21 @@ +# Created by: Nicolas Herry <nicolasherry@gmail.com> +# $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 <bsd.port.mk> diff --git a/audio/wmmp/distinfo b/audio/wmmp/distinfo new file mode 100644 index 000000000000..b0eb765a6276 --- /dev/null +++ b/audio/wmmp/distinfo @@ -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 diff --git a/audio/wmmp/pkg-descr b/audio/wmmp/pkg-descr new file mode 100644 index 000000000000..512920a2d062 --- /dev/null +++ b/audio/wmmp/pkg-descr @@ -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 diff --git a/audio/wmmp/pkg-plist b/audio/wmmp/pkg-plist new file mode 100644 index 000000000000..55ee4ee8fed8 --- /dev/null +++ b/audio/wmmp/pkg-plist @@ -0,0 +1,2 @@ +bin/WMmp +man/man1/WMmp.1.gz |