Date: Mon, 14 Jul 2003 04:19:32 -0500 (CDT) From: MiG <migi@mig-29.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/54493: New port: xmms-infopipe (Create a named pipe to retrive xmms info about currently playing song). Message-ID: <200307140919.h6E9JWQa099342@mig.mig-29.net> Resent-Message-ID: <200307150810.h6F8A02s072825@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 54493 >Category: ports >Synopsis: New port: xmms-infopipe (Create a named pipe to retrive xmms info about currently playing song). >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 15 01:10:00 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Manuel Rodirigo Rabade Garcia >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: System: FreeBSD mig.mig-29.net 4.8-RELEASE FreeBSD 4.8-RELEASE #10: Mon Jun 30 01:23:10 CDT 2003 mig@mig.mig-29.net:/usr/obj/usr/src/sys/MIG i386 >Description: Create a named pipe to retrive xmms info about currently playing song. This is my first port, any comments are very welcome. Thanks a lot. >How-To-Repeat: >Fix: # 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: # # xmms-infopipe # xmms-infopipe/pkg-plist # xmms-infopipe/pkg-descr # xmms-infopipe/distinfo # xmms-infopipe/Makefile # echo c - xmms-infopipe mkdir -p xmms-infopipe > /dev/null 2>&1 echo x - xmms-infopipe/pkg-plist sed 's/^X//' >xmms-infopipe/pkg-plist << 'END-of-xmms-infopipe/pkg-plist' Xlib/xmms/General/libinfopipe-1.3.so.1 X@exec ln -s lib/xmms/General/libinfopipe-1.3.so.1 lib/xmms/General/libinfopipe-1. 3.so X@exec ln -s lib/xmms/General/libinfopipe-1.3.so.1 lib/xmms/General/libinfopipe.so Xlib/xmms/General/libinfopipe.la Xlib/xmms/General/libinfopipe.a X@unexec rm /usr/X11R6/lib/xmms/General/libinfopipe-1.3.so X@unexec rm /usr/X11R6/lib/xmms/General/libinfopipe.so END-of-xmms-infopipe/pkg-plist echo x - xmms-infopipe/pkg-descr sed 's/^X//' >xmms-infopipe/pkg-descr << 'END-of-xmms-infopipe/pkg-descr' XOpens a named pipe to /tmp/xmms-info. When read from there, it just Xreturns plain text that has information about currently playing Xsong. X XWWW: http://www.beastwithin.org/users/wwwwolf/code/xmms/infopipe.html X X- Manuel Rodrigo Rábade García Xmig@mig-29.net END-of-xmms-infopipe/pkg-descr echo x - xmms-infopipe/distinfo sed 's/^X//' >xmms-infopipe/distinfo << 'END-of-xmms-infopipe/distinfo' XMD5 (xmms-infopipe-1.3.tar.gz) = 1ccc90254c58a81f87abc43720fe71bf END-of-xmms-infopipe/distinfo echo x - xmms-infopipe/Makefile sed 's/^X//' >xmms-infopipe/Makefile << 'END-of-xmms-infopipe/Makefile' X# New ports collection makefile for: xmms-infopipe X# Date created: 14 July 2003 X# Whom: mig X# X# $FreeBSD$ X# X XPORTNAME= xmms-infopipe XPORTVERSION= 1.3 XCATEGORIES= audio XMASTER_SITES= http://www.beastwithin.org/users/wwwwolf/code/xmms/ XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= Manuel Rodrigo Rábade García <mig@mig-29.net> XCOMMENT= Create a named pipe to retrive xmms info about currently playing s ong. X XRUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms X XUSE_X_PREFIX= yes XUSE_GNOME= gtk12 XGNU_CONFIGURE= yes X X.include <bsd.port.mk> END-of-xmms-infopipe/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307140919.h6E9JWQa099342>