1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

[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)
This commit is contained in:
Muhammad Moinur Rahman 2015-02-02 11:31:08 +00:00
parent b4d05ee7f8
commit c9e9cf8add
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378303
4 changed files with 31 additions and 0 deletions

View File

@ -30,6 +30,7 @@
SUBDIR += conkyemail
SUBDIR += conkyforecast
SUBDIR += countdown
SUBDIR += currtime
SUBDIR += cycle
SUBDIR += dailystrips
SUBDIR += deforaos-todo

View File

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

View File

@ -0,0 +1,2 @@
SHA256 (currtime-0.2.tar.gz) = edc4c338c21ca2e86a585730a709efdc4fab1af354528859f128f12eedd8e5ec
SIZE (currtime-0.2.tar.gz) = 3279

View File

@ -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/