mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
This plugin shows more detailed information about mpd's database.
It can show what artist has the most playing time, or what genre. WWW: http://sarine.nl/gmpc-plugins
This commit is contained in:
parent
6c0f827b35
commit
f3ae92c072
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199540
@ -198,6 +198,7 @@
|
||||
SUBDIR += gmidimonitor
|
||||
SUBDIR += gmixer
|
||||
SUBDIR += gmpc
|
||||
SUBDIR += gmpc-serverstats
|
||||
SUBDIR += gmpccaa
|
||||
SUBDIR += gnapster
|
||||
SUBDIR += gnomad2
|
||||
|
27
audio/gmpc-serverstats/Makefile
Normal file
27
audio/gmpc-serverstats/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: gmpc-serverstat
|
||||
# Date created: September 14 2007
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gmpc-serverstats
|
||||
PORTVERSION= 0.15.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/plugins/
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Serverstats plugin for gmpc
|
||||
|
||||
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
||||
curl.4:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
||||
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XLIB= yes
|
||||
USE_GNOME= gnomehack
|
||||
|
||||
#PLIST_FILES= share/gmpc/plugins/libstopbutton.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/gmpc-serverstats/distinfo
Normal file
3
audio/gmpc-serverstats/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gmpc-serverstats-0.15.0.tar.gz) = 499f7a94a0aac1865bac3703f4eafbbb
|
||||
SHA256 (gmpc-serverstats-0.15.0.tar.gz) = a44195496e4f60c60d4b36e9eb48277c506f92d5a0fab1ac93189983a84fc630
|
||||
SIZE (gmpc-serverstats-0.15.0.tar.gz) = 319413
|
4
audio/gmpc-serverstats/pkg-descr
Normal file
4
audio/gmpc-serverstats/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This plugin shows more detailed information about mpd's database.
|
||||
It can show what artist has the most playing time, or what genre.
|
||||
|
||||
WWW: http://sarine.nl/gmpc-plugins
|
5
audio/gmpc-serverstats/pkg-plist
Normal file
5
audio/gmpc-serverstats/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
share/gmpc/plugins/serverstats/mpd.png
|
||||
share/gmpc/plugins/serverstatsplugin.so
|
||||
@dirrmtry share/gmpc/plugins/serverstats
|
||||
@dirrmtry share/gmpc/plugins
|
||||
@dirrmtry share/gmpc
|
Loading…
Reference in New Issue
Block a user