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 | # $Id$ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name vbindiff |
---|
8 | version 3.0_beta4 |
---|
9 | categories devel |
---|
10 | maintainers wickedguitar6@yahoo.com |
---|
11 | description Visual Binary Diff |
---|
12 | 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). |
---|
13 | |
---|
14 | homepage http://www.cjmweb.net/vbindiff/ |
---|
15 | platforms darwin |
---|
16 | master_sites http://www.cjmweb.net/vbindiff/ |
---|
17 | |
---|
18 | checksums md5 dbda80ef580e1a0975ef50b9aaa5210e \ |
---|
19 | sha1 0e8c63debafe3d5bb8741e0254c95457d78c7f2d \ |
---|
20 | rmd160 156fa68891d4aa9c0280177c70e1a3d53b912d13 |
---|
21 | |
---|
22 | |
---|