Ticket #54720: Portfile-bvi.diff
File Portfile-bvi.diff, 1.8 KB (added by mtn88 (Max), 7 years ago) |
---|
-
Portfile
old new 1 PortSystem 1.0 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 2 3 name bvi 4 version 1.3.2 5 revision 1 6 platforms darwin 7 categories editors 8 license GPL-2 9 maintainers kruschwitz.biz:max 10 description A vi-like binary file (hex)editor 11 12 long_description \ 13 Bvi is a display oriented (hex)editor for binary \ 14 files based on those of the vi(1) texteditor. 15 16 homepage http://bvi.sourceforge.net/ 17 master_sites sourceforge 18 19 checksums md5 4257305ffb27177a6d5208b2df4ca92d \ 20 sha1 0ff213ebb5cd0993c5d1f7c8d4172aaec709aac1 \ 21 rmd160 d50aa06d5c978026d363002fee194802b2096cbc 3 PortSystem 1.0 22 4 23 extract.suffix .src.tar.gz 24 configure.args --mandir=${prefix}/share/man 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 25 19 26 depends_lib port:ncurses 20 extract.suffix .src.tar.gz 21 22 patchfiles patch-comm.c.diff \ 23 patch-re.c.diff 24 25 depends_lib port:ncurses