summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-09-30 01:02:30 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-09-30 01:02:30 +0000
commit3a8ca303bf969825b39fe9c1b8475c9d9355cc47 (patch)
tree6de39527c3949d7137bb6fc41d5666319d4c3648
parentGo ports: cleanup, finish transition to USES=go started with r505321 (cat. sy... (diff)
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>
Notes
Notes: svn path=/head/; revision=513277
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/pfetch/Makefile25
-rw-r--r--sysutils/pfetch/distinfo3
-rw-r--r--sysutils/pfetch/pkg-descr5
4 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 517ea1b8f7f3..41ad17b3aa25 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -881,6 +881,7 @@
SUBDIR += pefs-kmod
SUBDIR += personality
SUBDIR += pesign
+ SUBDIR += pfetch
SUBDIR += pflogx
SUBDIR += pfstat
SUBDIR += pftables
diff --git a/sysutils/pfetch/Makefile b/sysutils/pfetch/Makefile
new file mode 100644
index 000000000000..9f09207617b9
--- /dev/null
+++ b/sysutils/pfetch/Makefile
@@ -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>
diff --git a/sysutils/pfetch/distinfo b/sysutils/pfetch/distinfo
new file mode 100644
index 000000000000..92349c8a3d4c
--- /dev/null
+++ b/sysutils/pfetch/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1569803722
+SHA256 (dylanaraps-pfetch-0.1_GH0.tar.gz) = 0f42383ce099c7a3956fe93c803b4882c094e869d4dd09b22806e83b176abe2d
+SIZE (dylanaraps-pfetch-0.1_GH0.tar.gz) = 12921
diff --git a/sysutils/pfetch/pkg-descr b/sysutils/pfetch/pkg-descr
new file mode 100644
index 000000000000..4f43e95ffc55
--- /dev/null
+++ b/sysutils/pfetch/pkg-descr
@@ -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