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 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name bvi |
---|
6 | version 1.4.1 |
---|
7 | platforms darwin |
---|
8 | categories editors |
---|
9 | license GPL-2 |
---|
10 | maintainers kruschwitz.biz:max |
---|
11 | description Vi-like binary file (hex) editor |
---|
12 | long_description Bvi is a display-oriented (hex) editor for binary \ |
---|
13 | files, based on the vi(1) texteditor. |
---|
14 | homepage http://bvi.sourceforge.net/ |
---|
15 | master_sites sourceforge |
---|
16 | |
---|
17 | checksums rmd160 d2b58000887b924ed04528da93dc29e77e8f1396 \ |
---|
18 | sha256 3035255ca79e0464567d255baa5544f7794e2b7eb791dcc60cc339cf1aa01e28 \ |
---|
19 | size 143181 |
---|
20 | |
---|
21 | extract.suffix .src.tar.gz |
---|
22 | |
---|
23 | depends_lib port:ncurses |
---|