Index: head/misc/vifm/Makefile =================================================================== --- head/misc/vifm/Makefile (revision 380837) +++ head/misc/vifm/Makefile (revision 380838) @@ -1,32 +1,18 @@ # Created by: Stefan Walter # $FreeBSD$ PORTNAME= vifm -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= kaspars@bankovskis.lv COMMENT= Ncurses based file manager with vi like keybindings LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake ncurses tar:bzip2 -USE_AUTOTOOLS= autoconf +USES= gmake ncurses tar:bzip2 desktop-file-utils +GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gtk -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ - AUTOMAKE="${TRUE}" - -PLIST_FILES= bin/vifm \ - bin/vifmrc-converter \ - bin/vifm-pause \ - %%DATADIR%%/vifm-help.txt \ - %%DATADIR%%/vifmrc \ - share/applications/vifm.desktop \ - share/pixmaps/vifm.png \ - man/man1/vifm-pause.1.gz \ - man/man1/vifm.1.gz \ - man/man1/vifmrc-converter.1.gz .include Index: head/misc/vifm/distinfo =================================================================== --- head/misc/vifm/distinfo (revision 380837) +++ head/misc/vifm/distinfo (revision 380838) @@ -1,2 +1,2 @@ -SHA256 (vifm-0.7.7.tar.bz2) = 0dc0271c016ab2d2017bc3c2389bd2ab747603f1c05f425a8a181f5cdaacd4d1 -SIZE (vifm-0.7.7.tar.bz2) = 633812 +SHA256 (vifm-0.7.8.tar.bz2) = 5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603 +SIZE (vifm-0.7.8.tar.bz2) = 623154 Index: head/misc/vifm/pkg-descr =================================================================== --- head/misc/vifm/pkg-descr (revision 380837) +++ head/misc/vifm/pkg-descr (revision 380838) @@ -1,13 +1,13 @@ "Vifm is a ncurses based file manager with vi like keybindings. If you use vi, vifm gives you complete keyboard control over your files without having to learn a new set of commands." Features: - two file list windows - bookmarks - user-defined association of file types/extensions with multiple applications per extension - visual mode for selecting files - user-defined commands -WWW: http://vifm.sourceforge.net/ +WWW: http://vifm.info/ Index: head/misc/vifm/pkg-plist =================================================================== --- head/misc/vifm/pkg-plist (nonexistent) +++ head/misc/vifm/pkg-plist (revision 380838) @@ -0,0 +1,24 @@ +bin/vifm +bin/vifm-pause +bin/vifmrc-converter +man/man1/vifm-pause.1.gz +man/man1/vifm.1.gz +man/man1/vifmrc-converter.1.gz +share/applications/vifm.desktop +share/pixmaps/vifm.png +%%DATADIR%%/vifm-help.txt +%%DATADIR%%/vifmrc +%%DATADIR%%/vim-doc/doc/tags +%%DATADIR%%/vim-doc/doc/vifm-app.txt +%%DATADIR%%/vim/autoload/vifm/edit.vim +%%DATADIR%%/vim/doc/tags +%%DATADIR%%/vim/doc/vifm-plugin.txt +%%DATADIR%%/vim/ftdetect/vifm-rename.vim +%%DATADIR%%/vim/ftdetect/vifm.vim +%%DATADIR%%/vim/ftplugin/mail_vifm.vim +%%DATADIR%%/vim/ftplugin/vifm-cmdedit.vim +%%DATADIR%%/vim/ftplugin/vifm-edit.vim +%%DATADIR%%/vim/ftplugin/vifm-rename.vim +%%DATADIR%%/vim/ftplugin/vifm.vim +%%DATADIR%%/vim/plugin/vifm.vim +%%DATADIR%%/vim/syntax/vifm.vim Property changes on: head/misc/vifm/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property