svn commit: r373881 - in head/sysutils: . odo

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 4 12:28:36 UTC 2014


Author: amdmi3
Date: Thu Dec  4 12:28:34 2014
New Revision: 373881
URL: https://svnweb.freebsd.org/changeset/ports/373881
QAT: https://qat.redports.org/buildarchive/r373881/

Log:
  odo is an atomic odometer for the command line
  
  WWW: http://github.com/atomicobject/odo
  
  PR:		195566
  Submitted by:	neel at neelc.org

Added:
  head/sysutils/odo/
  head/sysutils/odo/Makefile   (contents, props changed)
  head/sysutils/odo/distinfo   (contents, props changed)
  head/sysutils/odo/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Thu Dec  4 12:26:53 2014	(r373880)
+++ head/sysutils/Makefile	Thu Dec  4 12:28:34 2014	(r373881)
@@ -564,6 +564,7 @@
     SUBDIR += nvramtool
     SUBDIR += oak
     SUBDIR += obliterate
+    SUBDIR += odo
     SUBDIR += ods2
     SUBDIR += open
     SUBDIR += openipmi

Added: head/sysutils/odo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/odo/Makefile	Thu Dec  4 12:28:34 2014	(r373881)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	odo
+PORTVERSION=	0.2.1
+CATEGORIES=	sysutils
+
+MAINTAINER=	neel at neelc.org
+COMMENT=	Atomic odometer for the command line
+
+LICENSE=	ISCL
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	atomicobject
+GH_TAGNAME=	v${PORTVERSION}
+GH_COMMIT=	8c590a3
+
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+
+regression-test: build
+	cd ${WRKSRC} && ${SH} ./test_odo
+
+.include <bsd.port.mk>

Added: head/sysutils/odo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/odo/distinfo	Thu Dec  4 12:28:34 2014	(r373881)
@@ -0,0 +1,2 @@
+SHA256 (odo-0.2.1.tar.gz) = ba5ede6e3174477299b3cdcc286af88b0796f566b71376ced2e4329679dce1d1
+SIZE (odo-0.2.1.tar.gz) = 8017

Added: head/sysutils/odo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/odo/pkg-descr	Thu Dec  4 12:28:34 2014	(r373881)
@@ -0,0 +1,3 @@
+odo is an atomic odometer for the command line
+
+WWW: http://github.com/atomicobject/odo


More information about the svn-ports-head mailing list