Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 16:26:26 +0000 (UTC)
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379616 - in head/sysutils: . vmtouch
Message-ID:  <201502221626.t1MGQQU4024384@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <doug@hcsw.org>
  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 <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>

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 <doug@hcsw.org>
+WWW: http://hoytech.com/vmtouch/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502221626.t1MGQQU4024384>