pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Initial import of sysutils/fastfetch system information display utility



Module Name:	pkgsrc-wip
Committed By:	ci4ic4 <ci4ic4%gmail.com@localhost>
Pushed By:	ci4ic4
Date:		Sat Nov 23 15:44:51 2024 +0000
Changeset:	f848c7d654a14f84f711e6fdb3a763359fb9c3eb

Modified Files:
	Makefile
	fastfetch/DESCR
Added Files:
	fastfetch/COMMIT_MSG

Log Message:
Initial import of sysutils/fastfetch system information display utility

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f848c7d654a14f84f711e6fdb3a763359fb9c3eb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 fastfetch/COMMIT_MSG |  6 ++++++
 fastfetch/DESCR      | 25 ++++---------------------
 3 files changed, 11 insertions(+), 21 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 275a9c58e6..2b7aa1ab93 100644
--- a/Makefile
+++ b/Makefile
@@ -905,6 +905,7 @@ SUBDIR+=	fastahack
 SUBDIR+=	fastaunique
 SUBDIR+=	fastbit
 SUBDIR+=	fastcol
+SUBDIR+=	fastfetch
 SUBDIR+=	fastjet
 SUBDIR+=	fastool
 SUBDIR+=	fastp
diff --git a/fastfetch/COMMIT_MSG b/fastfetch/COMMIT_MSG
new file mode 100644
index 0000000000..188347906a
--- /dev/null
+++ b/fastfetch/COMMIT_MSG
@@ -0,0 +1,6 @@
+Import sysutils/fastfetch v.2.30.1 from wip
+
+Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for
+fetching system information and displaying it prettily. It is written mainly
+in C, with performance and customizability in mind. Currently, Linux, Android,
+FreeBSD, NetBSD, macOS, SunOS and Windows 7+ are supported.
diff --git a/fastfetch/DESCR b/fastfetch/DESCR
index 12582d066d..87a31d6cc8 100644
--- a/fastfetch/DESCR
+++ b/fastfetch/DESCR
@@ -1,23 +1,6 @@
-TODO: Adjust the following lines from README.md
-
 # Fastfetch
 
-[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/fastfetch-cli/fastfetch/ci.yml)](https://github.com/fastfetch-cli/fastfetch/actions)
-[![GitHub license](https://img.shields.io/github/license/fastfetch-cli/fastfetch)](https://github.com/fastfetch-cli/fastfetch/blob/dev/LICENSE)
-[![GitHub contributors](https://img.shields.io/github/contributors/fastfetch-cli/fastfetch)](https://github.com/fastfetch-cli/fastfetch/graphs/contributors)
-[![GitHub top language](https://img.shields.io/github/languages/top/fastfetch-cli/fastfetch?logo=c&label=)](https://github.com/fastfetch-cli/fastfetch/blob/dev/CMakeLists.txt#L5)
-[![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/fastfetch-cli/fastfetch)](https://github.com/fastfetch-cli/fastfetch/commits)  
-[![homebrew downloads](https://img.shields.io/homebrew/installs/dm/fastfetch?logo=homebrew)](https://formulae.brew.sh/formula/fastfetch#default)
-[![GitHub all releases](https://img.shields.io/github/downloads/fastfetch-cli/fastfetch/total?logo=github)](https://github.com/fastfetch-cli/fastfetch/releases)  
-[![GitHub release (with filter)](https://img.shields.io/github/v/release/fastfetch-cli/fastfetch?logo=github)](https://github.com/fastfetch-cli/fastfetch/releases)
-[![latest packaged version(s)](https://repology.org/badge/latest-versions/fastfetch.svg)](https://repology.org/project/fastfetch/versions)
-[![Packaging status](https://repology.org/badge/tiny-repos/fastfetch.svg)](https://repology.org/project/fastfetch/versions)
-
-Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, macOS, SunOS and Windows 7+ are supported.
-
-<img src="screenshots/example1.png" width="49%" align="left" />
-<img src="https://upload.wikimedia.org/wikipedia/commons/2/24/Transparent_Square_Tiles_Texture.png"; width="49%" height="16px" align="left" />
-<img src="screenshots/example4.png" width="49%" align="left" />
-<img src="https://upload.wikimedia.org/wikipedia/commons/2/24/Transparent_Square_Tiles_Texture.png"; width="49%" height="16px" align="left" />
-<img src="screenshots/example2.png" width="48%" align="top" />
-...
+Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for
+fetching system information and displaying it prettily. It is written mainly
+in C, with performance and customizability in mind. Currently, Linux, Android,
+FreeBSD, NetBSD, macOS, SunOS and Windows 7+ are supported.


Home | Main Index | Thread Index | Old Index