mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add nyello 0.4.1, an advanced command-line interface and shell for
xmms2. PR: 94313 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
parent
f27c11db12
commit
ae30b894a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157492
@ -349,6 +349,7 @@
|
||||
SUBDIR += normalize
|
||||
SUBDIR += nosefart
|
||||
SUBDIR += nspmod
|
||||
SUBDIR += nyello
|
||||
SUBDIR += ocp
|
||||
SUBDIR += ogg2mp3
|
||||
SUBDIR += oggsplit
|
||||
|
33
audio/nyello/Makefile
Normal file
33
audio/nyello/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: nyello
|
||||
# Date created: 03 Mar 2006
|
||||
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nyello
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://sirius.cine7.net/nyello/releases/
|
||||
|
||||
MAINTAINER= alex@foxybanana.com
|
||||
COMMENT= An advanced command-line interface and shell for xmms2
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
CPPFLAGS="${CPPFLAGS}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
PLIST_FILES= bin/nyello
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not build on FreeBSD 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
audio/nyello/distinfo
Normal file
3
audio/nyello/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
SHA256 (nyello-0.4.1.tar.bz2) = 74b6f8942521e0527c1150d542085f52a9e17cc700365f46e7c6eeb3f99d6fd7
|
||||
MD5 (nyello-0.4.1.tar.bz2) = 8ed6576966ded202fc482d5b61f81d3a
|
||||
SIZE (nyello-0.4.1.tar.bz2) = 96618
|
13
audio/nyello/pkg-descr
Normal file
13
audio/nyello/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user