-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ufetch #12
Comments
Please upstream local patches for ufetch to upstream repo. |
Done, https://gitlab.com/jschx/ufetch/issues/5 |
Merged into upstream ufetch, https://gitlab.com/jschx/ufetch/commit/91c9ac9acdbe2b96ec95276360615f98cf36b951 |
ghost
closed this as completed
Feb 13, 2019
wip-sync
pushed a commit
that referenced
this issue
Nov 2, 2019
* Add the flag -cs charser to specify a character set for text or HTML. The default character set is utf-8. Fix Issue #12
wip-sync
pushed a commit
that referenced
this issue
Apr 13, 2021
* Convert to use released tarball from GitHub. * Fix build. * Update DESCR. * Take MAINTAINERship. Changelog: 1.7.0 Allow building without manpage Allow building against musl Fix memory corruption error Fix decompressing large files on 32-bit systems Avoid unaligned memory access Fix warnings with recent compilers Use optimized endian swapping functions on macOS 1.0.6 fixes large file support for listing 1.0.5 add htole64 and le64toh on glibc < 2.9 1.0.4 Include man page in release tarball, fixed #50 1.0.3 complete autotools build, see README.md for build instructions, see #37 large-file support for 32-bit systems, see #26 creates output file with permissions of input file (if possible, i.e. not reading from stdin), see #15 better error messages on incorrect input path list main differences between pixz and xz in README fix issue with extreme (-e) command line option parsing, see #12 adds keep input (-k) command line option, see #14
wip-sync
pushed a commit
that referenced
this issue
Aug 21, 2021
2.1.1 2021-04-04 - Makefile: fix undefined references with static builds (#19) 2.1.0 2020-02-11 - Makefile: use "-f" with prove always (to show failed tests) (#13) - Stop searching in further dirs on errors except ENOENT #12 - Makefile: do not rebuild t/static_%.c with updated gen-static-test - Add CMakeLists.txt and support for MSVC (#3) - Relax checks for extended capability to support new format (#5) - Makefile: use -Og with DEBUG=1 (#7) - unibi_from_mem: fix [clang-analyzer-deadcode.DeadStores] (#8) - Makefile: revisit regenerate-tests rule (#6) - unibi_from_term: handle $TERMINFO as curses does #2
wip-sync
pushed a commit
that referenced
this issue
May 15, 2024
0.4.0 (2024-03-09) ------------------ - Update schemas for ASDF standard 1.6.0. [#59] 0.3.0 (2023-11-28) ------------------ - Add gwcs-1.2.0 manifest with new wcs-1.2.0 schema. [#56] 0.2.0 (2023-09-11) ------------------ - Update documentation to be consistent with rest of ASDF. [#12] - Switch over to ``pyproject.toml`` for build configuration. [#20] - Remove duplicate tag versions in gwcs manifest 1.0.0 (adding 1.0.1) and add 1.1.0 with only the newest tags [#46]
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I wanted to have a minimal CLI system information tool on my NetBSD install, I've modified the code in ufetch, https://gitlab.com/jschx/ufetch to make it work on NetBSD.
I've posted this here, https://www.unitedbsd.com/d/14-system-information-on-the-cli-ufetch and got the suggestion to submit it to pkgsrc.
I've created a separated repo on github, https://github.com/voidpin/ufetch-netbsd just for this and if you guys find it's interesting to anyone else, please feel free to use/package it.
Best Regards,
Pedro
P.S./EDIT: It requires the user to have pkgin set-up as it uses 'pkgin list' to fetch the number of packages installed.
The text was updated successfully, but these errors were encountered: