curse based media player and playlist manager with vi-like bindings,ok jasper@
This commit is contained in:
parent
0e371854d3
commit
fa60d4a9cc
38
multimedia/vitunes/Makefile
Executable file
38
multimedia/vitunes/Makefile
Executable file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/31 10:11:11 laurent Exp $
|
||||
|
||||
COMMENT = curses media indexer and player for vi users
|
||||
|
||||
DISTNAME = vitunes-1.0.5
|
||||
|
||||
CATEGORIES = multimedia
|
||||
|
||||
HOMEPAGE = http://www.vitunes.org/
|
||||
|
||||
MAINTAINER = Laurent Fanis <laurent@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = c m ncurses util
|
||||
|
||||
LIB_DEPENDS = tag,tag_c::audio/taglib
|
||||
|
||||
RUN_DEPENDS = ::x11/mplayer
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}/files/
|
||||
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
||||
ALL_TARGET = vitunes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vitunes ${PREFIX}/bin
|
||||
# ${INSTALL_PROGRAM} ${WRKSRC}/add_urls.sh ${PREFIX}/add_urls.sh
|
||||
${INSTALL_MAN} ${WRKSRC}/vitunes.1 ${PREFIX}/man/man1/vitunes.1
|
||||
|
||||
.include <bsd.port.mk>
|
5
multimedia/vitunes/distinfo
Normal file
5
multimedia/vitunes/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (vitunes-1.0.5.tgz) = AJG/0jKeWmmTYagndieO0g==
|
||||
RMD160 (vitunes-1.0.5.tgz) = rfyYOxSJYAZ4HdGQ15JPHdthi8o=
|
||||
SHA1 (vitunes-1.0.5.tgz) = s2mYiEi0o2m7oWsI5nMVrtsMs8c=
|
||||
SHA256 (vitunes-1.0.5.tgz) = Rh4dxsfaGEAO/uyVaA/EHIs4NI4JN3U6R4I06WQ6PRg=
|
||||
SIZE (vitunes-1.0.5.tgz) = 60498
|
13
multimedia/vitunes/pkg/DESCR
Normal file
13
multimedia/vitunes/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
vitunes is a curses-based music player and playlist manager for *nix
|
||||
whose goals are:
|
||||
|
||||
1. a minimalistic appearance
|
||||
2. strong vi-like bindings
|
||||
3. quick playlist creation/management.
|
||||
|
||||
vitunes does not strive to be a full-blown media player, but rather
|
||||
a full-blown media indexer and playlist manager.
|
||||
Additionally, vitunes never needs write-access to anything outside
|
||||
of its work directory (default is ~/.vitunes/).
|
||||
It never touches/modifies anything outside of there and doesn't leave
|
||||
junk files anywhere.
|
3
multimedia/vitunes/pkg/PLIST
Normal file
3
multimedia/vitunes/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/05/31 10:11:11 laurent Exp $
|
||||
@bin bin/vitunes
|
||||
@man man/man1/vitunes.1
|
Loading…
Reference in New Issue
Block a user