diff --git a/sysutils/Makefile b/sysutils/Makefile index 65f0104b2e0c..9416c0e3265e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1018,6 +1018,7 @@ SUBDIR += virtualmin SUBDIR += vlogger SUBDIR += vmdktool + SUBDIR += vmtouch SUBDIR += vobcopy SUBDIR += volman SUBDIR += vordog diff --git a/sysutils/vmtouch/Makefile b/sysutils/vmtouch/Makefile new file mode 100644 index 000000000000..668328e0dd13 --- /dev/null +++ b/sysutils/vmtouch/Makefile @@ -0,0 +1,24 @@ +# Created by: Mikolaj Golub +# $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 diff --git a/sysutils/vmtouch/distinfo b/sysutils/vmtouch/distinfo new file mode 100644 index 000000000000..2cdcfa94ba47 --- /dev/null +++ b/sysutils/vmtouch/distinfo @@ -0,0 +1,2 @@ +SHA256 (vmtouch-0.8.0.tar.gz) = 3e972276487c6c72dd6878dac58d7a83fb115c4139a2cb63c747df4075333591 +SIZE (vmtouch-0.8.0.tar.gz) = 224895 diff --git a/sysutils/vmtouch/pkg-descr b/sysutils/vmtouch/pkg-descr new file mode 100644 index 000000000000..6daba1a83c8e --- /dev/null +++ b/sysutils/vmtouch/pkg-descr @@ -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 +WWW: http://hoytech.com/vmtouch/