1
0
forked from ports/contrib

vifm: New port

This commit is contained in:
James Mills 2007-01-24 09:22:41 +10:00
parent 53e871fa5e
commit 509dfaad9b
3 changed files with 31 additions and 0 deletions

11
vifm/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pauseme
-rwxr-xr-x root/root usr/bin/screen-open-region-with-program
-rwxr-xr-x root/root usr/bin/screen-run-program-in-region
-rwxr-xr-x root/root usr/bin/vifm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/vifm/
-rw-r--r-- root/root usr/share/vifm/vifm-0.2.help.txt
-rw-r--r-- root/root usr/share/vifm/vifm.txt
-rw-r--r-- root/root usr/share/vifm/vifm.vim

1
vifm/.md5sum Normal file
View File

@ -0,0 +1 @@
90003892070db029c8eaec910c4a5ced vifm-0.3a.tar.gz

19
vifm/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: A ncurses based file manager with vi like keybindings
# URL: http://vifm.sourceforge.net/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Vincenzo Colosimo, vico at bicisport dot de
#
# Depends on:
name=vifm
version=0.3a
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
chown -R root:root $PKG
}