Version: 0.26.4, Package name: okteta-0.26.4 |
Maintained by: Rafael Sadowski |
Master sites:
|
Description Okteta is a simple editor for the raw data of files. Features - Values and characters shown either in two columns (the traditional display in hex editors) or in rows with the value on top of the character - Editing and navigating similar to a text editor - Customizable data views - Data view profiles - Tools dockable on all sides or floating - Numerical encodings: Hexadecimal, Decimal, Octal, Binary - Character encodings: All 8-bit encodings as supplied by Qt, EBCDIC - Fast data rendering on screen - Multiple open files - Support for remote files, by http, ftp, fish & other protocols supported by KDE Platform - Export of data to text, both file and clipboard. - Checksum/Hashsum calculator: Modular sum (8/16/32/64 bit), Adler-32, CRC-32 and Hashsums by the QCA2 library, can be SHA-0/1/224/256/384/512, MD2/4/5, RIPEMD-160, Whirlpool - Structures tool for analyzing and editing based on user-creatable structure definitions - Statistic tool - String extraction tool - 8-bit charset conversion tool - Decoding table listing common simple data types. - Bookmarks - Printing - Table with complete list of all byte values |
Filesize: 946.848 KB |
Version History (View Complete History) |
|
2020-11-04 01:26:38 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Missed bump. |
2020-11-03 09:12:42 by Rafael Sadowski | Files touched by this commit (400) |
Log message: Update KDE applications to 20.08.2 One notable kde-applications ports change: - Remove undocumented kde-applications.port.mk and move logic into Makefile.inc. Ran a bulk build with no issues. Otherwise a simple bug-fix update. Release notes: https://kde.org/announcements/releases/2020-10-apps-update/ |
2020-08-14 05:49:00 by Rafael Sadowski | Files touched by this commit (3) |
Log message: Update okteta to 0.26.4 |
2020-06-02 23:13:46 by Rafael Sadowski | Files touched by this commit (222) |
Log message: Use MODKF5_L10N_CONFLICT=yes instead of @conflict kde-l10n-* |
2020-03-23 12:01:30 by Rafael Sadowski | Files touched by this commit (700) |
Log message: Update KDE Frameworks to 5.68.0 and KDE5 to 19.12 This commit includes 218 port updates and 16 tweak updates after KDE framework changes. Most of this 16 changes caused by: - KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new WANTLIBs - Upstream changed some xdg paths from share/examples/***/xdg/ to share/qlogging-categories5/, which ends in a lot of PLIST chages. List of notable changes: - Bump all kf5 shared libs. - Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the latest version an update together. (Idea from Qt5). - s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@. - Update okteta to 0.26.3 - Update spectacle only to 19.04.3, latest version without hard wayland dependency. - Remove python2 support in cantor, python3 only! - devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@ - devel/kf5/ki18n: switch to python 3, by kn@ - devel/kf5/kservice: switch to python 3, by kn@ - devel/kf5/kconfigwidgets: remove python module usage, by kn@ - devel/kf5/ktextigwidgets: remove python module usage, by kn@ Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@ Thanks a lot! |
2019-11-03 12:55:01 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Bugfix update Okteta 0.26.2 See: https://mail.kde.org/pipermail/kde-announce-apps/2019-July/005528.html |
2019-06-02 23:18:41 by Rafael Sadowski | Files touched by this commit (3) |
Log message: Update okteta to 0.26.1 |
2019-03-24 05:57:04 by Rafael Sadowski | Files touched by this commit (106) |
Log message: Zap variable KDE5 We are now KDE4 free in kde-applications so there is no reason to tag KDE5 ports. |
2019-03-08 13:00:57 by Charlene Wendling | Files touched by this commit (344) |
Log message: qt5.port.mk: change COMPILER Move it to "base-clang ports-gcc" and bump REVISION accordingly. This unbreaks Qt5-related binaries runtime on macppc. OK sthen@ |
2018-12-18 02:39:21 by Rafael Sadowski | Files touched by this commit (246) |
Log message: Update KDE Applications to 18.12 Release notes: https://www.kde.org/announcements/announce-applications-18.12.0.php Port notes: - Update all KDE5 ports to 18.12.0 - Reorder Makefile and enable libkmahjongg and kmahjongg - Change MAINTAINER email - New kde-applications.port.mk baesed on Makefile.inc - Includes the following new helpers: - MODKDE5_DESKTOP_FILE - MODKDE5_ICON_CACHE - MODKDE5_TRANSLATIONS - MODKDE5_DOCS - Makefile.inc improvements - Fix and improve some many @pkgpath's, @sample's, and run-,build- and lib-depends. - Tweak some CATEGORIES The new infrastructure makes it very easy for us to port the missing KDE5 applications. Feedback from kn@ Thanks! |
2018-10-22 14:30:45 by Rafael Sadowski | Files touched by this commit (267) |
Log message: Update OpenBSD KDE5 universe. - Update KDE Frameworks to 5.51.0 -- Change examples handling and use @sample for all of them. Idea by ajacoutot@. Discussed with ajacoutot@,sthen@,naddy@. - Update our KDE Applications to 18.08.2. -- Nothing special except okteta. They use there own version pattern now. I set EPOCH. - Update all devel/kf5 consumers there are effected by the examples handling. -- kdevelop -- krusader -- tellico -- yakuake Thanks to landry@ for feedback and hints |