From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 11 08:30:52 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 56F6D16A41F for ; Sat, 11 Mar 2006 08:30:52 +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 B2CC243D49 for ; Sat, 11 Mar 2006 08:30:51 +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 k2B8Upn5086776 for ; Sat, 11 Mar 2006 08:30:51 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2B8Upl3086775; Sat, 11 Mar 2006 08:30:51 GMT (envelope-from gnats) Resent-Date: Sat, 11 Mar 2006 08:30:51 GMT Resent-Message-Id: <200603110830.k2B8Upl3086775@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, Alexander Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538C516A41F for ; Sat, 11 Mar 2006 08:24:00 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B4CD43D45 for ; Sat, 11 Mar 2006 08:24:00 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k2B8NxTL075793 for ; Sat, 11 Mar 2006 08:23:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k2B8Nxt7075791; Sat, 11 Mar 2006 08:23:59 GMT (envelope-from nobody) Message-Id: <200603110823.k2B8Nxt7075791@www.freebsd.org> Date: Sat, 11 Mar 2006 08:23:59 GMT From: Alexander Botero-Lowry To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: ports/94313: [NEW PORT] audio/nyello: An advanced command-line interface and X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 08:30:52 -0000 >Number: 94313 >Category: ports >Synopsis: [NEW PORT] audio/nyello: An advanced command-line interface and >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: Sat Mar 11 08:30:51 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: FreeBSD Laptop 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb 7 19:06:16 PST >Description: nyello is a command-line XMMS2 client. It aims at providing a high-level interface to the XMMS2 server, with a concise and powerful interaction syntax. It boasts (or soon will boast) advanced features, such as rich pattern expressions to efficiently browse your library, smart completion of commands and custom song collections to organize your library. It can either run a single command or work like a shell (if started without argument). As a command-line program, it is mostly targetted at Unix power-users. WWW: http://sirius.cine7.net/nyello/index.php >How-To-Repeat: >Fix: --- nyello-0.4.1.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: # # nyello # nyello/Makefile # nyello/pkg-descr # nyello/pkg-plist # nyello/distinfo # echo c - nyello mkdir -p nyello > /dev/null 2>&1 echo x - nyello/Makefile sed 's/^X//' >nyello/Makefile << 'END-of-nyello/Makefile' X# New ports collection makefile for: nyello X# Date created: 03 Mar 2006 X# Whom: Alexander Botero-Lowry X# X# $FreeBSD: $ X# X XPORTNAME= nyello XPORTVERSION= 0.4.1 XCATEGORIES= audio XMASTER_SITES= http://sirius.cine7.net/nyello/releases/ X XMAINTAINER= alex@foxybanana.com XCOMMENT= An advanced command-line interface and shell for xmms2 X XBUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 X XWRKSRC= ${WRKDIR}/${DISTNAME} X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ X CPPFLAGS="${CPPFLAGS}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" XUSE_BZIP2= yes X X.include END-of-nyello/Makefile echo x - nyello/pkg-descr sed 's/^X//' >nyello/pkg-descr << 'END-of-nyello/pkg-descr' Xnyello is a command-line XMMS2 client. X XIt aims at providing a high-level interface to the XMMS2 server, with a concise X and powerful interaction syntax. It boasts (or soon will boast) advanced Xfeatures, such as rich pattern expressions to efficiently browse your library, Xsmart completion of commands and custom song collections to organize your Xlibrary. X XIt can either run a single command or work like a shell (if started without Xargument). As a command-line program, it is mostly targetted at Unix Xpower-users. X XWWW: http://sirius.cine7.net/nyello/index.php END-of-nyello/pkg-descr echo x - nyello/pkg-plist sed 's/^X//' >nyello/pkg-plist << 'END-of-nyello/pkg-plist' Xbin/nyello END-of-nyello/pkg-plist echo x - nyello/distinfo sed 's/^X//' >nyello/distinfo << 'END-of-nyello/distinfo' XSHA256 (nyello-0.4.1.tar.bz2) = 74b6f8942521e0527c1150d542085f52a9e17cc700365f46e7c6eeb3f99d6fd7 XMD5 (nyello-0.4.1.tar.bz2) = 8ed6576966ded202fc482d5b61f81d3a XSIZE (nyello-0.4.1.tar.bz2) = 96618 END-of-nyello/distinfo exit --- nyello-0.4.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: shell for xmms2 X-REMOTE_ADDR-Is-Open-Proxy: Maybe X-Send-Pr-Version: www-2.3 shell for xmms2