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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
lfhex Large file hex editor
0.42_1 editors Deleted 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 0.42_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Qt4 has been EOL since december 2015
Expired This port expired on: 2019-03-15
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-07-05 23:54:38
Last Update: 2019-03-16 21:55:51
SVN Revision: 495967
People watching this port, also watch:: wget, sleuthkit, mtools, cdrtools, p5-MIME-Tools
License: GPLv2
WWW:
http://stoopidsimple.com/lfhex
Description:
Lfhex - Large file hex editor. Features: - Low memory usage with respect to filesize. Opening a 2gig file requires only ~1.4megs of additional memory. - Fast load times. - Fast save times. - Infinite undo/redo. - Conversion dialog - Search function. - Shows modified regions in alternate color. - Scalable working area. Resize can use as much screen as you give it. - Multiple editing modes (can switch on the fly) - Runtime configurable bytes per column. - binary comparison user interface WWW: http://stoopidsimple.com/lfhex
Homepage    cgit ¦ GitHub ¦ 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 (4 items)
Collapse this list.
  1. bin/lfhex
  2. /usr/local/share/licenses/lfhex-0.42_1/catalog.mk
  3. /usr/local/share/licenses/lfhex-0.42_1/LICENSE
  4. /usr/local/share/licenses/lfhex-0.42_1/GPLv2
Collapse this list.
Dependency lines:
  • lfhex>0:editors/lfhex
No installation instructions:
This port has been deleted.
PKGNAME: lfhex
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (lfhex-0.42.tar.gz) = 4e8f8b99eb271242937037a3af2fe07369b653f7f7d8becbd84554118bf8baba SIZE (lfhex-0.42.tar.gz) = 868287

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bison : devel/bison
  2. moc : devel/qt4-moc
  3. qmake : devel/qt4-qmake
  4. rcc : devel/qt4-rcc
Library dependencies:
  1. libQtCore.so : devel/qt4-corelib
  2. libQtGui.so : x11-toolkits/qt4-gui
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for lfhex-0.42_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
bison qmake qt:4
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://stoopidsimple.com/files/
Collapse this list.

Number of commits found: 46

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.42_1
16 Mar 2019 21:55:51
Revision:495967Original commit files touched by this commit
tcberner search for other commits by this committer
Qt4 deprecation: Remove Qt4 and its consumes.

2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.42_1
02 Dec 2018 15:41:48
Revision:486467Original commit files touched by this commit
rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
0.42_1
28 Jun 2018 17:39:55
Revision:473503Original commit files touched by this commit
tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
0.42_1
29 Mar 2016 00:53:48
Revision:412086Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Clarify LICENSE
- Switch to WRKSRC_SUBDIR
- Switch to options helpers
- Regenerate patches with `make makepatch`
0.42_1
25 Jul 2015 15:06:49
Revision:392887Original commit files touched by this commit
danfe search for other commits by this committer
- Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE
- While here: move knobs to their expected location, remove useless check
  for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize
  Makefile headers
0.42_1
21 Nov 2013 16:09:47
Revision:334499Original commit files touched by this commit
makc search for other commits by this committer
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
0.42_1
13 Oct 2013 13:03:04
Revision:330227Original commit files touched by this commit
makc search for other commits by this committer
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
0.42_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)
0.42_1
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
0.42_1
08 Mar 2013 11:32:12
Revision:313635Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
0.42_1
06 Jun 2012 06:44:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
0.42_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.42
09 Jan 2012 04:01:17
Original commit files touched by this commit
eadler search for other commits by this committer
- Remove outdated version checks

Reviewed by:    nox
0.42
10 Aug 2011 14:30:46
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.42

PR:             159438
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
0.4_3
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.4_3
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.4_2
23 Feb 2010 20:24:45
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE, fails with forced make jobs
- Respect CC/CFLAGS by passing QMAKEFLAGS to qmake

Feature safe:   yes
0.4_2
01 Aug 2008 09:46:54
Original commit files touched by this commit
arved search for other commits by this committer
Remove unneeded rundeps on qt4 buildtools

PR:             123362
Submitted by:   Max Brazhnikov
0.4_1
06 Jun 2008 13:25:59
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
0.4
26 Feb 2008 11:21:52
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.4

PR:             121085
Submitted by:   Ports Fury
0.3.7.2_2
05 Nov 2007 10:15:49
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix build with gcc 4.2

PR:             117801
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Approved by:    portmgr (pav)
0.3.7.2_2
17 Oct 2007 10:13:01
Original commit files touched by this commit
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
0.3.7.2_1
04 Oct 2007 08:29:38
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken with gcc4.2 on i386.
0.3.7.2_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
0.3.7.2
13 Feb 2007 00:16:29
Original commit files touched by this commit
pav search for other commits by this committer
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework

Submitted by:   rafan
Tested on:      pointyhat
0.3.7.2
25 Nov 2005 08:42:01
Original commit files touched by this commit
vs search for other commits by this committer
- Added more one mastersite. The main mastersite is now the official project
website.
- Fixed WWW on pkg-descr.

PR:             ports/89504
Submitted by:   Jean Milanez Melo
0.3.7.2
24 Nov 2005 02:03:34
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.3.7.2
28 Sep 2005 16:38:30
Original commit files touched by this commit
arved search for other commits by this committer
Update to 0.3.7.2

PR:             86677
Submitted by:   KATO Tsuguru <tkato432@yahoo.com> (update to 0.3.7.1)
0.3.7
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
0.3.7
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
0.3.7
19 Jan 2005 12:47:35
Original commit files touched by this commit
krion search for other commits by this committer
Fix build on 5.x/6.x and amd64.
0.3.7
20 Dec 2004 08:44:05
Original commit files touched by this commit
krion search for other commits by this committer
Fix build on 6-current

PR:             ports/75265
Submitted by:   Ports Fury
0.3.7
17 Dec 2004 06:30:42
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 6.x: Build fails
0.3.7
11 May 2004 07:45:37
Original commit files touched by this commit
krion search for other commits by this committer
- Fix build

Reported by:    bento/dosirak/pointyhat/who_knows by kris
0.3.7
10 May 2004 15:31:34
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 0.3.7

PR:             ports/66463
Submitted by:   Ports Fury
0.3.6_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
0.3.6
02 Feb 2004 23:02:32
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.3.6

PR:             ports/62261
Submitted by:   Ports Fury
0.3.4
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.3.4
16 Oct 2003 20:27:06
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 0.3.4
- Unbreak on -current

PR:             58126
Submitted by:   Ports Fury
0.3.2_2
16 Oct 2003 02:21:31
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 5.x: does not compile
0.3.2_2
14 Jul 2003 02:53:03
Original commit files touched by this commit
sf search for other commits by this committer
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
0.3.2_1
23 Feb 2003 00:06:05
Original commit files touched by this commit
arved search for other commits by this committer
Make fetchable.
USE_QT_VER= 2 -> 3
De pkg-comment
Set Maintainership back to ports
0.3.2
23 Aug 2002 05:53:54
Original commit files touched by this commit
alane search for other commits by this committer
Grab all the qt2/kde2 ports with no maintainer and put them under kde@
maintainership.
0.3.2
21 Jun 2002 15:52:35
Original commit files touched by this commit
ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             39591
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
08 Jul 2001 15:51:01
commit hash: fp1.15974@dev.null.freshports.orgcommit hash: fp1.15974@dev.null.freshports.orgcommit hash: fp1.15974@dev.null.freshports.orgcommit hash: fp1.15974@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to version 0.3.2    
06 Jul 2001 03:54:38
commit hash: fp1.15847@dev.null.freshports.orgcommit hash: fp1.15847@dev.null.freshports.orgcommit hash: fp1.15847@dev.null.freshports.orgcommit hash: fp1.15847@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add lfhex   Large file hex editor    

Number of commits found: 46