aboutsummaryrefslogtreecommitdiff
path: root/sysutils/currtime
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-02-03 10:36:18 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-02-03 10:36:18 +0000
commitfefff138d89fca5fc7d3b43d5ce1d2ac475afedf (patch)
treed01e6eb0ff96a9a9f53a399ea5f416cf011fdb5b /sysutils/currtime
parent4e040288a93f26b861e50e4937f6f82b7bb627a1 (diff)
downloadports-fefff138d89fca5fc7d3b43d5ce1d2ac475afedf.tar.gz
ports-fefff138d89fca5fc7d3b43d5ce1d2ac475afedf.zip
[CHANGE CATEGORY] sysutils/currtime: deskutils->sysutils
Submitted by: danfe Approved by: bapt(mentor)
Notes
Notes: svn path=/head/; revision=378344
Diffstat (limited to 'sysutils/currtime')
-rw-r--r--sysutils/currtime/Makefile20
-rw-r--r--sysutils/currtime/distinfo2
-rw-r--r--sysutils/currtime/pkg-descr8
3 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/currtime/Makefile b/sysutils/currtime/Makefile
new file mode 100644
index 000000000000..11bb2ec4f977
--- /dev/null
+++ b/sysutils/currtime/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= currtime
+PORTVERSION= 0.2
+CATEGORIES= sysutils
+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>
diff --git a/sysutils/currtime/distinfo b/sysutils/currtime/distinfo
new file mode 100644
index 000000000000..a1ed3cd72dda
--- /dev/null
+++ b/sysutils/currtime/distinfo
@@ -0,0 +1,2 @@
+SHA256 (currtime-0.2.tar.gz) = edc4c338c21ca2e86a585730a709efdc4fab1af354528859f128f12eedd8e5ec
+SIZE (currtime-0.2.tar.gz) = 3279
diff --git a/sysutils/currtime/pkg-descr b/sysutils/currtime/pkg-descr
new file mode 100644
index 000000000000..9fd0d09f5a5d
--- /dev/null
+++ b/sysutils/currtime/pkg-descr
@@ -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/