Port details |
- lfhex Large file hex editor
- 0.42_1 editors
=3 0.42_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
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
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- Library dependencies:
-
- libQtCore.so : devel/qt4-corelib
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.42_1 16 Mar 2019 21:55:51 |
tcberner |
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 ) |
0.42_1 02 Dec 2018 15:41:48 |
rene |
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 |
tcberner |
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 |
amdmi3 |
- Clarify LICENSE
- Switch to WRKSRC_SUBDIR
- Switch to options helpers
- Regenerate patches with `make makepatch` |
0.42_1 25 Jul 2015 15:06:49 |
danfe |
- 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 |
makc |
- 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 |
makc |
- 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 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
0.42_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.42_1 08 Mar 2013 11:32:12 |
bapt |
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 |
miwi |
- 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 |
dinoex |
- update png to 1.5.10 |
0.42 09 Jan 2012 04:01:17 |
eadler |
- Remove outdated version checks
Reviewed by: nox |
0.42 10 Aug 2011 14:30:46 |
ehaupt |
Update to 0.42
PR: 159438
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.4_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.4_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.4_2 23 Feb 2010 20:24:45 |
amdmi3 |
- 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 |
arved |
Remove unneeded rundeps on qt4 buildtools
PR: 123362
Submitted by: Max Brazhnikov |
0.4_1 06 Jun 2008 13:25:59 |
edwin |
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 |
miwi |
- Update to 0.4
PR: 121085
Submitted by: Ports Fury |
0.3.7.2_2 05 Nov 2007 10:15:49 |
miwi |
- 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 |
ade |
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 |
linimon |
Mark as broken with gcc4.2 on i386. |
0.3.7.2_1 19 May 2007 20:32:57 |
flz |
- 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 |
pav |
- 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 |
vs |
- 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 |
pav |
- Add SHA256 |
0.3.7.2 28 Sep 2005 16:38:30 |
arved |
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 |
obrien |
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 |
obrien |
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 |
krion |
Fix build on 5.x/6.x and amd64. |
0.3.7 20 Dec 2004 08:44:05 |
krion |
Fix build on 6-current
PR: ports/75265
Submitted by: Ports Fury |
0.3.7 17 Dec 2004 06:30:42 |
kris |
BROKEN on 6.x: Build fails |
0.3.7 11 May 2004 07:45:37 |
krion |
- Fix build
Reported by: bento/dosirak/pointyhat/who_knows by kris |
0.3.7 10 May 2004 15:31:34 |
krion |
- Update to version 0.3.7
PR: ports/66463
Submitted by: Ports Fury |
0.3.6_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.3.6 02 Feb 2004 23:02:32 |
pav |
- Update to 0.3.6
PR: ports/62261
Submitted by: Ports Fury |
0.3.4 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.3.4 16 Oct 2003 20:27:06 |
krion |
- 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 |
kris |
BROKEN on 5.x: does not compile |
0.3.2_2 14 Jul 2003 02:53:03 |
sf |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
0.3.2_1 23 Feb 2003 00:06:05 |
arved |
Make fetchable.
USE_QT_VER= 2 -> 3
De pkg-comment
Set Maintainership back to ports |
0.3.2 23 Aug 2002 05:53:54 |
alane |
Grab all the qt2/kde2 ports with no maintainer and put them under kde@
maintainership. |
0.3.2 21 Jun 2002 15:52:35 |
ijliao |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39591
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
08 Jul 2001 15:51:01 |
kevlo |
Update to version 0.3.2 |
06 Jul 2001 03:54:38 |
ijliao |
add lfhex Large file hex editor |