diff options
author | nia <nia@pkgsrc.org> | 2020-07-08 11:03:56 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-08 11:03:56 +0000 |
commit | bfeb3de5fd84288a52ccaec5102ece7ea3082255 (patch) | |
tree | afd29c1e7709c020163dea9fe4e77092cca25159 /time/Makefile | |
parent | e9742e7c7f40578924230a4e1aa8dcd5bf17a7d8 (diff) | |
download | pkgsrc-bfeb3de5fd84288a52ccaec5102ece7ea3082255.tar.gz |
time: Add lua-date
Date and Time module for Lua 5.x.
Features:
* Date and Time string parsing.
* Time addition and subtraction.
* Time span calculation.
* Support ISO 8601 Dates.
* Local time support.
* Lua module (not binary).
* Formats Date and Time like strftime.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 36c448cd4ef..aa95adbe04d 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.208 2020/07/01 15:57:35 adam Exp $ +# $NetBSD: Makefile,v 1.209 2020/07/08 11:03:56 nia Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -50,6 +50,7 @@ SUBDIR+= leapsunpack SUBDIR+= libical SUBDIR+= lmclock SUBDIR+= logtime +SUBDIR+= lua-date SUBDIR+= memo SUBDIR+= ntpsec SUBDIR+= ocaml-calendar |