htop-git: Modified version of sysutils/htop for NetBSD without procfs mount.

This commit is contained in:
Santhosh Raju 2020-03-01 08:02:14 -05:00
parent be70ee1948
commit 425a12f6f0
4 changed files with 46 additions and 0 deletions

3
htop-git/DESCR Normal file
View File

@ -0,0 +1,3 @@
This is htop, an interactive process viewer.
This version for NetBSD does not require procfs mount.

32
htop-git/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $NetBSD$
DISTNAME= htop-2.2.0.20200227
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=fraggerfox/}
GITHUB_TAG= 37ccabf6ec2c62007b4353df01c74eb95c301825
EXTRACT_USING= bsdtar
MAINTAINER= fox@NetBSD.org
HOMEPAGE= https://github.com/fraggerfox/htop/tree/netbsd-no-procfs/netbsd
COMMENT= Enhanced version of top utility
LICENSE= gnu-gpl-v2
# This version does not need procfs mount in NetBSD
# Report bugs to fox@NetBSD.org
CONFLICTS= htop-[0-9]*
GNU_CONFIGURE= yes
USE_TOOLS+= autoreconf autoconf automake gmake m4 pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_NCURSES= yes # uses ncurses mouse definitions
REPLACE_PYTHON+= scripts/MakeHeader.py
pre-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} autoreconf -vif
.include "../../lang/python/application.mk"
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"

5
htop-git/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
bin/htop
man/man1/htop.1
share/applications/htop.desktop
share/pixmaps/htop.png

6
htop-git/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (htop-2.2.0.20200227-37ccabf6ec2c62007b4353df01c74eb95c301825.tar.gz) = 39925d9fe0308453e8b17011545f921a1c9a654f
RMD160 (htop-2.2.0.20200227-37ccabf6ec2c62007b4353df01c74eb95c301825.tar.gz) = 4d27a482d0ff0d8d2467ec7e8693b2b218c1491d
SHA512 (htop-2.2.0.20200227-37ccabf6ec2c62007b4353df01c74eb95c301825.tar.gz) = 8041888eadc357adeef9073a9c717d673b4c1b71fdb9d180ba600ccdc0f848b1199f11d56b001c7f3d9e43e27d427b50beb7c1bbfd4cadab0b847053ce805598
Size (htop-2.2.0.20200227-37ccabf6ec2c62007b4353df01c74eb95c301825.tar.gz) = 176250 bytes