2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message: misc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz |
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message: misc: Remove SHA1 hashes for distfiles |
2020-03-04 21:56:01 by Nia Alarie | Files touched by this commit (1) |
Log message: abduco: Use _DARWIN_C_SOURCE on Darwin. Supposedly fixes the build. |
2020-03-04 21:50:11 by Nia Alarie | Files touched by this commit (1) |
Log message: abduco: doesn't actually need gmake, pointed out by leot |
2020-03-04 21:46:39 by Nia Alarie | Files touched by this commit (1) |
Log message: abduco: Uses -std=c99 |
2020-03-04 21:30:50 by Nia Alarie | Files touched by this commit (4) |
Log message: misc: Add abduco. abduco provides session management i.e. it allows programs to be run independently from their controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen. |