Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 20:55:31 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400478 - in head/sysutils: . ohmu
Message-ID:  <201510292055.t9TKtV0C036642@repo.freebsd.org>

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

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 <bsd.port.mk>

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



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