Port details |
- redo Incremental build system
- 1.5 devel =2 1.5Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2019-01-17 17:48:38
- Last Update: 2024-03-23 17:45:45
- Commit Hash: cc9c37d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://jdebp.eu/Softwares/redo/
- Description:
- Daniel J. Bernstein's redo idea is a system for building target
files from source files. Its purpose is to provide a build system
for software packages that does incremental builds, i.e. if the
package is built and then some of its source files are changed, the
build system will only rerun that part of the build procedure that
is necessary to rebuild the changed parts of the package.
This is the redo implementation by Jonathan de Boyne Pollard written
in C++. It comprises:
- redo - the main utility for rebuilding
- redo-ifchange - a secondary utility for rebuilding targets if
existing sources change
- redo-ifcreate - a secondary utility for rebuilding targets if
non-existent sources manifest
- cubehash - a utility program that generates hashes of file contents
using the same parameterization of Bernstein CubeHash as is used
by the redo tools to check for changes to source and target files
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/redo/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/redo
- pkg install redo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: redo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1601485405
SHA256 (redo-1.5.tar.gz) = 5ff21779993418cf16f5632c593e30d9a2780bfc38cef9de9ab9427154736d36
SIZE (redo-1.5.tar.gz) = 26587
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for redo-1.5:
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- devel_redo
- USES:
- compiler:c++11-lang perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 12
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5 23 Mar 2024 17:45:45 |
Tijl Coosemans (tijl) |
*/*: Always use WRK_ENV with SETENVI
WRK_ENV contains environment variables like OSVERSION and UNAME_* that
are needed when cross-building packages using Poudriere for a different
version of FreeBSD or a different architecture than that of the host
system. |
1.5 23 Mar 2024 14:30:42 |
Po-Chuan Hsieh (sunpoet) |
devel/redo: Use SETENVI instead of SETENV |
1.5 21 Feb 2024 15:06:27 |
Po-Chuan Hsieh (sunpoet) |
devel/redo: Update manpage location (003a571d1d6585196545295efc181514f171c4c4,
r523104) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5 21 Oct 2020 19:27:51 |
pkubaj |
devel/redo: fix build on GCC architectures
Use C++11 compiler:
popt.h:124: error: 'nullptr' was not declared in this scope
MFH: 2020Q4 (fix build blanket) |
1.5 01 Oct 2020 08:02:33 |
sunpoet |
Update to 1.5 |
1.4 29 Sep 2020 18:15:26 |
sunpoet |
Take maintainership |
1.4 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
1.4 17 Jan 2019 17:48:20 |
tobik |
New port: devel/redo
Daniel J. Bernstein's redo idea is a system for building target
files from source files. Its purpose is to provide a build system
for software packages that does incremental builds, i.e. if the
package is built and then some of its source files are changed, the
build system will only rerun that part of the build procedure that
is necessary to rebuild the changed parts of the package.
This is the redo implementation by Jonathan de Boyne Pollard written
in C++. It comprises:
- redo - the main utility for rebuilding
- redo-ifchange - a secondary utility for rebuilding targets if
existing sources change
- redo-ifcreate - a secondary utility for rebuilding targets if
non-existent sources manifest
- cubehash - a utility program that generates hashes of file contents
using the same parameterization of Bernstein CubeHash as is used
by the redo tools to check for changes to source and target files
WWW: https://jdebp.eu/Softwares/redo/ |
Number of commits found: 12
|