Port details |
- xxd Hexdump and reverse hexdump utility from vim distribution
- 9.1.0158 sysutils =12 9.1.0158Version of this port present on the latest quarterly branch.
- Maintainer: gmarco@giovannelli.it
- Port Added: 2023-03-30 20:48:06
- Last Update: 2024-03-08 23:50:31
- Commit Hash: e7350d8
- People watching this port, also watch:: libxml2, mpdecimal, perl5, indexinfo, gettext-runtime
- License: VIM
- WWW:
- https://www.vim.org/
- Description:
- Standalone xxd utility from the vim editor distribution.
Xxd creates an hex dump of a given file or standard input.
It can also convert a hex dump back to its original binary form.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/xxd/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/xxd
- pkg install xxd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xxd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709939861
SHA256 (vim-vim-v9.1.0158_GH0.tar.gz) = b8bea8580910ce9a71b61cc7a2d55f586bdac10433ad0f151f8446eeaae5e6bd
SIZE (vim-vim-v9.1.0158_GH0.tar.gz) = 17731123
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- biology/star
- biology/viennarna
- graphics/geeqie
- multimedia/vmaf
- www/elinks
- www/netsurf
- for Run
-
- editors/vim
- security/transcrypt
Configuration Options:
- No options to configure
- Options name:
- sysutils_xxd
- 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 |
9.1.0158 08 Mar 2024 23:50:31 |
Adam Weinberger (adamw) |
editors/vim: Update to 9.1.0158
While here:
- Add explicit --disable-libsodium [1]
- Clear PORTREVISION on xxd as it gets a bump from this update
PR: 277545
Reported by: dewayne heuristicsystems com au [1] |
9.1.0015_1 10 Jan 2024 16:27:53 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
9.1.0015_1 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
9.0.2143 11 Dec 2023 20:41:24 |
Guido Falsi (madpilot) Author: Vidar Karlsen |
sysutils/xxd: Install man page
While here per portclippy and portfmt.
Intentionally not bumping PORTREVISION, since this port version
depends on the vim port..
PR: 275672
Approved by: Gianmarco Giovannelli <gmarco@giovannelli.it> (maintainer) |
9.0.1968 03 Oct 2023 02:14:31 |
Adam Weinberger (adamw) |
editors/vim: Add XXD option
Rather than conflicting with xxd (which presents a dependency problem
for users who don't want to install vim), add an option to depend on
xxd. So, the vim port will no longer install xxd, but the option is
on by default so most users won't see a difference (other than the new
dependency).
PR: 274104
Reported by: corvink |
9.0.1876 22 Sep 2023 04:54:45 |
Robert Clausecker (fuz) |
sysutils/xxd: define LICENSE
While we are at it, remove the number of slow != operators to the
minimum needed to just grab editor/vim's port version.
Approved by: portmgr (infrastructure blanket) |
9.0.1671 12 Jul 2023 22:35:01 |
Guido Falsi (madpilot) |
Revert "sysutils/xxd: Add missing conflict with vim console flavor"
The vim console flavor package name is "vim" (without -console),
so the conflict on vim-console is not required.
This reverts commit 25122d0e5673c9ba2f91fe32d806cf3e91d23194.
Reported by: adamw |
9.0.1671 12 Jul 2023 07:24:42 |
Guido Falsi (madpilot) |
sysutils/xxd: Add missing conflict with vim console flavor
Reported by: Steven Nikkel <steven_nikkel@ertyu.org> (via email)
Approved by: Gianmarco Giovannelli <gmarco@giovannelli.it> (maintainer)
MFH: 2023Q3 |
9.0.1366 31 Mar 2023 23:22:10 |
Guido Falsi (madpilot) |
sysutils/xxd: Fix typos.
PR: 270571 |
9.0.1366 31 Mar 2023 16:35:54 |
Guido Falsi (madpilot) |
sysutils/xxd: Make port track vim version, fix WWW
As suggested by adamw, since the port uses the vim distribution,
it can track the vim port PORTVERSION, and use its distfile. [1]
While here:
- Fix WWW, tracking vim one here too [1]
- Adjust COMMENT and pkg-plist a little
Reported by: adamw [1]
Approved by: Gianmarco Giovannelli <gmarco@giovannelli.it> (maintainer) |
9.0.1366 30 Mar 2023 20:42:54 |
Guido Falsi (madpilot) |
sysutils/xxd: New port
Xxd creates a hex dump of a given file or standard input.
It can also convert a hex dump back to its original binary form.
This is the standalone version of the xxd tool provided by vim.
Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> |