From owner-svn-ports-head@freebsd.org Thu Oct 29 20:55:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AA99A21E40; Thu, 29 Oct 2015 20:55:33 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 AD258197C; Thu, 29 Oct 2015 20:55:32 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9TKtVSE036646; Thu, 29 Oct 2015 20:55:31 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9TKtV0C036642; Thu, 29 Oct 2015 20:55:31 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201510292055.t9TKtV0C036642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 29 Oct 2015 20:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400478 - in head/sysutils: . ohmu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 20:55:33 -0000 Author: pawel Date: Thu Oct 29 20:55:31 2015 New Revision: 400478 URL: https://svnweb.freebsd.org/changeset/ports/400478 Log: Tool to view space usage in your terminal. WWW: https://www.github.com/paul-nechifor/ohmu PR: 203809 Submitted by: Neel Chauhan Added: head/sysutils/ohmu/ head/sysutils/ohmu/Makefile (contents, props changed) head/sysutils/ohmu/distinfo (contents, props changed) head/sysutils/ohmu/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Oct 29 20:45:12 2015 (r400477) +++ head/sysutils/Makefile Thu Oct 29 20:55:31 2015 (r400478) @@ -598,6 +598,7 @@ SUBDIR += obliterate SUBDIR += odo SUBDIR += ods2 + SUBDIR += ohmu SUBDIR += open SUBDIR += openipmi SUBDIR += openupsd Added: head/sysutils/ohmu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ohmu/Makefile Thu Oct 29 20:55:31 2015 (r400478) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= ohmu +PORTVERSION= 0.5.0 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= neel@neelc.org +COMMENT= Tool to view space usage in your terminal + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= paul-nechifor + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/sysutils/ohmu/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ohmu/distinfo Thu Oct 29 20:55:31 2015 (r400478) @@ -0,0 +1,2 @@ +SHA256 (paul-nechifor-ohmu-v0.5.0_GH0.tar.gz) = 1bf0ab0b843aa0b9ce0ba86b27e59c1cef2edd02ff6d9fc7ee9392a69eb9b2db +SIZE (paul-nechifor-ohmu-v0.5.0_GH0.tar.gz) = 1722844 Added: head/sysutils/ohmu/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ohmu/pkg-descr Thu Oct 29 20:55:31 2015 (r400478) @@ -0,0 +1,3 @@ +Tool to view space usage in your terminal. + +WWW: https://www.github.com/paul-nechifor/ohmu