Index: sysutils/inxi/Makefile =================================================================== --- sysutils/inxi/Makefile (nonexistent) +++ sysutils/inxi/Makefile (working copy) @@ -0,0 +1,50 @@ +# $FreeBSD$ + +PORTNAME= inxi +DISTVERSION= 3.1.06-1 +CATEGORIES= sysutils + +MAINTAINER= vulcan@wired.sh +COMMENT= Full featured CLI system information tool + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= bind-tools>=0:dns/bind-tools \ + dmidecode:sysutils/dmidecode \ + mesa-demos>=0:graphics/mesa-demos \ + p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \ + p5-HTTP-Tiny>=0:www/p5-HTTP-Tiny \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-XML-Dumper>=0:textproc/p5-XML-Dumper \ + tree:sysutils/tree \ + usbutils>=0:sysutils/usbutils \ + wmctrl:x11/wmctrl \ + xdpyinfo:x11/xdpyinfo \ + xprop:x11/xprop \ + xrandr:x11/xrandr + +USES= perl5 shebangfix +USE_GITHUB= yes +GH_ACCOUNT= smxi +USE_PERL5= run +SHEBANG_FILES= ${PORTNAME} + +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz +PORTDOCS= ${PORTNAME}.changelog README.txt + +OPTIONS_DEFINE= DOCS + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: sysutils/inxi/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/inxi/distinfo =================================================================== --- sysutils/inxi/distinfo (nonexistent) +++ sysutils/inxi/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1599058993 +SHA256 (smxi-inxi-3.1.06-1_GH0.tar.gz) = e1fa3566353df7819134cb8edd8d5b8244991a0f66c51e52661c7b0594909813 +SIZE (smxi-inxi-3.1.06-1_GH0.tar.gz) = 357819 Property changes on: sysutils/inxi/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/inxi/pkg-descr =================================================================== --- sysutils/inxi/pkg-descr (nonexistent) +++ sysutils/inxi/pkg-descr (working copy) @@ -0,0 +1,8 @@ +inxi is a command line system information tool. It was forked +from the ancient and mindbendingly perverse yet ingenius +infobash, by locsmif. + +The primary purpose of inxi is for support, and sys admin use. +inxi is used widely for forum and IRC support. + +WWW: https://github.com/smxi/inxi Property changes on: sysutils/inxi/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property