Ticket #27249: vifm.diff
File vifm.diff, 1.1 KB (added by martinhess@…, 14 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 44941 2009-01-04 23:51:12Z ryandesign@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 6 6 name vifm 7 version 0. 47 version 0.5 8 8 categories sysutils 9 9 maintainers larre-borges.com:matias 10 10 description ncurses based file manager with vi like keybindings … … 16 16 platforms darwin 17 17 master_sites sourceforge 18 18 use_bzip2 yes 19 checksums md5 645071e1449d44d7957b78c1c094e454 \ 20 sha1 ad548b6df513483865c8623c1ce83e173271d4bc \ 21 rmd160 004db08a4c0a977ca10a6096fca0ccf9c9f8fbec 19 checksums md5 76818f02d6acd4997d1f41db932438aa \ 20 sha1 0563def0c538c846176e6910ae76cb24b2b1ed89 \ 21 rmd160 a48acbd471968a054aac3f34b13ee24ecbc711b8 22 depends_lib port:ncurses 23