./devel/jdebp-redo, C++ implementation of DJBs redo build tool

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


Branch: CURRENT, Version: 1.5, Package name: jdebp-redo-1.5, Maintainer: schmonz

Daniel J. Bernstein's redo idea is a system for incrementally building
target files from source files. This is the redo implementation by
Jonathan de Boyne Pollard written in C++.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 25.964 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-28 17:34:36 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
jdebp-redo: update to 1.5. Changes:

- What OS/2 and Win32 support was there has been removed; this is now a
  POSIX-only program.
- redo now handles jobserver options correctly in MAKEFLAGS created
  by BSD make.
- A bug has been fixed in the jobserver that was permitting a deadlock
  condition. A running redo now never yields its original slot.
- redo now takes out a shared lock on prerequisites lists whilst
  processing them.
   2022-01-06 09:56:15 by Amitai Schleier | Files touched by this commit (1)
Log message:
HOMEPAGE and MASTER_SITES moved.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-11-04 21:27:24 by Amitai Schleier | Files touched by this commit (1)
Log message:
Fix packaging with PKGMANDIR!=man, found in bulk builds.
   2020-07-06 17:16:49 by Amitai Schleier | Files touched by this commit (5)
Log message:
Avoid CONFLICTS with other redo implementations. Bump PKGREVISION.
   2019-08-02 23:54:56 by Amitai Schleier | Files touched by this commit (1)
Log message:
Support PKGMANDIR.
   2019-07-20 23:18:59 by Amitai Schleier | Files touched by this commit (5)
Log message:
Initial import of Jonathan de Boyne Pollard's redo implementation.

Daniel J. Bernstein's redo idea is a system for incrementally building
target files from source files. This is the redo implementation by
Jonathan de Boyne Pollard written in C++.