Ticket #54720: Portfile

File Portfile, 898 bytes (added by mtn88 (Max), 7 years ago)
Line 
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
3PortSystem          1.0
4
5name                bvi
6version             1.4.0
7platforms           darwin
8categories          editors
9license             GPL-2
10maintainers         kruschwitz.biz:max
11description         Vi-like binary file (hex) editor
12long_description    Bvi is a display-oriented (hex) editor for binary \
13                    files, based on the vi(1) texteditor.
14homepage            http://bvi.sourceforge.net/
15master_sites        sourceforge
16
17checksums           rmd160 f1b3822cbaef7dfc078629819a0eefda6e82e15f \
18                    sha256 015a3c2832c7c097d98a5527deef882119546287ba8f2a70c736227d764ef802
19
20extract.suffix      .src.tar.gz
21
22patchfiles          patch-comm.c.diff \
23                    patch-re.c.diff
24
25depends_lib         port:ncurses