notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
hexpert Simple but flexible binary file editor
2.4.1 editors on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.1Version of this port present on the latest quarterly branch.
Maintainer: peter@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-03-10 05:43:37
Last Update: 2022-07-20 14:21:49
Commit Hash: 7cd7a8d
People watching this port, also watch:: python, glib, pcre
License: not specified in port
Description:
Hexpert is a simple but flexible binary file editor. It has both character and hex search modes, and can do both character and hex editing.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. bin/hex
Collapse this list.
Dependency lines:
  • hexpert>0:editors/hexpert
To install the port:
cd /usr/ports/editors/hexpert/ && make install clean
To add the package, run one of these commands:
  • pkg install editors/hexpert
  • pkg install hexpert
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: hexpert
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (hexpert-2.4.1.tar.gz) = 21856e3d676945d2ff29fa760e9873ab552a1c550f60126bcfb71415ef88b435 SIZE (hexpert-2.4.1.tar.gz) = 6736

Packages (timestamps in pop-ups are UTC):
hexpert
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.12.4.12.4.12.4.12.4.1-2.4.1-
FreeBSD:13:quarterly2.4.12.4.12.4.12.4.12.4.12.4.12.4.12.4.1
FreeBSD:14:latest2.4.12.4.12.4.12.4.12.4.12.4.1-2.4.1
FreeBSD:14:quarterly2.4.12.4.1-2.4.12.4.12.4.12.4.12.4.1
FreeBSD:15:latest2.4.12.4.1n/a2.4.1n/a2.4.12.4.12.4.1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
editors_hexpert
USES:
ncurses uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/peter/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/peter/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/peter/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/peter/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.1
20 Jul 2022 14:21:49
commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.4.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.4.1
28 May 2020 13:13:25
Revision:536768Original commit files touched by this commit
danfe search for other commits by this committer
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).
2.4.1
25 Nov 2019 23:25:52
Revision:518434Original commit files touched by this commit
brooks search for other commits by this committer
Fix build with src r354909 applied.

The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
2.4.1
05 Feb 2016 18:34:16
Revision:408252Original commit files touched by this commit
marino search for other commits by this committer
x11/xterm: document ncurses requirement (USES+=ncurses)

Also link with libncurses, not libcurses

approved by:	infrastructure blanket
2.4.1
07 Sep 2014 11:59:26
Revision:367527Original commit files touched by this commit
antoine search for other commits by this committer
Allow staging as a regular user and simplify
2.4.1
25 Sep 2013 00:54:09
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
2.4.1
20 Sep 2013 16:36:24
Revision:327720Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
2.4.1
24 Nov 2010 15:32:34
Original commit files touched by this commit
pav search for other commits by this committer
- Silence warnings (and while here, remove md5 checksum)

PR:             ports/151425
Submitted by:   Takefu <takefu@airport.fm>
Approved by:    maintainer timeout (peter; 1 month)
2.4.1
22 Jan 2006 08:34:46
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
2.4.1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
2.4.1
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
2.4.1
07 Mar 2003 06:00:45
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
09 Apr 2001 16:54:29
commit hash: fp1.12325@dev.null.freshports.orgcommit hash: fp1.12325@dev.null.freshports.orgcommit hash: fp1.12325@dev.null.freshports.orgcommit hash: fp1.12325@dev.null.freshports.org files touched by this commit
peter search for other commits by this committer
Update to enable working on full 32 bit file sizes, including /dev/mem   on 32
bit machines, instead of truncating at 0x7fffff00.    
10 Mar 2001 08:43:37
commit hash: fp1.10632@dev.null.freshports.orgcommit hash: fp1.10632@dev.null.freshports.orgcommit hash: fp1.10632@dev.null.freshports.orgcommit hash: fp1.10632@dev.null.freshports.org files touched by this commit
peter search for other commits by this committer
A port of a version of (somewhat old) hexpert v2.4.  (nice easy binary   file
editor)  

Number of commits found: 15