Index: Makefile =================================================================== --- Makefile +++ Makefile @@ -30,6 +30,7 @@ SUBDIR += conkyemail SUBDIR += conkyforecast SUBDIR += countdown + SUBDIR += currtime SUBDIR += cycle SUBDIR += dailystrips SUBDIR += deforaos-todo Index: currtime/Makefile =================================================================== --- currtime/Makefile +++ 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 Index: currtime/distinfo =================================================================== --- currtime/distinfo +++ currtime/distinfo @@ -0,0 +1,2 @@ +SHA256 (currtime-0.2.tar.gz) = edc4c338c21ca2e86a585730a709efdc4fab1af354528859f128f12eedd8e5ec +SIZE (currtime-0.2.tar.gz) = 3279 Index: currtime/pkg-descr =================================================================== --- currtime/pkg-descr +++ 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/