Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2015 11:31:08 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378303 - in head/deskutils: . currtime
Message-ID:  <201502021131.t12BV823016089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Feb  2 11:31:08 2015
New Revision: 378303
URL: https://svnweb.freebsd.org/changeset/ports/378303
QAT: https://qat.redports.org/buildarchive/r378303/

Log:
  [NEW PORT] deskutils/currtime: version 0.2
  
  currtime is an enhanced command-line operated real time clock. Features
  include:
  
  - Time displayed in Unix-compatible format
  - Shows the current time on the same line
  - Can run for a specified number of ticks (seconds) with the -T (ticks)
    flag
  - Option to display each tick on a new line with the -n flag
  
  WWW: http://www.neelc.org/software/currtime/
  
  PR:                     197144
  Differential Revision:  https://reviews.freebsd.org/D1751
  Submitted by:           neel@neelc.org
  Approved by:            bapt(mentor)

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

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Mon Feb  2 11:12:35 2015	(r378302)
+++ head/deskutils/Makefile	Mon Feb  2 11:31:08 2015	(r378303)
@@ -30,6 +30,7 @@
     SUBDIR += conkyemail
     SUBDIR += conkyforecast
     SUBDIR += countdown
+    SUBDIR += currtime
     SUBDIR += cycle
     SUBDIR += dailystrips
     SUBDIR += deforaos-todo

Added: head/deskutils/currtime/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/currtime/Makefile	Mon Feb  2 11:31:08 2015	(r378303)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	currtime
+PORTVERSION=	0.2
+CATEGORIES=	deskutils
+MASTER_SITES=	http://www.neelc.org/files/currtime/${PORTVERSION}/
+
+MAINTAINER=	neel@neelc.org
+COMMENT=	Enhanced command-line operated real time clock
+
+LICENSE=	BSD2CLAUSE
+
+ALL_TARGET=	${PORTNAME}
+
+PLIST_FILES=	bin/${PORTNAME}
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>

Added: head/deskutils/currtime/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/currtime/distinfo	Mon Feb  2 11:31:08 2015	(r378303)
@@ -0,0 +1,2 @@
+SHA256 (currtime-0.2.tar.gz) = edc4c338c21ca2e86a585730a709efdc4fab1af354528859f128f12eedd8e5ec
+SIZE (currtime-0.2.tar.gz) = 3279

Added: head/deskutils/currtime/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/currtime/pkg-descr	Mon Feb  2 11:31:08 2015	(r378303)
@@ -0,0 +1,8 @@
+currtime is an enhanced command-line operated real time clock. Features include:
+
+ * Time displayed in Unix-compatible format
+ * Shows the current time on the same line
+ * Can run for a specified number of ticks (seconds) with the -T (ticks) flag
+ * Option to display each tick on a new line with the -n flag
+
+WWW: http://www.neelc.org/software/currtime/



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