diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-02 06:03:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-02 06:03:46 +0800 |
commit | c681c1b79ea84afb96f8c7580a64b424ae30f816 (patch) | |
tree | c03567e43d65fb646787c3b7a075b264ca6fb8ef /audio/xpi-musicpm | |
parent | 09a5fe48ef24b91e1cd6f88dd917b8ebb5b2576e (diff) | |
download | freebsd-ports-gnome-c681c1b79ea84afb96f8c7580a64b424ae30f816.tar.gz freebsd-ports-gnome-c681c1b79ea84afb96f8c7580a64b424ae30f816.tar.zst freebsd-ports-gnome-c681c1b79ea84afb96f8c7580a64b424ae30f816.zip |
Music Player Minion is a client for the Music Player Daemon network
music player. The purpose of MPD and it's clients is to allow music
playback on one PC (such as a home media server) to be controlled
from another over the network.
WWW: http://code.google.com/p/musicpm/
PR: ports/128442
Submitted by: Dennis Herrmann <adox at mcx2.org>
Diffstat (limited to 'audio/xpi-musicpm')
-rw-r--r-- | audio/xpi-musicpm/Makefile | 22 | ||||
-rw-r--r-- | audio/xpi-musicpm/distinfo | 3 | ||||
-rw-r--r-- | audio/xpi-musicpm/pkg-descr | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/audio/xpi-musicpm/Makefile b/audio/xpi-musicpm/Makefile new file mode 100644 index 000000000000..03ea8d790cce --- /dev/null +++ b/audio/xpi-musicpm/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-musicpm +# Date created: 28 Okt 2008 +# Whom: Dennis Herrmann <adox@mcx2.org> +# +# $FreeBSD$ +# + +PORTNAME= musicpm +PORTVERSION= 1.4.4 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DISTNAME= mpm_${PORTVERSION} + +MAINTAINER= adox@mcx2.org +COMMENT= Music Player Minion + +XPI_ID= Music_Player_Minion@code.google.com +XPI_FILES= chrome/minion.jar chrome.manifest install.js install.rdf +XPI_DIRS= chrome + +.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/audio/xpi-musicpm/distinfo b/audio/xpi-musicpm/distinfo new file mode 100644 index 000000000000..ba90c61004e2 --- /dev/null +++ b/audio/xpi-musicpm/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/mpm_1.4.4.xpi) = b79b24cb60ff9e5e42f3854e70c51a1f +SHA256 (xpi/mpm_1.4.4.xpi) = 0cb469ea23c768854d1959927c83acba45d9da419ee3d336f48055b597b44e4b +SIZE (xpi/mpm_1.4.4.xpi) = 141196 diff --git a/audio/xpi-musicpm/pkg-descr b/audio/xpi-musicpm/pkg-descr new file mode 100644 index 000000000000..5a42bae4d09c --- /dev/null +++ b/audio/xpi-musicpm/pkg-descr @@ -0,0 +1,6 @@ +Music Player Minion is a client for the Music Player Daemon network +music player. The purpose of MPD and it's clients is to allow music +playback on one PC (such as a home media server) to be controlled +from another over the network. + +WWW: http://code.google.com/p/musicpm/ |