View | Details | Raw Unified | Return to bug 197820
Collapse All | Expand All

(-)vifm/Makefile (-17 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/misc/vifm/Makefile 375098 2014-12-20 19:19:35Z bapt $
2
# $FreeBSD: head/misc/vifm/Makefile 375098 2014-12-20 19:19:35Z bapt $
3
3
4
PORTNAME=	vifm
4
PORTNAME=	vifm
5
PORTVERSION=	0.7.7
5
PORTVERSION=	0.7.8
6
CATEGORIES=	misc
6
CATEGORIES=	misc
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
8
8
Lines 10-32 Link Here
10
COMMENT=	Ncurses based file manager with vi like keybindings
10
COMMENT=	Ncurses based file manager with vi like keybindings
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
15
USES=		gmake ncurses tar:bzip2
14
USES=		gmake ncurses tar:bzip2 desktop-file-utils
16
USE_AUTOTOOLS=	autoconf
15
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--without-gtk
16
CONFIGURE_ARGS=	--without-gtk
18
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
19
		AUTOMAKE="${TRUE}"
20
21
PLIST_FILES=	bin/vifm \
22
		bin/vifmrc-converter \
23
		bin/vifm-pause \
24
		%%DATADIR%%/vifm-help.txt \
25
		%%DATADIR%%/vifmrc \
26
		share/applications/vifm.desktop \
27
		share/pixmaps/vifm.png \
28
		man/man1/vifm-pause.1.gz \
29
		man/man1/vifm.1.gz \
30
		man/man1/vifmrc-converter.1.gz
31
17
32
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)vifm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (vifm-0.7.7.tar.bz2) = 0dc0271c016ab2d2017bc3c2389bd2ab747603f1c05f425a8a181f5cdaacd4d1
1
SHA256 (vifm-0.7.8.tar.bz2) = 5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603
2
SIZE (vifm-0.7.7.tar.bz2) = 633812
2
SIZE (vifm-0.7.8.tar.bz2) = 623154
(-)vifm/pkg-descr (-1 / +1 lines)
Lines 10-13 Link Here
10
 - visual mode for selecting files
10
 - visual mode for selecting files
11
 - user-defined commands
11
 - user-defined commands
12
12
13
WWW: http://vifm.sourceforge.net/
13
WWW: http://vifm.info/
(-)vifm/pkg-plist (+24 lines)
Line 0 Link Here
1
bin/vifm
2
bin/vifm-pause
3
bin/vifmrc-converter
4
man/man1/vifm-pause.1.gz
5
man/man1/vifm.1.gz
6
man/man1/vifmrc-converter.1.gz
7
share/applications/vifm.desktop
8
share/pixmaps/vifm.png
9
%%DATADIR%%/vifm-help.txt
10
%%DATADIR%%/vifmrc
11
%%DATADIR%%/vim-doc/doc/tags
12
%%DATADIR%%/vim-doc/doc/vifm-app.txt
13
%%DATADIR%%/vim/autoload/vifm/edit.vim
14
%%DATADIR%%/vim/doc/tags
15
%%DATADIR%%/vim/doc/vifm-plugin.txt
16
%%DATADIR%%/vim/ftdetect/vifm-rename.vim
17
%%DATADIR%%/vim/ftdetect/vifm.vim
18
%%DATADIR%%/vim/ftplugin/mail_vifm.vim
19
%%DATADIR%%/vim/ftplugin/vifm-cmdedit.vim
20
%%DATADIR%%/vim/ftplugin/vifm-edit.vim
21
%%DATADIR%%/vim/ftplugin/vifm-rename.vim
22
%%DATADIR%%/vim/ftplugin/vifm.vim
23
%%DATADIR%%/vim/plugin/vifm.vim
24
%%DATADIR%%/vim/syntax/vifm.vim

Return to bug 197820