Port details |
- transmission-utils Meta-port for Transmission BitTorrent client
- 3.00_4 net-p2p
=1 3.00_4Version of this port present on the latest quarterly branch.
- Maintainer: rigoletto@FreeBSD.org
- Port Added: 2020-05-20 01:52:13
- Last Update: 2023-09-10 16:12:57
- Commit Hash: 8da970a
- People watching this port, also watch:: linux-c7-atk, qtkeychain-qt5, cmocka, py39-treq, py311-Automat
- License: MIT GPLv2+
- WWW:
- https://www.transmissionbt.com/
- Description:
- Transmission-utils includes the tools to create and manipulate torrent files.
Transmission has been built from the ground up to be a lightweight, yet
powerful BitTorrent client. Its simple, intuitive interface is designed to
integrate tightly with whatever computing environment you choose to use.
Transmission strikes a balance between providing useful functionality
without feature bloat. Furthermore, it is free for anyone to use or modify.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- transmission-utils>0:net-p2p/transmission-utils
- No installation instructions:
- This port has been deleted.
- PKGNAME: transmission-utils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1590336657
SHA256 (transmission-transmission-3.00_GH0.tar.gz) = 535b8ccfb0d454ac80fe4b57acd7fdae14ddb0737e0ee4a15df10e2d189ed8fa
SIZE (transmission-transmission-3.00_GH0.tar.gz) = 6786205
Packages (timestamps in pop-ups are UTC):
- Master port: net-p2p/transmission-cli
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libcurl.so : ftp/curl
- libdht.so : devel/jech-dht
- libb64.so : converters/libb64
- libevent.so : devel/libevent
- libnatpmp.so : net/libnatpmp
- libutp.so : net-p2p/libutp
- libminiupnpc.so : net/miniupnpc
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for transmission-utils-3.00_4:
DOCS=on: Build and/or install documentation
LITE=off: Reduced features or memory footprint
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_transmission-utils
- USES:
- cpe cmake iconv libtool localbase pkgconfig ssl gettext-tools:build
- 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) |
This is a slave port. You may also want to view the commits to the master port: net-p2p/transmission-cli |
Commit | Credits | Log message |
3.00_4 10 Sep 2023 16:12:57 |
Robert Clausecker (fuz) Author: Rafe |
net-p2p/transmission: Update 3.00 -> 4.0.4 & modernize port
This turns previous slave-ports net-p2p/transmission-{cli,daemon,gtk,qt,utils}
and www/transmission-web into flavours of net-p2p/transmission.
What's new in 4.0.4 (vis-a-vis 3.00)
* Resource Efficiency: code profiled and improved
* Code Modernization: standardization on C++ tools
* Support for BitTorrent v2 torrents & hybrid torrents
* New web client
* Lots of bug fixes
Changelog: https://github.com/transmission/transmission/releases/tag/4.0.4
PR: 269504
Reported by: dutchman01@quicknet.nl
Approved by: rigoletto, tcberner (maintainer timeout)
Reviewed By: fcharlier_ploup.net
Differential Revision: https://reviews.freebsd.org/D40910 |
3.00_4 19 Nov 2022 01:37:48 |
Alexandre C. Guimarães (rigoletto) |
net-p2p/transmission: Fix build after the libutp changes. |
3.00_3 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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) |
3.00_3 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 ) |
3.00_3 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
3.00_3 14 Jun 2021 02:38:12 |
Alexandre C. Guimarães (rigoletto) |
net-p2p/transmission-*: Fix 'IPv4 DHT announce failed' flooding syslog. |
3.00_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.00_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.00_2 31 Jul 2020 00:52:40 |
rigoletto |
net-p2p/transmission-*: build without debug symbols.
PR: 248326
Submitted by: ondra@bimovi.cz |
3.00_1 24 Jul 2020 01:56:28 |
rigoletto |
net-p2p/transmission-utils: Fix spelling mistake in pkg-descr
PR: 248176
Submitted by: Andrew Nicks <bugzilla-arn@houseofnicks.co.uk> |
3.00_1 24 May 2020 16:33:01 |
rigoletto |
net-p2p/transmission: Bring all variants to the latest changes.
- this is supposedly to be the actual 3.00 release
Reported by: lev |
3.00_1 20 May 2020 01:52:05 |
rigoletto |
net-p2p/transmission: Allow all variants to be installed concurrently
- split utils in a separated port
PR: 246272
Differential Revision: https://reviews.freebsd.org/D24851 |