diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-02-03 18:36:18 +0800 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-02-03 18:36:18 +0800 |
commit | fefff138d89fca5fc7d3b43d5ce1d2ac475afedf (patch) | |
tree | d01e6eb0ff96a9a9f53a399ea5f416cf011fdb5b /sysutils | |
parent | 4e040288a93f26b861e50e4937f6f82b7bb627a1 (diff) | |
download | freebsd-ports-gnome-fefff138d89fca5fc7d3b43d5ce1d2ac475afedf.tar.gz freebsd-ports-gnome-fefff138d89fca5fc7d3b43d5ce1d2ac475afedf.tar.zst freebsd-ports-gnome-fefff138d89fca5fc7d3b43d5ce1d2ac475afedf.zip |
[CHANGE CATEGORY] sysutils/currtime: deskutils->sysutils
Submitted by: danfe
Approved by: bapt(mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/currtime/Makefile | 20 | ||||
-rw-r--r-- | sysutils/currtime/distinfo | 2 | ||||
-rw-r--r-- | sysutils/currtime/pkg-descr | 8 |
4 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b3c738c1cff4..6b2b950ef524 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -160,6 +160,7 @@ SUBDIR += cronolog SUBDIR += cronolog-devel SUBDIR += curly + SUBDIR += currtime SUBDIR += cw SUBDIR += daa2iso SUBDIR += dae 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/ |