Port details |
- ctm Generate, receive and apply FreeBSD source updates per mail
- 2.0_4 misc =2 2.0_4Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2018-10-27 18:09:25
- Last Update: 2024-01-10 13:13:03
- Commit Hash: 64631af
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: Beerware BSD2CLAUSE
- WWW:
- https://github.com/freebsd/ctm
- Description:
- CTM was originally "CVS Through eMail", but has since changed scope to be
much more general.
CTM is now meant to be the definitive way to make and apply a delta between
two versions of a directory tree.
There are two parts to this, making the delta and applying it. These are two
entirely different things. CTM concentrates the computation-burden on the
generation of the deltas, as a delta very often is applied more times than
it is made. Second CTM tries to make the minimal size delta.
- ¦ ¦ ¦ ¦
- 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/misc/ctm/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/ctm
- pkg install ctm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ctm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1682456427
SHA256 (freebsd-ctm-2.0-5b03b48_GH0.tar.gz) = 8690e4f7a32b62aea9fb087bfc56c857f1d16d63e7f5c343aabd3584163433e0
SIZE (freebsd-ctm-2.0-5b03b48_GH0.tar.gz) = 40149
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ctm-2.0_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- misc_ctm
- USES:
- tar:txz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0_4 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.0_3 08 May 2023 16:02:57 |
John Baldwin (jhb) |
mail/ctm: Fix build with -Wdeprecated-non-prototype.
Differential Revision: https://reviews.freebsd.org/D39819 |
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) |
2.0_2 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 ) |
2.0_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0_2 20 Apr 2020 12:20:13 |
se |
Make ctm use the file mode listed in the CTM delta.
PR: 245415
Submitted by: stephen
Approved by: antoine (implicit) |
2.0_1 23 Dec 2018 07:19:02 |
se |
Apply changes developed by Stephen Montgomery-Smith and required to
actually use CTM to distribute FreeBSD updates. They have been further
refined by Julian H. Stacey.
These changes add support for delta numbers with more than 5 digits
and better compression formats.
Submitted by: Stephen Montgomery-Smith, Julian H. Stacey
Approved by: antoine (implicit) |
2.0 28 Oct 2018 12:24:02 |
se |
Track move of the Github repo from bsdimp/ctm to freebsd/ctm.
The port revision has not been bumped since the package is unchanged
except for the URL to the repository in the package description, and no
official packages with the old URL have been made available, yet.
Approved by: antoine (implicit) |
2.0 27 Oct 2018 18:14:18 |
se |
Add URL of the Github repository that contains the ctm sources and the
upgrade history preserved from the sources in FreeBSD base.
Approved by: antoine (implicit) |
2.0 27 Oct 2018 18:08:59 |
se |
Add new port misc/ctm.
This port is a slightly modified version of the port as distributed with
FreeBSD up to version 12. The port install man pages in section 8 instead
of section 1, since all binaries are installed in sbin.
Approved by: antoine (mentor) |