From owner-svn-ports-all@FreeBSD.ORG Sun Feb 22 16:26:27 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E466CE78; Sun, 22 Feb 2015 16:26:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B70DA653; Sun, 22 Feb 2015 16:26:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1MGQRZv024390; Sun, 22 Feb 2015 16:26:27 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1MGQQU4024384; Sun, 22 Feb 2015 16:26:26 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201502221626.t1MGQQU4024384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Sun, 22 Feb 2015 16:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379616 - in head/sysutils: . vmtouch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2015 16:26:28 -0000 Author: trociny Date: Sun Feb 22 16:26:25 2015 New Revision: 379616 URL: https://svnweb.freebsd.org/changeset/ports/379616 QAT: https://qat.redports.org/buildarchive/r379616/ Log: 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 WWW: http://hoytech.com/vmtouch/ Added: head/sysutils/vmtouch/ head/sysutils/vmtouch/Makefile (contents, props changed) head/sysutils/vmtouch/distinfo (contents, props changed) head/sysutils/vmtouch/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Feb 22 15:33:34 2015 (r379615) +++ head/sysutils/Makefile Sun Feb 22 16:26:25 2015 (r379616) @@ -1018,6 +1018,7 @@ SUBDIR += virtualmin SUBDIR += vlogger SUBDIR += vmdktool + SUBDIR += vmtouch SUBDIR += vobcopy SUBDIR += volman SUBDIR += vordog Added: head/sysutils/vmtouch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vmtouch/Makefile Sun Feb 22 16:26:25 2015 (r379616) @@ -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 Added: head/sysutils/vmtouch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vmtouch/distinfo Sun Feb 22 16:26:25 2015 (r379616) @@ -0,0 +1,2 @@ +SHA256 (vmtouch-0.8.0.tar.gz) = 3e972276487c6c72dd6878dac58d7a83fb115c4139a2cb63c747df4075333591 +SIZE (vmtouch-0.8.0.tar.gz) = 224895 Added: head/sysutils/vmtouch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vmtouch/pkg-descr Sun Feb 22 16:26:25 2015 (r379616) @@ -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/