summaryrefslogtreecommitdiff
path: root/time/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-07-08 11:13:40 +0000
committernia <nia@pkgsrc.org>2020-07-08 11:13:40 +0000
commitd5b26d63fc3667b1ca057775def47e61e635854d (patch)
tree7cecf01a464f5f0257690d84070d030af85726fb /time/Makefile
parent4b772e59c8de1b0b377cc7e23d0670f8fc769b40 (diff)
downloadpkgsrc-d5b26d63fc3667b1ca057775def47e61e635854d.tar.gz
time: Add lua-tz
A lua library for time and date manipulation. Features include: - Normalisation of broken down date objects - allows for complex time/date manipulation logic, e.g. "What day is it in 2 days, 5 hours from now?" - Conversion between locations (time zones) using your local zoneinfo database. - `strftime` style formatting
Diffstat (limited to 'time/Makefile')
-rw-r--r--time/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile
index aa95adbe04d..428445bf8ea 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.209 2020/07/08 11:03:56 nia Exp $
+# $NetBSD: Makefile,v 1.210 2020/07/08 11:13:40 nia Exp $
#
COMMENT= Clocks, calendars, daily planners and other time related applications
@@ -51,6 +51,7 @@ SUBDIR+= libical
SUBDIR+= lmclock
SUBDIR+= logtime
SUBDIR+= lua-date
+SUBDIR+= lua-tz
SUBDIR+= memo
SUBDIR+= ntpsec
SUBDIR+= ocaml-calendar