Port details |
- tup Fast and smart file-based build system
- 0.7.11 devel
=2 0.7.11Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2022-06-01 02:12:06
- Last Update: 2024-01-10 08:16:01
- Commit Hash: 1b819e4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://gittup.org/tup/
- Description:
- Tup is a file-based build system for Unix and Windows. It takes as input
a list of file changes and a directed acyclic graph (DAG). It then
processes the DAG to execute the appropriate commands required to update
dependent files. Updates are performed with very little overhead since
tup implements powerful build algorithms to avoid doing unnecessary work,
so you can stay focused on your project rather than on your build system.
¦ ¦ ¦ ¦ 
- 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/tup/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/tup
- pkg install tup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tup
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1621101608
SHA256 (tup-v0.7.11.tar.gz) = ebfb5e28afd7eb6c1718930c17e703c5142e3345031e7f001c752a09adc3a784
SIZE (tup-v0.7.11.tar.gz) = 4683364
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpcre.so : devel/pcre
- libfuse.so : sysutils/fusefs-libs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_tup
- USES:
- fuse pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.11 10 Jan 2024 08:16:01
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
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) |
0.7.11 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 ) |
0.7.11 09 Aug 2022 21:16:35
    |
Piotr Kubaj (pkubaj)  |
devel/tup: correctly detect endianness
Fixes build on powerpc64le:
bootstrap LD tup -fstack-protector-strong -lm
SQL error: database disk image is malformed
Query was: create table node (id integer primary key not null, dir integer not
null, type integer not null, mtime integer not null, srcid integer not null,
name varchar(4096), display varchar(4096), flags varchar(256), unique(dir,
name))
.tup repository initialized: .tup/db
SQL error: database disk image is malformed
Query was: create table node (id integer primary key not null, dir integer not
null, type integer not null, mtime integer not null, srcid integer not null,
name varchar(4096), display varchar(4096), flags varchar(256), unique(dir,
name))
.tup repository initialized: :memory: |
0.7.11 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.7.11 01 Jun 2022 02:09:00
    |
Alexey Dokuchaev (danfe)  |
devel/tup: new port had been added (file-based build system)
It inputs a list of file changes and a directed acyclic graph (DAG),
then processes the DAG to execute the appropriate commands required
to update dependent files.
WWW: https://gittup.org/tup/ |
Number of commits found: 6
|