Skip site navigation (1)Skip section navigation (2)
Date:      12 Oct 2003 17:07:40 -0000
From:      Mark Daniel Reidel <ports@mark.reidel.info>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57905: [NEW PORT] audio/traymp: Tray-aware GTK2 client for musicpd
Message-ID:  <20031012170740.53907.qmail@karm.dyndns.org>
Resent-Message-ID: <200310121710.h9CHAKo6012640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57905
>Category:       ports
>Synopsis:       [NEW PORT] audio/traymp: Tray-aware GTK2 client for musicpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 12 10:10:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Daniel Reidel
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD alu.reidel.info 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Wed Oct  1 09:36:28 CEST
>Description:
A tray-aware GTK2-client for MPD, the Music Player Daemon.
Traymp connects to a MPD running on a machine via a network.
Read more about MPD on http://www.musicpd.org

You have to install musicpd somewhere in your network to
make use of this program.

WWW:	http://www.musicpd.org

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- traymp-0.12.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	traymp
#	traymp/pkg-plist
#	traymp/pkg-message
#	traymp/pkg-descr
#	traymp/distinfo
#	traymp/Makefile
#
echo c - traymp
mkdir -p traymp > /dev/null 2>&1
echo x - traymp/pkg-plist
sed 's/^X//' >traymp/pkg-plist << 'END-of-traymp/pkg-plist'
Xbin/traymp
Xshare/pixmaps/traymp/tray.png
Xshare/pixmaps/traymp/tray-play.png
Xshare/pixmaps/traymp/media-play.png
Xshare/pixmaps/traymp/media-pause.png
Xshare/pixmaps/traymp/media-next.png
Xshare/pixmaps/traymp/media-prev.png
Xshare/pixmaps/traymp/media-stop.png
Xshare/pixmaps/traymp/tray-pause.png
Xshare/traymp/playlist.glade
X@dirrm share/pixmaps/traymp
X@dirrm share/pixmaps
X@dirrm share/traymp
END-of-traymp/pkg-plist
echo x - traymp/pkg-message
sed 's/^X//' >traymp/pkg-message << 'END-of-traymp/pkg-message'
X************************************************************
X
XThe traymp package has been successfully installed.
X
XIn order to connect to the MPD server, you need to set
XMPD_HOST and MPD_PORT in your environment according to
Xwhere musicpd runs.
X
X************************************************************
X
END-of-traymp/pkg-message
echo x - traymp/pkg-descr
sed 's/^X//' >traymp/pkg-descr << 'END-of-traymp/pkg-descr'
XA tray-aware GTK2-client for MPD, the Music Player Daemon.
XTraymp connects to a MPD running on a machine via a network.
XRead more about MPD on http://www.musicpd.org
X
XYou have to install musicpd somewhere in your network to
Xmake use of this program.
X
XWWW:	http://www.musicpd.org
END-of-traymp/pkg-descr
echo x - traymp/distinfo
sed 's/^X//' >traymp/distinfo << 'END-of-traymp/distinfo'
XMD5 (traymp-0.12.tar.gz) = 460ab9e72ff6ca522caa9a2c9e31a39b
END-of-traymp/distinfo
echo x - traymp/Makefile
sed 's/^X//' >traymp/Makefile << 'END-of-traymp/Makefile'
X# New ports collection makefile for:	traymp
X# Date created:		Oct 09 2003
X# Whom:			Mark Reidel <ports@mark.reidel.info>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	traymp
XPORTVERSION=	0.12
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	musicpd
X
XMAINTAINER=	ports@mark.reidel.info
XCOMMENT=	Tray-aware GTK2 client for musicpd
X
XGNU_CONFIGURE=	yes
XUSE_GNOME=	glib20 gtk20 libglade2
XCONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib" \
X
XCFLAGS+=	-I${PREFIX}/include
X
X.include <bsd.port.pre.mk>
X
X.ifdef(WITH_XOSD)
XCONFIGURE_ARGS+=--enable-xosd
XLIB_DEPENDS+=xosd.4:${PORTSDIR}/misc/xosd
X.endif
X
Xpre-everything::
X.ifndef(WITH_XOSD)
X	@${ECHO} "You can build ${PKGNAME} with the following option:"
X	@${ECHO}
X	@${ECHO} "WITH_XOSD             Make use of on-screen-display"
X	@${ECHO}
X	@sleep 3
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-traymp/Makefile
exit
--- traymp-0.12.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031012170740.53907.qmail>