Port details |
- hxtools Collection of miscellaneous tools and scripts
- 20231224 misc =2 20231224Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2020-08-03 06:13:24
- Last Update: 2024-01-23 11:32:28
- Commit Hash: 9a81a60
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+ LGPL21+ MIT
- WWW:
- https://inai.de/projects/hxtools/
- Description:
- This is the collection of tools and scripts for different tasks written
by Jan Engelhardt, each of which seems to be too small to warrant their
own project.
Some of these utilities need linprocfs(5) and linsysfs(5) to be mounted
under /compat/linux/{proc,sys} to operate.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- grx
- psptoolchain-pspsdk-stage2
- To install the port:
- cd /usr/ports/misc/hxtools/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/hxtools
- pkg install hxtools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hxtools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1703446835
SHA256 (hxtools-20231224.tar.zst) = 4f24fd6eca7daaa18a42c4b25827ddda51fc50b8ea279a6e313c364e05875797
SIZE (hxtools-20231224.tar.zst) = 202761
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- bash : shells/bash
- perl5>=5.36<5.37 : lang/perl5.36
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libHX.so : lang/libhx
- libpci.so : devel/libpci
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hxtools-20231224:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- misc_hxtools
- USES:
- compiler:c++11-lang iconv perl5 pkgconfig shebangfix tar:zst xorg
- 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 |
20231224 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
20231224 25 Dec 2023 05:24:04 |
Alexey Dokuchaev (danfe) |
misc/hxtools: update the port to version 20231224
Add license information as suggested by portlint(1).
Reported by: portscout |
20231101 07 Nov 2023 21:31:28 |
Alexey Dokuchaev (danfe) |
misc/hxtools: update the port to version 20231101
- As utmp_register(8) had been removed, GC the patch
- The distfile can be also downloaded from Codeberg
Reported by: portscout |
20230411 15 Sep 2023 10:22:16 |
Alexey Dokuchaev (danfe) |
misc/hxtools: update the port to the latest version 20230411
- COMPAT_PROC is now respected when accessing linprocfs(5) on
FreeBSD which allows us to drop all corresponding patches;
while /compat/linux is sensible default, follow ${LINUXBASE}
- checkbrack program had been rewritten from Perl to C++, but
still listed on the `dist_bin_SCRIPTS' (notified upstream)
- Unfortunately, one of the useful utilities, cctypeinfo, had
been removed as the author believes that all those strange
exotic architectures are practically irrelevant now due to
architecture consolidation in the market :(
Reported by: portscout |
20221120 22 Nov 2022 07:01:54 |
Alexey Dokuchaev (danfe) |
misc/hxtools: update the port to version 20221120
Some utilities were split into separate package, consoleet-utils
(not yet ported).
Reported by: portscout |
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) |
20211204 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 ) |
20211204 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
20211204 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
20211204 07 Dec 2021 06:50:47 |
Alexey Dokuchaev (danfe) |
misc/hxtools: the port had been updated to version 20211204
Reported by: portscout |
20210928 29 Sep 2021 18:12:19 |
Alexey Dokuchaev (danfe) |
misc/hxtools: update the port to version 20210928.
Reported by: portscout |
20210803 06 Aug 2021 13:34:22 |
Alexey Dokuchaev (danfe) |
misc/hxtools: update the port to version 20210803.
Reported by: portscout |
20201116 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20201116 27 Nov 2020 09:40:17 |
danfe |
- Update `misc/hxtools' to version 20201116
- Remove patch hunk which was applied upstream
Reported by: portscout |
20200712 03 Aug 2020 06:13:14 |
danfe |
This is the collection of tools and scripts for different tasks written
by Jan Engelhardt, each of which seems to be too small to warrant their
own project.
WWW: http://inai.de/projects/hxtools/ |