summaryrefslogtreecommitdiff
path: root/sysutils/pfetch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/pfetch: Update to 1.9.4Lewis Cook2025-11-042-4/+4
| | | | Changes: https://github.com/Un1q32/pfetch/compare/1.7.1...1.9.4
* sysutils/pfetch: Update to 1.7.1Santhosh Raju2025-01-122-4/+4
| | | | | | | | | | | | | | | | Changes since 1.7.0: 1.7.1 What's Changed * Document values of PF_INFO by @polluks in #55 * Fixed typos by @polluks in #56 * Fixing a typo in README by @danielhejduk in #59 This release didn't add any new features, just typo fixes and documentation improvements Full Changelog: https://github.com/Un1q32/pfetch/compare/1.7.0...1.7.1
* sysutils/pfetch: Update to 1.7.0Santhosh Raju2024-12-092-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Changes since 1.6.0: 1.7.0 What's Changed * Clean-up manual page by @polluks in #54 * Added PF_ENABLE_SLOW_PACKAGE_MANAGERS option, for now just re-enables pip package count, but in the future other slow package managers will be locked behind this option. * Support cpus info for OpenBSD This release was very small, I've been making new releases every month, but eventually a month will happen with no new commits. I may switch to a 3 month schedule if development slows down too much, but for now the policy is that if a month goes by with no commits than the release is pushed back to the next month. Merry Christmas and happy holidays! Full Changelog: https://github.com/Un1q32/pfetch/compare/1.6.0...1.7.0
* sysutils/pfetch: Update to 1.6.0Santhosh Raju2024-11-042-4/+4
| | | | | | | | | | | | | | | | | | | | Changes since 1.5.0: 1.6.0 What's Changed * Fix parameter substitution on BSD by @merdely in #48 * Adding a man page by @danielhejduk in #51 * Fixed typos by @polluks in #52 and #53 * Support custom ASCII art * Proper error when uname is unavailible New Contributors * @merdely made their first contribution in #48 Full Changelog: https://github.com/Un1q32/pfetch/compare/1.5.0...1.6.0
* sysutils/pfetch: Update to 1.5.0Santhosh Raju2024-10-062-4/+4
| | | | | | | | | | | | | | | | | | Changes since 1.4.0: 1.5.0 What's Changed * Add fallback for when username cannot be determined. * Fix uptime on some systems without uptime or date. * Fix corrupt output for systems that don't support uptime. * Support disk info on Haiku. * More accurate disk info on IRIX and Digital UNIX. * Add cpus info for displaying the number of cores. * Support AIX. Full Changelog: https://github.com/Un1q32/pfetch/compare/1.4.0...1.5.0
* sysutils/pfetch: Update to 1.4.0Santhosh Raju2024-09-032-4/+4
| | | | | | | | | | | | | | | | Changes since 1.3.0: 1.4.0 What's Changed * Add support for more package managers by @AlbydST in #34 * Support Digital UNIX (aka Tru64 UNIX) * Support HP-UX * PF_KERNEL variable to control the displayed kernel version * Support disk info for NetBSD Full Changelog: https://github.com/Un1q32/pfetch/compare/1.3.0...1.4.0
* sysutils/pfetch: Rework upstream and update to 1.3.0Santhosh Raju2024-08-062-10/+7
| | | | | | | | | | Remove deprecation messages, since we have a new and active upstream. PR: 280109 Approved by: portmgr (maintainer timeout, 2+ weeks) Full change log since 0.6.0 https://github.com/Un1q32/pfetch/compare/1.0.0...1.3.0
* sysutils/pfetch: Deprecate and set expiration date to 2024-07-31Daniel Engberg2024-06-231-0/+3
| | | | | | | | | No longer developed, upstream repo archived Apr 26 2024. There's a "spiritual successor" called pfetch-rs located here: https://github.com/Gobidev/pfetch-rs PR: 279470 Approved by: portmgr (maintainer timeout, 2+ weeks)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update MAINTAINER fields for myself (lcook)Lewis Cook2021-01-221-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28279 Notes: svn path=/head/; revision=562287
* sysutils/pfetch: Update to 0.6.0Tobias C. Berner2020-03-142-4/+4
| | | | | | | | PR: 244780 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Notes: svn path=/head/; revision=528413
* sysutils/pfetch: update to 0.5.0Fernando Apesteguía2020-03-112-7/+6
| | | | | | | | | | | | | | | | | | | | | | From ChangeLog: https://github.com/dylanaraps/pfetch/releases/tag/0.5.0 * Added a new simplified dynamic display method. It's smaller in size, uses less escape sequences and is faster overall. * Added PF_SOURCE to execute a script prior to running pfetch. This allows the user to script things. * ASCII Art is now bold. * os: Added support for IRIX, CRUX, OpenWRT and Bedrock Linux. * host: Fixed incorrect host output. * host: Added MINIX support. * wm: Added fallback to non-EWMH WMs . And many more minor changes. PR: 244740 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=528237
* sysutils/pfetch: Update to 0.4.0Steve Wills2019-11-092-4/+4
| | | | | | | | PR: 240960 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Notes: svn path=/head/; revision=517100
* New port: syutils/pfetchKoichiro Iwao2019-09-303-0/+33
Pretty system information tool written in POSIX sh, supporting: Linux; MacOS; OpenBSD; FreeBSD; NetBSD; Haiku and more. WWW: https://github.com/dylanaraps/pfetch PR: 240873 Submitted by: Lewis Cook <vulcan@wired.sh> Notes: svn path=/head/; revision=513277