Port details |
- chexedit Full screen text mode Hex editor using the [n]curses library
- 0.9.7_2 editors
=6 0.9.7_2Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2001-03-17 13:33:32
- Last Update: 2024-01-10 08:16:01
- Commit Hash: 1b819e4
- People watching this port, also watch:: sudo, rsync, wget, unzip, t1lib
- License: GPLv2+
- WWW:
- http://www.rogoyski.com/adam/programs/hexedit/
- Description:
- Hexedit is a Curses based Hex editor. Unlike a text editor, which
is used for editing text documents in the desired language, hexedit
lets you edit any file as its byte for byte representation. It can
even let you view and edit your fixed disks on your Linux system. This
is not ideal for writing a letter or writing c code, but there are my
times when this is ideal:
* Editing binary executables.
* Editing your fixed disks (i.e. /dev/xyz)
* Checking the output of a Program's binary data file.
* Any place you might use od(1) but need more power. Compare more
vs less.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- chexedit>0:editors/chexedit
- To install the port:
- cd /usr/ports/editors/chexedit/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/chexedit
- pkg install chexedit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: chexedit
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hexedit-0.9.7.tar.gz) = 3d15ab33dae9014180cc3d54636aaab4d9c88257f7a2d1cfda490d1bfa6e043a
SIZE (hexedit-0.9.7.tar.gz) = 165110
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- editors_chexedit
- USES:
- ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.7_2 10 Jan 2024 08:16:01
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
0.9.7_2 08 Nov 2022 12:09:18
    |
Dmitry Marakasov (amdmi3)  |
editors/chexedit: install manpage into canonical location |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.7_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.7_2 20 Jul 2022 14:21:49
    |
Tobias C. Berner (tcberner)  |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.7_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.7_2 28 Aug 2020 16:59:07
  |
tcberner  |
editors/chexedit: fix build on recent current |
0.9.7_2 10 Sep 2017 18:51:46
  |
olgeni  |
Some typo fixes and whitespace cleanup for pkg-descr files. |
0.9.7_2 19 Nov 2016 19:47:22
  |
marino  |
editors/chexedit: skip faulty ncurses.h detection conftest
Approved by: ncurses blanket |
0.9.7_2 31 Jan 2016 13:26:25
  |
marino  |
editors/chexedit: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
0.9.7_2 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.9.7_2 04 Jul 2015 20:03:18
  |
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE |
0.9.7_2 12 Jan 2015 17:25:04
  |
amdmi3  |
- Remove diskmode fix for FreeBSD - it didn't work anyway and HEAD doesn't even
have the ioctl used |
0.9.7_2 19 Oct 2013 01:43:44
  |
amdmi3  |
- Support staging |
0.9.7_2 20 Sep 2013 16:36:24
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
0.9.7_2 22 Jul 2013 17:29:52
  |
amdmi3  |
- Bump PORTREVISION after last commit |
0.9.7_1 22 Jul 2013 17:28:38
  |
amdmi3  |
- Fix timestamp display in file view
- Fix colors on some terminals
- Add LICENSE
PR: 180623
Submitted by: "r4721@tormail.org" <r4721@tormail.org> |
0.9.7_1 12 Jul 2013 15:01:46
  |
amdmi3  |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
0.9.7_1 18 Jun 2013 11:46:52
  |
amdmi3  |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful |
0.9.7_1 28 Jan 2013 17:47:30
  |
amdmi3  |
- Fix search on 64-bit systems |
0.9.7 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.9.7 22 Feb 2010 14:24:41
 |
amdmi3  |
- Add WWW
- Remove email of port author from pkg-descr for not to be mistaken for
maintainer/contact email
Feature safe: yes |
0.9.7 28 Jul 2009 16:34:36
 |
amdmi3  |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
0.9.7 05 Jan 2009 16:14:51
 |
amdmi3  |
- Update address of my distfile mirror |
0.9.7 19 Jun 2008 17:28:24
 |
amdmi3  |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
0.9.7 20 Mar 2008 09:46:38
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.9.7 21 Dec 2006 20:41:33
 |
edwin  |
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> |
0.9.7 06 Jun 2006 19:47:42
 |
itetcu  |
Dmitry Marakasov adopts this orphan ports that he uses.
PR: ports/98284
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Approved by: lawrence (mentor, implicit) |
0.9.7 23 Nov 2005 08:13:07
 |
vs  |
- Remove WWW on pkg-descr, this site doesn't exist anymore. [1]
- Added SHA256 on distinfo. [1]
- USE_GETOPT_LONG instead of internal copy while here
PR: ports/89431 [1]
Submitted by: Jean Milanez Melo |
0.9.7 28 Oct 2005 17:05:15
 |
ehaupt  |
Reset maintainer, does not respond to mails for 19 days. Since a few
days his MTA also remains unresponsive [1].
[1] Unable to deliver to destination domain
Failed to deliver to domain oven.org after 73 tries.
The last error was:
CantConnectToHost
Approved by: portmgr (linimon) |
0.9.7 18 May 2004 19:04:32
 |
linimon  |
Pet portlint. |
0.9.7 18 Mar 2004 20:59:15
 |
trevor  |
Add size data, approved by maintainers. |
0.9.7 12 Mar 2004 00:32:23
 |
edwin  |
Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)
From: Roman Shterenzon <romanbsd@yahoo.com>
To: ports@freebsd.org
Subject: e-mail change
The email address roman@xpert.com is no longer valid.
Please update ports' maintainer to ports@oven.org.
Submitted by: Roman Shterenzon <romanbsd@yahoo.com> |
0.9.7 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.9.7 12 May 2003 08:56:26
 |
ijliao  |
fix master site
PR: 51932
Submitted by: maintainer |
0.9.7 21 Feb 2003 11:38:28
 |
knu  |
De-pkg-comment. |
29 Mar 2001 22:54:14
    |
mharo  |
remove extra patchfile |
17 Mar 2001 16:33:32
    |
vanilla  |
Full screen text mode Hex editor using the [n]curses library |