You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.1 KiB
Tcl
28 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name vbindiff
|
|
version 3.0_beta5
|
|
categories sysutils textproc devel
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
|
|
description Visual Binary Diff
|
|
long_description VBinDiff (Visual Binary Diff) displays files in \
|
|
hexadecimal and ASCII (or EBCDIC). It can also display \
|
|
two files at once, and highlight the differences between \
|
|
them. Unlike diff, it works well with large files (up to \
|
|
4 GB).
|
|
|
|
homepage https://www.cjmweb.net/vbindiff/
|
|
master_sites ${homepage}
|
|
|
|
checksums rmd160 1b3ae423e27a61118c72612af72905b9f8f3ba83 \
|
|
sha256 f04da97de993caf8b068dcb57f9de5a4e7e9641dc6c47f79b60b8138259133b8 \
|
|
size 128406
|
|
|
|
depends_lib port:ncurses
|
|
|
|
livecheck.regex [string cat ${name}- {(\d+(?:\.\d+)*(?:_\w+)*)}]
|