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.0 |
---|
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 f1b3822cbaef7dfc078629819a0eefda6e82e15f \ |
---|
18 | sha256 015a3c2832c7c097d98a5527deef882119546287ba8f2a70c736227d764ef802 |
---|
19 | |
---|
20 | extract.suffix .src.tar.gz |
---|
21 | |
---|
22 | patchfiles patch-comm.c.diff \ |
---|
23 | patch-re.c.diff |
---|
24 | |
---|
25 | depends_lib port:ncurses |
---|