forked from Lainports/freebsd-ports
This is a FreeBSD attempt to implement archey-like terminal system information
display utility. It is just an esthetic way to display system information. Right now it doesn't have any configurable options (different themes, switches to change behaviour, etc), but I will add such features in the future, perhaps. WWW: https://github.com/samaelszafran/bsdinfo PR: ports/168832 Submitted by: s@samu.pl
This commit is contained in:
parent
74922cfaee
commit
69ce526faf
4 changed files with 39 additions and 0 deletions
|
|
@ -82,6 +82,7 @@
|
|||
SUBDIR += bsdconfig
|
||||
SUBDIR += bsdcrashtar
|
||||
SUBDIR += bsdhwmon
|
||||
SUBDIR += bsdinfo
|
||||
SUBDIR += bsdmoted
|
||||
SUBDIR += bsdsar
|
||||
SUBDIR += bsdstats
|
||||
|
|
|
|||
29
sysutils/bsdinfo/Makefile
Normal file
29
sysutils/bsdinfo/Makefile
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: bsdinfo
|
||||
# Date created: 8 June 2012
|
||||
# Whom: samu <s@samu.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsdinfo
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://cloud.github.com/downloads/samaelszafran/bsdinfo/
|
||||
|
||||
MAINTAINER= s@samu.pl
|
||||
COMMENT= A simple utility to display system-based information
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
OPTIONS_DEFINE= X256
|
||||
X256_DESC= Build the 256 color version
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MX256}
|
||||
CONFIGURE_ARGS+=--x256
|
||||
.endif
|
||||
|
||||
PLIST_FILES+= bin/bsdinfo
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
sysutils/bsdinfo/distinfo
Normal file
2
sysutils/bsdinfo/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (bsdinfo-0.22.tar.gz) = d9856f23f53ab67374e394a279576c20b97377252807390ae70f5ec7de936ae7
|
||||
SIZE (bsdinfo-0.22.tar.gz) = 4305
|
||||
7
sysutils/bsdinfo/pkg-descr
Normal file
7
sysutils/bsdinfo/pkg-descr
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
This is a FreeBSD attempt to implement archey-like terminal system information
|
||||
display utility. It is just an esthetic way to display system information.
|
||||
Right now it doesn't have any configurable options (different themes, switches
|
||||
to change behaviour, etc), but I will add such features in the future,
|
||||
perhaps.
|
||||
|
||||
WWW: https://github.com/samaelszafran/bsdinfo
|
||||
Loading…
Add table
Reference in a new issue