From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 15 01:10:02 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A6C737B401 for ; Tue, 15 Jul 2003 01:10:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE5B43F93 for ; Tue, 15 Jul 2003 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6F8A0Up072826 for ; Tue, 15 Jul 2003 01:10:00 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6F8A02s072825; Tue, 15 Jul 2003 01:10:00 -0700 (PDT) Resent-Date: Tue, 15 Jul 2003 01:10:00 -0700 (PDT) Resent-Message-Id: <200307150810.h6F8A02s072825@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, MiG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D28F37B401 for ; Tue, 15 Jul 2003 01:07:00 -0700 (PDT) Received: from mig.mig-29.net (dsl-200-67-215-158.prodigy.net.mx [200.67.215.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D287B43F3F for ; Tue, 15 Jul 2003 01:06:58 -0700 (PDT) (envelope-from mig@mig-29.net) Received: from mig.mig-29.net (localhost.mig-29.net [127.0.0.1]) by mig.mig-29.net (8.12.8p1/8.12.8) with ESMTP id h6E9JWiZ099343 for ; Mon, 14 Jul 2003 04:19:32 -0500 (CDT) (envelope-from mig@mig.mig-29.net) Received: (from root@localhost) by mig.mig-29.net (8.12.8p1/8.12.8/Submit) id h6E9JWQa099342; Mon, 14 Jul 2003 04:19:32 -0500 (CDT) (envelope-from mig) Message-Id: <200307140919.h6E9JWQa099342@mig.mig-29.net> Date: Mon, 14 Jul 2003 04:19:32 -0500 (CDT) From: MiG To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54493: New port: xmms-infopipe (Create a named pipe to retrive xmms info about currently playing song). X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: MiG List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 08:10:02 -0000 >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 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 END-of-xmms-infopipe/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: