From cd29a67e26ef05f0ffadd83448f09886edef4111 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 20 Jan 2021 12:09:22 +0300 Subject: [PATCH] Seems everyone uses Kai Hendry's goredo initial description I have nothing against it, even like it. --- README | 2 +- cleanup.go | 2 +- dep.go | 2 +- do.go | 2 +- doc/index.texi | 6 ++++-- dot.go | 2 +- ifchange.go | 2 +- inode.go | 2 +- js.go | 2 +- log.go | 2 +- main.go | 2 +- makedist.sh | 3 ++- ood.go | 2 +- run.go | 2 +- status.go | 2 +- tmp.go | 2 +- usage.go | 2 +- 17 files changed, 21 insertions(+), 18 deletions(-) diff --git a/README b/README index f64ff9d..22489fa 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -goredo -- redo implementation on pure Go. +Go implementation of djb's redo, Makefile replacement that sucks less. See goredo.info and INSTALL for more information. goredo is free software: see the file COPYING for copying conditions. Home page: http://www.goredo.cypherpunks.ru/ diff --git a/cleanup.go b/cleanup.go index f75788a..2c4268c 100644 --- a/cleanup.go +++ b/cleanup.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/dep.go b/dep.go index 55613c7..a64da9e 100644 --- a/dep.go +++ b/dep.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/do.go b/do.go index 7d0ed51..516b143 100644 --- a/do.go +++ b/do.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/doc/index.texi b/doc/index.texi index 3b897d8..f7c8494 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -9,8 +9,10 @@ Copyright @copyright{} 2020-2021 @email{stargrave@@stargrave.org, Sergey Matveev @node Top @top -This is pure Go implementation of @url{http://cr.yp.to/redo.html, DJB's -redo} build system proposal. Originally it was just a rewrite of +Go implementation of @url{http://cr.yp.to/redo.html, djb's redo}, +Makefile replacement that @url{https://suckless.org/philosophy/, sucks less}. + +Originally it was just a rewrite of @url{https://github.com/leahneukirchen/redo-c, redo-c}, but later most features of @url{https://redo.readthedocs.io/en/latest/, apenwarr/redo} were also implemented. Why yet another implementation? It is feature diff --git a/dot.go b/dot.go index 04f329c..39c9019 100644 --- a/dot.go +++ b/dot.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/ifchange.go b/ifchange.go index 2108de2..f89da48 100644 --- a/ifchange.go +++ b/ifchange.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/inode.go b/inode.go index 2d929a2..45c3acb 100644 --- a/inode.go +++ b/inode.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/js.go b/js.go index a984669..2efdd16 100644 --- a/js.go +++ b/js.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/log.go b/log.go index bc0b79a..703f198 100644 --- a/log.go +++ b/log.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/main.go b/main.go index 7d1c719..734239b 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/makedist.sh b/makedist.sh index ad38c99..10bcc85 100755 --- a/makedist.sh +++ b/makedist.sh @@ -107,7 +107,8 @@ Subject: goredo $release release announcement I am pleased to announce goredo $release release availability! -goredo is redo implementation on pure Go. +goredo is Go implementation of djb's redo, +Makefile replacement that sucks less. ------------------------ >8 ------------------------ diff --git a/ood.go b/ood.go index 5fe1104..912b6c6 100644 --- a/ood.go +++ b/ood.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/run.go b/run.go index 1dc937d..2fed7cf 100644 --- a/run.go +++ b/run.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/status.go b/status.go index d9e7f56..139ceb7 100644 --- a/status.go +++ b/status.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/tmp.go b/tmp.go index 8e8bff3..5b875bf 100644 --- a/tmp.go +++ b/tmp.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/usage.go b/usage.go index beb221f..5948b69 100644 --- a/usage.go +++ b/usage.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify -- 2.44.0