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:
Mikolaj Golub 2015-02-22 16:26:25 +00:00
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

View file

@ -1018,6 +1018,7 @@
SUBDIR += virtualmin
SUBDIR += vlogger
SUBDIR += vmdktool
SUBDIR += vmtouch
SUBDIR += vobcopy
SUBDIR += volman
SUBDIR += vordog

24
sysutils/vmtouch/Makefile Normal file
View 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>

View file

@ -0,0 +1,2 @@
SHA256 (vmtouch-0.8.0.tar.gz) = 3e972276487c6c72dd6878dac58d7a83fb115c4139a2cb63c747df4075333591
SIZE (vmtouch-0.8.0.tar.gz) = 224895

View 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/