Port details |
- fileobj Portable hex editor with vi like interface
- 0.8.6_1 editors =6 0.8.6_1Version of this port present on the latest quarterly branch.
- Maintainer: tkusumi@netbsd.org
- Port Added: 2016-01-16 08:37:43
- Last Update: 2024-05-24 18:03:07
- Commit Hash: 45bb32f
- People watching this port, also watch:: testdisk, openssl, fusefs-sshfs, openbox, chromium
- License: BSD2CLAUSE
- WWW:
- https://github.com/kusumi/fileobj
- Description:
- fileobj is a portable hex editor with vi like interface.
This software provides basic vi commands for binary editing.
Features include insert, replace, delete data in hexadecimal or ascii,
cut and paste, undo and redo, visual select, partial buffer loading,
multiple buffers support, multiple windows support,
block device (raw disk) support, mapping binary data to C struct, etc.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- fileobj>0:editors/fileobj
- To install the port:
- cd /usr/ports/editors/fileobj/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/fileobj
- pkg install fileobj
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fileobj
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1715838201
SHA256 (kusumi-fileobj-v0.8.6_GH0.tar.gz) = 3b8d907798bc072faf0afe7b42557f1923080e46d80e0737493f01a08d0c5254
SIZE (kusumi-fileobj-v0.8.6_GH0.tar.gz) = 198600
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- editors_fileobj
- USES:
- python
- 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.8.6_1 24 May 2024 18:03:07 |
Fernando Apesteguía (fernape) |
editors/fileobj: Update to 0.8.6
ChangeLog: https://github.com/kusumi/fileobj/blob/master/CHANGES
Accumulated changes
v0.8.6
======
- Fix line scroll mode bug (since v0.7.108)
- Fix range bitwise operation bug (since v0.7.73)
- Minor fixes and cleanups
v0.8.5
======
- Add FILEOBJ_USE_LOWER_CASE_HEX (Only the first 15 lines of the commit message are shown above ) |
0.8.0_1 22 Jan 2024 10:42:28 |
Muhammad Moinur Rahman (bofh) |
editors/fileobj: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.8.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.8.0 26 Feb 2023 20:31:10 |
Daniel Engberg (diizzy) Author: Tomohiro Kusumi |
editors/fileobj: Update to 0.8.0 and assign new maintainer
Assign new maintainer due to multiple timeouts
Changelog: https://github.com/kusumi/fileobj/blob/v0.8.0/CHANGES
PR: 268120
Approved by: portmgr (maintainer timeout, 1+ month) |
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.7.108 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.7.108 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.7.108 08 Jun 2022 10:44:59 |
Nuno Teixeira (eduardo) Author: Sean Farley |
editors/fileobj: Update to 0.7.108
- small cosmetic changes
ChangeLog: https://github.com/kusumi/fileobj/blob/v0.7/CHANGES
PR: 263843
Approved by: maintainer timeout (zrj@dragonflybsd.org, > 1 month) |
0.7.55_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.55_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.7.55_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.7.55 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.7.55 12 Nov 2017 00:46:38 |
bapt |
Update to 0.7.55
Install manpages
Submitted by: zrj (dragonfly) maintainer |
0.7.44 21 Nov 2016 15:44:07 |
marino |
editors/fileobj: Upgrade version 0.7.25 => 0.7.44
Submitte by: maintainer via IRC |
0.7.25 29 Mar 2016 00:25:14 |
amdmi3 |
- Add LICENSE_FILE
- Remove USES=tar:bzip2 (incorrect and no-op with USE_GITHUB)
Approved by: portmgr blanket |
0.7.25 08 Mar 2016 13:09:12 |
mat |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
0.7.25 20 Jan 2016 17:38:15 |
marino |
editors/fileobj: Upgrade version 7.23.1 => 7.25
While here, update the maintainer address and use autoplist instead
of a static pkg-plist. |
0.7.23.1 16 Jan 2016 08:37:34 |
marino |
Add new port editors/fileobj
fileobj is a portable hex editor with vi like interface.
This software provides basic vi commands for binary editing.
Features include insert, replace, delete data in hexadecimal or ascii,
cut and paste, undo and redo, visual select, partial buffer loading,
multiple buffers support, multiple windows support,
block device (raw disk) support, mapping binary data to C struct, etc. |