You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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
|
|
|
|
PortGroup github 1.0
|
|
|
|
github.setup pixel hexedit 1.6
|
|
|
|
revision 0
|
|
|
|
categories sysutils editors
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
|
|
description A hexeditor for the console.
|
|
long_description \
|
|
view and edit files in hexadecimal or in ASCII. hexedit shows a file\
|
|
both in ASCII and in hexadecimal. The file can be a device as the \
|
|
file is not whole read. You can modify the file and search through \
|
|
it. You have also copy&paste and save to file functions. Truncating \
|
|
or appending to the file. Modifications are shown in bold.
|
|
|
|
homepage http://rigaux.org/hexedit.html
|
|
|
|
checksums rmd160 b1d81542acd03b50b00e9e098695a37eaee55efb \
|
|
sha256 598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3 \
|
|
size 31085
|
|
github.tarball_from archive
|
|
|
|
configure.cmd ./autogen.sh && ./configure
|
|
|
|
depends_build-append \
|
|
port:autoconf
|
|
depends_lib-append port:ncurses
|