pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils
Module Name: pkgsrc
Committed By: nia
Date: Thu Mar 5 13:29:12 UTC 2020
Modified Files:
pkgsrc/sysutils: Makefile
Added Files:
pkgsrc/sysutils/neofetch: DESCR Makefile PLIST distinfo
Log Message:
sysutils: Add neofetch
Neofetch is a command-line system information tool written in bash.
Neofetch displays information about your operating system, software and
hardware in an aesthetic and visually pleasing way.
The overall purpose of Neofetch is to be used in screen-shots of your system.
Neofetch shows the information other people want to see. There are other
tools available for proper system statistic/diagnostics.
To generate a diff of this commit:
cvs rdiff -u -r1.863 -r1.864 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/neofetch/DESCR \
pkgsrc/sysutils/neofetch/Makefile pkgsrc/sysutils/neofetch/PLIST \
pkgsrc/sysutils/neofetch/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.863 pkgsrc/sysutils/Makefile:1.864
--- pkgsrc/sysutils/Makefile:1.863 Thu Feb 20 06:15:34 2020
+++ pkgsrc/sysutils/Makefile Thu Mar 5 13:29:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.863 2020/02/20 06:15:34 gutteridge Exp $
+# $NetBSD: Makefile,v 1.864 2020/03/05 13:29:11 nia Exp $
#
COMMENT= System utilities
@@ -391,6 +391,7 @@ SUBDIR+= ncdu
SUBDIR+= ndesk-dbus
SUBDIR+= ndesk-dbus-glib
SUBDIR+= neb-wipe
+SUBDIR+= neofetch
SUBDIR+= netbsd-kmod-tools
SUBDIR+= netbt-hcidump
SUBDIR+= news
Added files:
Index: pkgsrc/sysutils/neofetch/DESCR
diff -u /dev/null pkgsrc/sysutils/neofetch/DESCR:1.1
--- /dev/null Thu Mar 5 13:29:12 2020
+++ pkgsrc/sysutils/neofetch/DESCR Thu Mar 5 13:29:12 2020
@@ -0,0 +1,8 @@
+Neofetch is a command-line system information tool written in bash.
+
+Neofetch displays information about your operating system, software and
+hardware in an aesthetic and visually pleasing way.
+
+The overall purpose of Neofetch is to be used in screen-shots of your system.
+Neofetch shows the information other people want to see. There are other
+tools available for proper system statistic/diagnostics.
Index: pkgsrc/sysutils/neofetch/Makefile
diff -u /dev/null pkgsrc/sysutils/neofetch/Makefile:1.1
--- /dev/null Thu Mar 5 13:29:12 2020
+++ pkgsrc/sysutils/neofetch/Makefile Thu Mar 5 13:29:12 2020
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/03/05 13:29:12 nia Exp $
+
+DISTNAME= neofetch-6.1.0
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dylanaraps/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/dylanaraps/neofetch
+COMMENT= Command-line system information tool
+LICENSE= mit
+
+USE_TOOLS+= bash:run
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
+
+REPLACE_BASH+= neofetch
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/neofetch/PLIST
diff -u /dev/null pkgsrc/sysutils/neofetch/PLIST:1.1
--- /dev/null Thu Mar 5 13:29:12 2020
+++ pkgsrc/sysutils/neofetch/PLIST Thu Mar 5 13:29:12 2020
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/05 13:29:12 nia Exp $
+bin/neofetch
+man/man1/neofetch.1
Index: pkgsrc/sysutils/neofetch/distinfo
diff -u /dev/null pkgsrc/sysutils/neofetch/distinfo:1.1
--- /dev/null Thu Mar 5 13:29:12 2020
+++ pkgsrc/sysutils/neofetch/distinfo Thu Mar 5 13:29:12 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/05 13:29:12 nia Exp $
+
+SHA1 (neofetch-6.1.0.tar.gz) = c3b5450eeafc6b20b65696b1d2bcc3b9e605c0a6
+RMD160 (neofetch-6.1.0.tar.gz) = bfc33beffe81a618e12ab30c48230d05db7cded4
+SHA512 (neofetch-6.1.0.tar.gz) = a68b5021d02d217ae5bc67f3d542afe4aebf1cc891f083e276b58847b1dff4419e036dbd7694b7c49c19c615b13eb54c22db3e69e6143c3f10f3fc1966a22a2e
+Size (neofetch-6.1.0.tar.gz) = 118346 bytes
Home |
Main Index |
Thread Index |
Old Index