Port details |
- intermodal CL utility for BitTorrent torrent file creation, verification, etc
- 0.1.14_4 net-p2p
=2 0.1.14_2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2024-05-21 02:09:15
- Last Update: 2025-02-24 07:55:52
- Commit Hash: cf7c4b0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: CC0-1.0
- WWW:
- https://imdl.io
- https://github.com/casey/intermodal
- Description:
- Intermodal is a user-friendly and featureful command-line BitTorrent metainfo
utility. The binary is called `imdl` and runs on Linux, Windows, and macOS.
At the moment, creation, viewing, and verification of `.torrent` files is
supported.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- intermodal>0:net-p2p/intermodal
- To install the port:
- cd /usr/ports/net-p2p/intermodal/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/intermodal
- pkg install intermodal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: intermodal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726622995
SHA256 (rust/crates/addr2line-0.22.0.crate) = 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678
SIZE (rust/crates/addr2line-0.22.0.crate) = 39156
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:
-
- rust>=1.85.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-p2p_intermodal
- USES:
- cargo
- 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 |
0.1.14_4 24 Feb 2025 07:55:52
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.85.0
PR: 284884 |
0.1.14_3 20 Jan 2025 11:06:50
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
0.1.14_2 01 Dec 2024 09:24:18
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.1.14_1 08 Nov 2024 08:24:20
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.1.14 27 Oct 2024 21:40:38
    |
Yuri Victorovich (yuri)  |
net-p2p/intermodal: Update WWW |
0.1.14 18 Sep 2024 03:20:15
    |
Yuri Victorovich (yuri)  |
net-p2p/intermodal: update 0.1.13 → 0.1.14
Reported by: portscout |
0.1.13_3 10 Sep 2024 11:00:34
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.1.13_2 10 Sep 2024 10:58:07
    |
Mikael Urankar (mikael)  Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.1.13_2 26 Aug 2024 08:08:01
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.1.13_1 04 Aug 2024 12:00:26
    |
Piotr Kubaj (pkubaj)  |
net-p2p/intermodal: fix build on powerpc
error[E0412]: cannot find type `c_long` in the crate root
-->
/wrkdirs/usr/ports/net-p2p/intermodal/work/intermodal-0.1.13/cargo-crates/libc-0.2.78/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:214:19
|
214 | msgtyp: ::c_long,
| ^^^^^^ not found in the crate root
|
help: consider importing this type alias
|
4 + use ffi::c_long;
|
help: if you import `c_long`, refer to it directly
|
214 - msgtyp: ::c_long,
214 + msgtyp: c_long, |
0.1.13_1 18 Jun 2024 10:59:14
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.1.13 21 May 2024 02:07:11
    |
Yuri Victorovich (yuri)  |
net-p2p/intermodal: New port: CL utility for BitTorrent torrent file creation,
verification, etc |