Add musiccontrol

MusicControl is designed to put YOU in control of the music
  that gets played from your computer.

  It supports MP3, OGG and various module formats.

Submitted by:	 Christian Laursen <xi@borderworlds.dk>
This commit is contained in:
Erwin Lansing 2003-06-10 14:57:12 +00:00
parent 1cf930b9cc
commit 14c7b7f835
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82686
6 changed files with 48 additions and 0 deletions

View File

@ -175,6 +175,7 @@
SUBDIR += muse
SUBDIR += musicbox
SUBDIR += musicbrainz
SUBDIR += musiccontrol
SUBDIR += mutemix
SUBDIR += mziq
SUBDIR += napster

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: musiccontrol
# Date created: 9 june 2003
# Whom: Christian Laursen <xi@borderworlds.dk>
#
# $FreeBSD$
#
PORTNAME= musiccontrol
PORTVERSION= 0.1
CATEGORIES= audio java
MASTER_SITES= http://borderworlds.dk/projects/mc/
DISTNAME= MusicControl-0.1
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= xi@borderworlds.dk
COMMENT= An advanced music player
RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 \
${LOCALBASE}/bin/ogg123:${PORTSDIR}/audio/vorbis-tools \
${LOCALBASE}/bin/simplemod:${PORTSDIR}/audio/simplemod
USE_JAVA= 1.3+
NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/share/java/classes
${INSTALL} -o 0 -g 0 -m 0644 ${DISTDIR}/MusicControl-${PORTVERSION}.jar ${PREFIX}/share/java/classes
${SED} 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/musiccontrol > ${WRKDIR}/musiccontrol
${INSTALL} -o 0 -g 0 ${WRKDIR}/musiccontrol ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (MusicControl-0.1.jar) = 2a95fd37235a4f16327a3cfa5ce8df60

View File

@ -0,0 +1,3 @@
#!/bin/sh
%%PREFIX%%/bin/javavm -jar %%PREFIX%%/share/java/classes/MusicControl-0.1.jar $*

View File

@ -0,0 +1,9 @@
MusicControl is designed to put YOU in control of the music that gets played
from your computer.
It supports MP3, OGG and various module formats.
WWW: http://borderworlds.dk/projects/#mc
- Christian
xi@borderworlds.dk

View File

@ -0,0 +1,2 @@
share/java/classes/MusicControl-0.1.jar
bin/musiccontrol