From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 15 01:00:30 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 3086B16A41C for ; Fri, 15 Jul 2005 01:00:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70B643D46 for ; Fri, 15 Jul 2005 01:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6F10T7B096676 for ; Fri, 15 Jul 2005 01:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6F10TqH096667; Fri, 15 Jul 2005 01:00:29 GMT (envelope-from gnats) Resent-Date: Fri, 15 Jul 2005 01:00:29 GMT Resent-Message-Id: <200507150100.j6F10TqH096667@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, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4402D16A41C for ; Fri, 15 Jul 2005 00:54:49 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A6E43D45 for ; Fri, 15 Jul 2005 00:54:48 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (localhost [127.0.0.1]) by beaver.critical.ch (8.13.3/8.13.1) with ESMTP id j6F0siRc031590 for ; Fri, 15 Jul 2005 02:54:44 +0200 (CEST) (envelope-from ehaupt@beaver.critical.ch) Received: (from ehaupt@localhost) by beaver.critical.ch (8.13.3/8.13.1/Submit) id j6F0silj031589; Fri, 15 Jul 2005 02:54:44 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200507150054.j6F0silj031589@beaver.critical.ch> Date: Fri, 15 Jul 2005 02:54:44 +0200 (CEST) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83484: new port: audio/xmms-rateplug - Add song rating control to the XMMS playlist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 01:00:30 -0000 >Number: 83484 >Category: ports >Synopsis: new port: audio/xmms-rateplug - Add song rating control to the XMMS playlist >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: Fri Jul 15 01:00:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RELEASE-p4 FreeBSD 5.4-RELEASE-p4 #0: Wed Jul 6 20:05:27 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386 >Description: new port: audio/xmms-rateplug - Add song rating control to the XMMS playlist Adds extra control to the XMMS playlist and automatically skips songs you don't like and play the ones you do like. * High rated songs will be played privileged * Manual manipulation of the assessment of single songs * Ignore single songs * Configurable >How-To-Repeat: >Fix: --- xmms-rateplug.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: # # xmms-rateplug # xmms-rateplug/Makefile # xmms-rateplug/pkg-descr # xmms-rateplug/distinfo # xmms-rateplug/files # xmms-rateplug/files/install-user # xmms-rateplug/pkg-message # echo c - xmms-rateplug mkdir -p xmms-rateplug > /dev/null 2>&1 echo x - xmms-rateplug/Makefile sed 's/^X//' >xmms-rateplug/Makefile << 'END-of-xmms-rateplug/Makefile' X# New ports collection makefile for: xmms-rateplug X# Date created: 15 Jul 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= xmms-rateplug XDISTVERSION= 0.4.2-3 XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= xmmsassesment X XMAINTAINER= ehaupt@critical.ch XCOMMENT= Add song rating control to the XMMS playlist X XUSE_X_PREFIX= yes XUSE_GNOME= gtk12 X XCXXFLAGS+= -w -shared `xmms-config --cflags` `gtk-config --cflags` \ X `gtk-config --libs` XPLUGIN= rateplug X XPLIST_FILES= lib/xmms/General/rateplug.so X Xdo-build: X ${CXX} ${CXXFLAGS} ${WRKSRC}/${PLUGIN}.c++ -o ${WRKSRC}/${PLUGIN}.so X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PLUGIN}.so ${PREFIX}/lib/xmms/General X Xpost-install: X @${CAT} ${PKGMESSAGE} X Xinstall-user: X ${SH} ${FILESDIR}/install-user X X.include END-of-xmms-rateplug/Makefile echo x - xmms-rateplug/pkg-descr sed 's/^X//' >xmms-rateplug/pkg-descr << 'END-of-xmms-rateplug/pkg-descr' XAdds extra control to the XMMS playlist and automatically skips songs you don't Xlike and play the ones you do like. X X * High rated songs will be played privileged X * Manual manipulation of the assessment of single songs X * Ignore single songs X * Configurable X XWWW: http://xmmsassesment.sourceforge.net/ X X- ehaupt Xehaupt@critical.ch END-of-xmms-rateplug/pkg-descr echo x - xmms-rateplug/distinfo sed 's/^X//' >xmms-rateplug/distinfo << 'END-of-xmms-rateplug/distinfo' XMD5 (xmms-rateplug-0.4.2-3.tar.gz) = a29ddbf2b16632ce5c26228c8ee3a76c XSIZE (xmms-rateplug-0.4.2-3.tar.gz) = 20041 END-of-xmms-rateplug/distinfo echo c - xmms-rateplug/files mkdir -p xmms-rateplug/files > /dev/null 2>&1 echo x - xmms-rateplug/files/install-user sed 's/^X//' >xmms-rateplug/files/install-user << 'END-of-xmms-rateplug/files/install-user' X#!/bin/sh X# X# Emanuel Haupt X# X# This script creates the users configfile that needs to X# exist in order to use this plugin X# X# $FreeBSD$ X X Xif [ ! -d ~/.xmms ]; then X echo "===> Creating xmms directory" X mkdir ~/.xmms Xfi X Xif [ -f ~/.xmms/database.txt ]; then X echo "===> Database already exists" Xelse X echo "===> Initializing database" X touch ~/.xmms/database.txt X echo "===> Database initialized" Xfi END-of-xmms-rateplug/files/install-user echo x - xmms-rateplug/pkg-message sed 's/^X//' >xmms-rateplug/pkg-message << 'END-of-xmms-rateplug/pkg-message' X=============================================================================== XYou can run "make install-user" in this directory as user to initialize the Xrating database. X=============================================================================== END-of-xmms-rateplug/pkg-message exit --- xmms-rateplug.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: