New port: sysutils/vmtouch
vmtouch is a tool for learning about and controlling the file system cache of unix and unix-like systems. Author: Doug Hoyte <doug@hcsw.org> WWW: http://hoytech.com/vmtouch/
This commit is contained in:
parent
251581adf6
commit
e8030a12dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379616
4 changed files with 34 additions and 0 deletions
|
@ -1018,6 +1018,7 @@
|
|||
SUBDIR += virtualmin
|
||||
SUBDIR += vlogger
|
||||
SUBDIR += vmdktool
|
||||
SUBDIR += vmtouch
|
||||
SUBDIR += vobcopy
|
||||
SUBDIR += volman
|
||||
SUBDIR += vordog
|
||||
|
|
24
sysutils/vmtouch/Makefile
Normal file
24
sysutils/vmtouch/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Mikolaj Golub <trociny@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vmtouch
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= trociny@FreeBSD.org
|
||||
COMMENT= Virtual Memory Toucher
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hoytech
|
||||
GH_PROJECT= vmtouch
|
||||
GH_TAGNAME= vmtouch-0.8.0
|
||||
GH_COMMIT= a54935b
|
||||
|
||||
PLIST_FILES= bin/vmtouch \
|
||||
man/man8/vmtouch.8.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vmtouch ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/vmtouch.8 ${STAGEDIR}${PREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/vmtouch/distinfo
Normal file
2
sysutils/vmtouch/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (vmtouch-0.8.0.tar.gz) = 3e972276487c6c72dd6878dac58d7a83fb115c4139a2cb63c747df4075333591
|
||||
SIZE (vmtouch-0.8.0.tar.gz) = 224895
|
7
sysutils/vmtouch/pkg-descr
Normal file
7
sysutils/vmtouch/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Virtual Memory Toucher
|
||||
|
||||
vmtouch is a tool for learning about and controlling the file system
|
||||
cache of unix and unix-like systems.
|
||||
|
||||
Author: Doug Hoyte <doug@hcsw.org>
|
||||
WWW: http://hoytech.com/vmtouch/
|
Loading…
Reference in a new issue