View | Details | Raw Unified | Return to bug 242748 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/inxi/Makefile (+50 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	inxi
4
DISTVERSION=	3.1.06-1
5
CATEGORIES=	sysutils
6
7
MAINTAINER=	vulcan@wired.sh
8
COMMENT=	Full featured CLI system information tool
9
10
LICENSE=	GPLv3
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
13
RUN_DEPENDS=	bind-tools>=0:dns/bind-tools \
14
		dmidecode:sysutils/dmidecode \
15
		mesa-demos>=0:graphics/mesa-demos \
16
		p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \
17
		p5-HTTP-Tiny>=0:www/p5-HTTP-Tiny \
18
		p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
19
		p5-JSON-XS>=0:converters/p5-JSON-XS \
20
		p5-XML-Dumper>=0:textproc/p5-XML-Dumper \
21
		tree:sysutils/tree \
22
		usbutils>=0:sysutils/usbutils \
23
		wmctrl:x11/wmctrl \
24
		xdpyinfo:x11/xdpyinfo \
25
		xprop:x11/xprop \
26
		xrandr:x11/xrandr
27
28
USES=		perl5 shebangfix
29
USE_GITHUB=	yes
30
GH_ACCOUNT=	smxi
31
USE_PERL5=	run
32
SHEBANG_FILES=	${PORTNAME}
33
34
NO_BUILD=	yes
35
36
PLIST_FILES=	bin/${PORTNAME} \
37
		man/man1/${PORTNAME}.1.gz
38
PORTDOCS=	${PORTNAME}.changelog README.txt
39
40
OPTIONS_DEFINE=	DOCS
41
42
do-install:
43
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
44
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
45
46
post-install-DOCS-on:
47
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
48
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
49
50
.include <bsd.port.mk>
(-)sysutils/inxi/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1599058993
2
SHA256 (smxi-inxi-3.1.06-1_GH0.tar.gz) = e1fa3566353df7819134cb8edd8d5b8244991a0f66c51e52661c7b0594909813
3
SIZE (smxi-inxi-3.1.06-1_GH0.tar.gz) = 357819
(-)sysutils/inxi/pkg-descr (+8 lines)
Line 0 Link Here
1
inxi is a command line system information tool. It was forked
2
from the ancient and mindbendingly perverse yet ingenius
3
infobash, by locsmif.
4
5
The primary purpose of inxi is for support, and sys admin use.
6
inxi is used widely for forum and IRC support.
7
8
WWW: https://github.com/smxi/inxi

Return to bug 242748