mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- New port: deskutils/vit
VIT (Visual Interactive Taskwarrior) is a lightweight, curses-based front end for Taskwarrior that provides a convenient way to quickly navigate and process tasks. VIT allows you to interact with tasks in a Vi-intuitive way. A goal of VIT is to allow you to customize the way in which you use Taskwarrior's core commands as well as to provide a framework for easily dispatching external commands (both user scripts and Taskwarrior's many External Scripts). WWW: http://tasktools.org/projects/vit.html
This commit is contained in:
parent
46cde92189
commit
0c3468bb75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364261
@ -235,6 +235,7 @@
|
|||||||
SUBDIR += tuxcards
|
SUBDIR += tuxcards
|
||||||
SUBDIR += vboxgtk
|
SUBDIR += vboxgtk
|
||||||
SUBDIR += virt-manager
|
SUBDIR += virt-manager
|
||||||
|
SUBDIR += vit
|
||||||
SUBDIR += vnc2flv
|
SUBDIR += vnc2flv
|
||||||
SUBDIR += vym
|
SUBDIR += vym
|
||||||
SUBDIR += wammu
|
SUBDIR += wammu
|
||||||
|
39
deskutils/vit/Makefile
Normal file
39
deskutils/vit/Makefile
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# Created by: gahr
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= vit
|
||||||
|
PORTVERSION= 1.2
|
||||||
|
CATEGORIES= deskutils
|
||||||
|
MASTER_SITES= http://taskwarrior.org/download/
|
||||||
|
|
||||||
|
MAINTAINER= gahr@FreeBSD.org
|
||||||
|
COMMENT= Curses-based interface to taskwarrior
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
|
||||||
|
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \
|
||||||
|
task:${PORTSDIR}/deskutils/taskwarrior
|
||||||
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
USES= perl5 shebangfix
|
||||||
|
SHEBANG_FILES= vit.pl
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
ALL_TARGET= build
|
||||||
|
|
||||||
|
PLIST_FILES= bin/vit \
|
||||||
|
etc/vit-commands \
|
||||||
|
man/man1/vit.1.gz \
|
||||||
|
man/man5/vitrc.5.gz
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e '1774,1778d' \
|
||||||
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/vit ${STAGEDIR}${PREFIX}/bin
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/commands ${STAGEDIR}${PREFIX}/etc/vit-commands
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/vit.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/vitrc.5 ${STAGEDIR}${PREFIX}/man/man5
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
deskutils/vit/distinfo
Normal file
2
deskutils/vit/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (vit-1.2.tar.gz) = a78dee573130c8d6bc92cf60fafac0abc78dd2109acfba587cb0ae202ea5bbd0
|
||||||
|
SIZE (vit-1.2.tar.gz) = 48729
|
8
deskutils/vit/pkg-descr
Normal file
8
deskutils/vit/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
VIT (Visual Interactive Taskwarrior) is a lightweight, curses-based front end
|
||||||
|
for Taskwarrior that provides a convenient way to quickly navigate and process
|
||||||
|
tasks. VIT allows you to interact with tasks in a Vi-intuitive way. A goal of
|
||||||
|
VIT is to allow you to customize the way in which you use Taskwarrior's core
|
||||||
|
commands as well as to provide a framework for easily dispatching external
|
||||||
|
commands (both user scripts and Taskwarrior's many External Scripts).
|
||||||
|
|
||||||
|
WWW: http://tasktools.org/projects/vit.html
|
Loading…
Reference in New Issue
Block a user