From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 13 07:50:19 2006 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 A800016A4DE for ; Thu, 13 Jul 2006 07:50:19 +0000 (UTC) (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 274AF43D4C for ; Thu, 13 Jul 2006 07:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6D7oIiS048158 for ; Thu, 13 Jul 2006 07:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6D7oIkY048157; Thu, 13 Jul 2006 07:50:18 GMT (envelope-from gnats) Resent-Date: Thu, 13 Jul 2006 07:50:18 GMT Resent-Message-Id: <200607130750.k6D7oIkY048157@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, redchrom@gmail.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1BC116A4DA for ; Thu, 13 Jul 2006 07:40:21 +0000 (UTC) (envelope-from root@death.ispvds.com) Received: from death.ispvds.com (death.ispvds.com [82.146.33.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D9743D5A for ; Thu, 13 Jul 2006 07:40:20 +0000 (GMT) (envelope-from root@death.ispvds.com) Received: (from root@localhost) by death.ispvds.com (8.13.7/8.13.5) id k6D7eLFh043055; Thu, 13 Jul 2006 07:40:21 GMT (envelope-from root) Message-Id: <200607130740.k6D7eLFh043055@death.ispvds.com> Date: Thu, 13 Jul 2006 07:40:21 GMT From: redchrom@gmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100195: new port audio/mpdscribble X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: redchrom@gmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 07:50:19 -0000 >Number: 100195 >Category: ports >Synopsis: new port audio/mpdscribble >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: Thu Jul 13 07:50:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: RedChrom >Release: FreeBSD 6.1-STABLE i386 >Organization: RedChrom >Environment: System: FreeBSD death.ispvds.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 27 05:24:47 CEST 2006 root@dione.ispsystem.net:/root/src/sys/i386/compile/ISPSYSTEM i386 >Description: mpdscribble is a music player daemon client which submits information about tracks being played to audioscrobbler. >How-To-Repeat: Add port from the shar archive >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: # # ./mpdscribble # ./mpdscribble/Makefile # ./mpdscribble/distinfo # ./mpdscribble/pkg-descr # echo c - ./mpdscribble mkdir -p ./mpdscribble > /dev/null 2>&1 echo x - ./mpdscribble/Makefile sed 's/^X//' >./mpdscribble/Makefile << 'END-of-./mpdscribble/Makefile' X# New ports collection makefile for: mpdscribble X# Date created: July 13 2006 X# Whom: Stepan Zastupov [RedChrom] X# X# $FreeBSD$ X# X XPORTNAME= mpdscribble XPORTVERSION= 0.2.10 XCATEGORIES= audio XMASTER_SITES= http://www.frob.nl/projects/scribble/ X XMAINTAINER= redchrom@gmail.com XCOMMENT= mpd last.fm client X XLIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup X XGNU_CONFIGURE= yes X XMAN1= mpdscribble.1 XPLIST_FILES= bin/mpdscribble X X.include END-of-./mpdscribble/Makefile echo x - ./mpdscribble/distinfo sed 's/^X//' >./mpdscribble/distinfo << 'END-of-./mpdscribble/distinfo' XMD5 (mpdscribble-0.2.10.tar.gz) = 7c1161ff4f226b8e69903acfa3ac4cf5 XSHA256 (mpdscribble-0.2.10.tar.gz) = a7d2a9907d0ff9afab9a576f00d07432d93aa2cf47d293120afdde93bbc05ce6 XSIZE (mpdscribble-0.2.10.tar.gz) = 134790 END-of-./mpdscribble/distinfo echo x - ./mpdscribble/pkg-descr sed 's/^X//' >./mpdscribble/pkg-descr << 'END-of-./mpdscribble/pkg-descr' Xmpdscribble is a music player daemon client which Xsubmits information about tracks being played to audioscrobbler. X XWWW: http://www.frob.nl/scribble.html END-of-./mpdscribble/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: