Date: Mon, 30 Sep 2019 01:02:31 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513277 - in head/sysutils: . pfetch Message-ID: <201909300102.x8U12V28078667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Mon Sep 30 01:02:30 2019 New Revision: 513277 URL: https://svnweb.freebsd.org/changeset/ports/513277 Log: New port: syutils/pfetch 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> Added: head/sysutils/pfetch/ head/sysutils/pfetch/Makefile (contents, props changed) head/sysutils/pfetch/distinfo (contents, props changed) head/sysutils/pfetch/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Sep 29 22:34:31 2019 (r513276) +++ head/sysutils/Makefile Mon Sep 30 01:02:30 2019 (r513277) @@ -881,6 +881,7 @@ SUBDIR += pefs-kmod SUBDIR += personality SUBDIR += pesign + SUBDIR += pfetch SUBDIR += pflogx SUBDIR += pfstat SUBDIR += pftables Added: head/sysutils/pfetch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pfetch/Makefile Mon Sep 30 01:02:30 2019 (r513277) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= pfetch +DISTVERSION= 0.1 +CATEGORIES= sysutils + +MAINTAINER= vulcan@wired.sh +COMMENT= Pretty system information tool written in POSIX sh + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USE_GITHUB= yes +GH_ACCOUNT= dylanaraps + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/pfetch + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> Added: head/sysutils/pfetch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pfetch/distinfo Mon Sep 30 01:02:30 2019 (r513277) @@ -0,0 +1,3 @@ +TIMESTAMP = 1569803722 +SHA256 (dylanaraps-pfetch-0.1_GH0.tar.gz) = 0f42383ce099c7a3956fe93c803b4882c094e869d4dd09b22806e83b176abe2d +SIZE (dylanaraps-pfetch-0.1_GH0.tar.gz) = 12921 Added: head/sysutils/pfetch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pfetch/pkg-descr Mon Sep 30 01:02:30 2019 (r513277) @@ -0,0 +1,5 @@ +Pretty system information tool written in POSIX sh, +supporting: Linux; MacOS; OpenBSD; FreeBSD; NetBSD; +Haiku and more. + +WWW: https://github.com/dylanaraps/pfetch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300102.x8U12V28078667>