pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/screenfetch Updated sysutils/screenfetch to 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36bc16e5b3f5
branches:  trunk
changeset: 362162:36bc16e5b3f5
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 07 02:02:10 2017 +0000

description:
Updated sysutils/screenfetch to 3.8.0
-------------------------------------
v3.8.0
        - Additional Intel GPU checks
        - Gentoo release check (whether it's stable/testing/experimental)
        - Chromebrew detection for Chrome OS pkgs
        - OpenBSD fixes
        - Manjaro logo updated
        - Added Fux logo
        - Enable easily addable custom lines through customlines() function
        - Line wrapping with '-w' command line option
        - Fix issue with extra space and host variable
        - Improvements to OS X font detection
        - Fixed package count, shell detection and colors on NetBSD
        - Added pkgsrc support for OS X
        - Use new NixOS logo
        - Use new KaOS logo
        - PCLinuxOS logo added
        - pomf host removed (does not exist anymore)
        - Display the package count, resolution, GPU and OS version on Haiku
        - Display release version and package count on TinyCore Linux
        - Display exact release version on Windows 10
        - Use modern logo on Windows 10 and Windows 8
        - Support for Blackbox on Windows
        - Improve BusyBox shell detection
        - Added detection for Trinity/TWin, chromeos-wm, FLWM, howm,
          sway, LXQt and Deepin [DEs/WMs]
        - Added detection for Alpine, BunsenLabs, Chrome OS, Chromium
          OS, Devuan, Fux, GrombyangOS, KDE neon, Kogaion, Mer, Msys,
          Netrunner, Oracle Linux, PCLinuxOS, Qubes OS, Parrot
          Security, Pardus, Red Star OS, ROSA, SailfishOS,
          SparkyLinux, SteamOS, SUSE Linux Enterprise and SwagArch

(pkgsrc changes)
 - Drop patch, upstream now included.

diffstat:

 sysutils/screenfetch/Makefile                      |   4 +-
 sysutils/screenfetch/distinfo                      |  11 ++---
 sysutils/screenfetch/patches/patch-screenfetch-dev |  37 ----------------------
 3 files changed, 7 insertions(+), 45 deletions(-)

diffs (69 lines):

diff -r 2fdff579fbc4 -r 36bc16e5b3f5 sysutils/screenfetch/Makefile
--- a/sysutils/screenfetch/Makefile     Sat May 06 21:37:59 2017 +0000
+++ b/sysutils/screenfetch/Makefile     Sun May 07 02:02:10 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/07/18 22:56:44 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/07 02:02:10 mef Exp $
 
-DISTNAME=      screenFetch-3.7.0
+DISTNAME=      screenFetch-3.8.0
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=KittyKatt/}
diff -r 2fdff579fbc4 -r 36bc16e5b3f5 sysutils/screenfetch/distinfo
--- a/sysutils/screenfetch/distinfo     Sat May 06 21:37:59 2017 +0000
+++ b/sysutils/screenfetch/distinfo     Sun May 07 02:02:10 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/07/18 22:56:44 kamil Exp $
+$NetBSD: distinfo,v 1.2 2017/05/07 02:02:10 mef Exp $
 
-SHA1 (screenFetch-3.7.0.tar.gz) = 5a3702504e154335e372df56e4cb621840dc5506
-RMD160 (screenFetch-3.7.0.tar.gz) = f3be9d4d8fb044cb592f9c41af4ceb5eb9c6a9a4
-SHA512 (screenFetch-3.7.0.tar.gz) = 9a6e89ef2cd48f12b22230c7aff356ac2ece8dc7437034a51a66f8026e5ca4a630af43511a60b21e9fc9f89af9e2493b8cfa3a06294e74c3d611ae3bb0db922d
-Size (screenFetch-3.7.0.tar.gz) = 60223 bytes
-SHA1 (patch-screenfetch-dev) = 08d9508aa79e37d2776a557e9fa185bb5242256a
+SHA1 (screenFetch-3.8.0.tar.gz) = ff90280623398f7b7b7fa71e1440a146b3fe492a
+RMD160 (screenFetch-3.8.0.tar.gz) = 7d076271d36c5a495093395af56610913c0c562c
+SHA512 (screenFetch-3.8.0.tar.gz) = 903f42e3bfcd719c4d6b91d10e5678063e223c2baa58214c7e8dae9ea925852f9e2c07ad90148e02d87ce5f9af7b989e80e93c2f569cd579e6f4f7d5c49c62f2
+Size (screenFetch-3.8.0.tar.gz) = 71970 bytes
diff -r 2fdff579fbc4 -r 36bc16e5b3f5 sysutils/screenfetch/patches/patch-screenfetch-dev
--- a/sysutils/screenfetch/patches/patch-screenfetch-dev        Sat May 06 21:37:59 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-$NetBSD: patch-screenfetch-dev,v 1.1 2016/07/18 22:56:44 kamil Exp $
-
-Cherry-pick upstream improvements for NetBSD.
-"NetBSD: add package count, fix shell and cpu detection #300"
-
--- https://patch-diff.githubusercontent.com/raw/KittyKatt/screenFetch/pull/300.patch
-
---- screenfetch-dev.orig       2016-07-18 21:56:20.367098431 +0000
-+++ screenfetch-dev
-@@ -877,6 +877,9 @@ detectpkgs () {
-                       pkgs=$(if TMPDIR=/dev/null ASSUME_ALWAYS_YES=1 PACKAGESITE=file:///nonexistent pkg info pkg >/dev/null 2>&1; then 
-                               pkg info | wc -l | awk '{print $1}'; else pkg_info | wc -l | awk '{sub(" ", "");print $1}'; fi)
-               ;;
-+              'NetBSD')
-+                      pkgs=$(pkg_info | wc -l | tr -d ' ')
-+              ;;
-               'Cygwin')
-                       cygfix=2
-                       pkgs=$(($(cygcheck -cd | wc -l) - ${cygfix}))
-@@ -928,7 +931,7 @@ detectcpu () {
-                       cpu="$cpu @ ${cpu_mhz}MHz"
-               fi
-       else
--              cpu=$(awk 'BEGIN{FS=":"} /model name/ { print $2; exit }' /proc/cpuinfo | sed 's/ @/\n/' | head -1)
-+              cpu=$(awk 'BEGIN{FS=":"} /model name/ { print $2; exit }' /proc/cpuinfo | awk 'BEGIN{FS=" @"; OFS="\n"} { print $1; exit }')
-               cpun=$(grep "physical id" /proc/cpuinfo | sort | uniq | wc -l)
-               if [ -z "$cpu" ]; then
-                       cpu=$(awk 'BEGIN{FS=":"} /Hardware/ { print $2; exit }' /proc/cpuinfo)
-@@ -1169,7 +1172,7 @@ detectshell () {
-               else
-                       if [[ "${OSTYPE}" == "linux-gnu" || "${OSTYPE}" == "linux" ]]; then
-                               shell_type=$(ps -p $PPID -o cmd --no-heading)
--                      elif [[ "${distro}" == "Mac OS X" || "${distro}" == "FreeBSD" || "${distro}" == "OpenBSD" ]]; then
-+                      elif [[ "${distro}" == "Mac OS X" || "${distro}" == "FreeBSD" || "${distro}" == "OpenBSD" || "${distro}" == "NetBSD" ]]; then
-                               shell_type=$(ps -p $PPID -o args | tail -1)
-                       else
-                               shell_type=$(ps -p $(ps -p $PPID | awk '$1 !~ /PID/ {print $1}') | awk 'FNR>1 {print $1}')



Home | Main Index | Thread Index | Old Index