2022-02-19 21:55:31 by Nia Alarie | Files touched by this commit (4) |
Log message: textproc: Use LUA_USE_BUSTED |
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message: textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip |
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message: textproc: Remove SHA1 hashes for distfiles |
2020-07-08 18:33:31 by Nia Alarie | Files touched by this commit (1) |
Log message: lua-lustache: Support for testing |
2020-07-02 12:26:19 by Nia Alarie | Files touched by this commit (29) |
Log message: Add 'lua' category to Lua modules. While here, normalize some packages with strange variable order. |
2020-07-01 13:14:27 by Nia Alarie | Files touched by this commit (1) |
Log message: lua-lustache: Take maintainership |
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message: all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. |
2019-09-18 01:36:54 by Nia Alarie | Files touched by this commit (4) |
Log message: Add textproc/lua-lustache. lustache allows you to use the Mustache templating standard in Lua by passing in a string, data, and partial templates. It precompiles and caches templates for speed, and allows you to build complex strings such as html pages by iterating through a table and inserting values. Find out more about Mustache at https://mustache.github.io. |