./devel/goredo, Go implementation of djbs redo

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.3, Package name: goredo-2.6.3, Maintainer: schmonz

Go implementation of djb's redo, Makefile replacement that sucks less.

Originally it was just a rewrite of redo-c, but later most features of
apenwarr/redo were also implemented. Why yet another implementation? It
is featureful and has better performance comparing to shell and Python
implementation.

It passes tests from redo-sh.tests and implementation-neutral ones from
apenwarr/redo.


Master sites:

Filesize: 471.542 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-24 20:09:49 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
goredo: update to 2.6.3. Changes:

* Updated dependant libraries. Should fix workability on modern OpenBSD.
   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.
   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-02-29 19:35:52 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
goredo: update to 2.6.2. Changes:

* Integration tests do not depend on non-portable 'stat' command.