diff --git a/deskutils/Makefile b/deskutils/Makefile index e568c43136fb..e99e60249bee 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -30,6 +30,7 @@ SUBDIR += conkyemail SUBDIR += conkyforecast SUBDIR += countdown + SUBDIR += currtime SUBDIR += cycle SUBDIR += dailystrips SUBDIR += deforaos-todo diff --git a/deskutils/currtime/Makefile b/deskutils/currtime/Makefile new file mode 100644 index 000000000000..7a0097299b92 --- /dev/null +++ b/deskutils/currtime/Makefile @@ -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 diff --git a/deskutils/currtime/distinfo b/deskutils/currtime/distinfo new file mode 100644 index 000000000000..a1ed3cd72dda --- /dev/null +++ b/deskutils/currtime/distinfo @@ -0,0 +1,2 @@ +SHA256 (currtime-0.2.tar.gz) = edc4c338c21ca2e86a585730a709efdc4fab1af354528859f128f12eedd8e5ec +SIZE (currtime-0.2.tar.gz) = 3279 diff --git a/deskutils/currtime/pkg-descr b/deskutils/currtime/pkg-descr new file mode 100644 index 000000000000..9fd0d09f5a5d --- /dev/null +++ b/deskutils/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/