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
# 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 <alex@foxybanana.com> 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 <bsd.port.mk> 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
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Take.
State Changed From-To: open->closed New port added with minor modifications, thanks! Changes: - Port depends on xmms2 which does not build on 4.x, therefor I marked it BROKEN - single files should be added to PLIST_FILES instead of pkg-plist