From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 11 09:30:34 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 1166A16A41F for ; Sat, 11 Mar 2006 09:30:34 +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 7C37943D46 for ; Sat, 11 Mar 2006 09:30:33 +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 k2B9UXlt089653 for ; Sat, 11 Mar 2006 09:30:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2B9UXMC089652; Sat, 11 Mar 2006 09:30:33 GMT (envelope-from gnats) Date: Sat, 11 Mar 2006 09:30:33 GMT Message-Id: <200603110930.k2B9UXMC089652@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Botero-Lowry Cc: Subject: Re: 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 Reply-To: Alexander Botero-Lowry List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 09:30:34 -0000 The following reply was made to PR ports/94313; it has been noted by GNATS. From: Alexander Botero-Lowry To: bug-followup@freebsd.org Cc: Subject: Re: ports/94313: [NEW PORT] audio/nyello: An advanced command-line interface and Date: Sat, 11 Mar 2006 01:23:37 -0800 (PST) # 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