svn commit: r400478 - in head/sysutils: . ohmu

Pawel Pekala pawel at FreeBSD.org
Thu Oct 29 20:55:33 UTC 2015


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 at 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 at 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


More information about the svn-ports-all mailing list