notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
transmission-cli Meta-port for Transmission BitTorrent client
3.00_6 net-p2p Deleted on this many watch lists=14 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.00_6Version of this port present on the latest quarterly branch.
Maintainer: rigoletto@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-08-07 01:55:18
Last Update: 2023-09-10 16:12:57
Commit Hash: 8da970a
People watching this port, also watch:: transmission, ca_root_nss, curl
License: MIT
WWW:
https://www.transmissionbt.com/
Description:
A fast and lightweight CLI (command line) BitTorrent client. 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/transmission-cli-3.00_6/catalog.mk
  2. /usr/local/share/licenses/transmission-cli-3.00_6/LICENSE
  3. /usr/local/share/licenses/transmission-cli-3.00_6/MIT
  4. bin/transmission-cli
  5. share/man/man1/transmission-cli.1.gz
  6. share/doc/transmission-cli/AUTHORS
  7. share/doc/transmission-cli/COPYING
  8. share/doc/transmission-cli/NEWS.md
  9. share/doc/transmission-cli/README.md
  10. share/doc/transmission-cli/rpc-spec.txt
  11. share/doc/transmission-cli/send-email-when-torrent-done.sh
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • transmission-cli>0:net-p2p/transmission-cli
No installation instructions:
This port has been deleted.
PKGNAME: transmission-cli
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):
transmission-cli
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.00_3---3.00_3-
FreeBSD:13:quarterly--3.00_6-----
FreeBSD:14:latest--3.00_6--3.00_6-3.00_6
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. gettext : devel/gettext-runtime
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libdht.so : devel/jech-dht
  3. libb64.so : converters/libb64
  4. libevent.so : devel/libevent
  5. libnatpmp.so : net/libnatpmp
  6. libutp.so : net-p2p/libutp
  7. libminiupnpc.so : net/miniupnpc
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for transmission-cli-3.00_6: 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-cli
USES:
cpe cmake iconv libtool localbase pkgconfig ssl gettext-runtime:run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/transmission/transmission/tar.gz/3.00?dummy=/
Collapse this list.
Port Moves
  • port deleted on 2023-09-30
    REASON: Moved for metaport

Number of commits found: 137 (showing only 37 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.22_1
05 May 2011 13:48:05
Original commit files touched by this commit This port version is marked as vulnerable.
mm search for other commits by this committer
Update libevent2 to 2.0.11
2.22
17 Mar 2011 20:15:56
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Fix transmission-qt to avoid link with both libevent 1.x and 2.x libraries
or it will crashes. Remove a hardcore '-levent' (should be -levent-2.0) in
the qtr.pro and let pkg-config takes care of it. Bump the PORTREVISION.

PR:             ports/155600
Reported by:    Alexandr <prayer@list.ru>
2.22
05 Mar 2011 04:17:28
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
- Update to 2.22.
- Don't override conf_dir and download_dir unconditionally [1]
- Don't use localhost default by replace to 127.0.0.1 for IPv6 issue as
  transmission-remote doesn't support IPv6 yet. [2]

PR:             ports/155081 [1]
                ports/155139 [2]
Submitted by:   Anonymous <swell.k@gmail.com> [1][2]
2.13
12 Dec 2010 22:52:38
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 2.13.
2.12
17 Nov 2010 12:41:58
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 2.12.
2.04_1
20 Sep 2010 02:43:34
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Fix if FreeBSD built without ipv6 support.

PR:             ports/150519
Submitted by:   well-wisher <regex@bk.ru>
2.04
15 Aug 2010 00:53:16
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 2.04.
2.03_1
25 Jul 2010 18:59:32
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Chase libevent update, bump the PORTREVISION on those.
2.03
24 Jul 2010 16:04:25
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 2.03.
1.93
09 May 2010 04:39:53
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
- Update to 1.93.
- Don't patch in Makefile.am to avoid run automake run. It was a leftover when
  I switched from patch in configure.* to use option flags. [1]

PR:             ports/146330 [1]
Submitted by:   Anonymous <swell.k@gmail.com> [1]
1.92_1
03 Apr 2010 10:44:36
Original commit files touched by this commit This port version is marked as vulnerable.
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
1.92_1
27 Mar 2010 00:15:24
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
1.92
16 Mar 2010 05:21:14
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.92.
1.91
24 Feb 2010 03:02:48
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.91.

Feature safe:   yes
1.83
03 Feb 2010 23:09:52
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.83.
1.76
31 Oct 2009 20:04:43
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.76.
1.75
19 Sep 2009 01:35:46
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.75.

Feature safe: yes
1.74
01 Sep 2009 00:14:15
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.74.
1.73
19 Jul 2009 16:48:50
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.73.
1.72_1
19 Jun 2009 21:29:15
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Remove patch-libtransmission_platform.c, use -g/-w options in the rc script
instead. Bump the PORTREVISION on cli, daemon and gtk.

Discussed with: Charles Kerr (developer)
1.72
19 Jun 2009 17:07:26
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
-Update to 1.72.
-Add rc script in transmission-daemon. [1]

Requested by:   many [1]
Submitted by:   a few (all of those are incomplete) [1]
1.61
06 Jun 2009 18:53:00
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Fix the upload torrent, bump the PORTREVISION on daemon and gtk.

Obtained from:  Its SVN.
Submitted by:   Volker Theile <votdev~@~gmx.de>
1.61
12 May 2009 03:08:20
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.61.

Security:       Close potential CSRF security hole for Web Client users.
1.60
09 May 2009 17:25:24
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.60.
1.51_1
08 May 2009 12:25:23
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Take these ports back to me. I will working on an update tonight or tomorrow.
1.51_1
18 Mar 2009 20:06:39
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of.
1.51_1
28 Feb 2009 15:52:35
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
I still have old libcurl installed and forgot to edit it back to curl.5.
Correct it, bump the PORTREVISION.

Reported by:    QAT
1.51
28 Feb 2009 05:14:58
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.51.
1.42_1
23 Jan 2009 15:43:14
Original commit files touched by this commit This port version is marked as vulnerable.
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
1.42
28 Dec 2008 06:20:17
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.42.
1.40
11 Nov 2008 15:58:36
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Fix the build by regenerate the ${WRKSRC}/intltool-*.in. Current, in the
tarball was generated by intltool-0.40.5. When it runs autoreconf to
regenerate the configure then it also needs to regenerate the intltool-*.in.
In MarcusCom CVS has intltool-0.40.5, so it's why I can't reproduce it.

Reported by:    a few
1.40
10 Nov 2008 18:16:29
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.40.
1.34
23 Sep 2008 04:34:52
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.34.
1.33
21 Aug 2008 07:34:22
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.33.
1.32
09 Aug 2008 17:33:57
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 1.32.
1.31
07 Aug 2008 15:23:12
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
Fix the build.

Reported by:    QA Tindy
1.31
07 Aug 2008 01:54:47
Original commit files touched by this commit This port version is marked as vulnerable.
mezz search for other commits by this committer
- Update to 1.31, be sure to read in UPDATING.
- Move transmission to transmission-cli, transmission becomes a meta-port.
- Add transmission-web, it's a web interface (Clutch) as it has merged into
  its project.

Repocopy:       marcus (transmission -> transmission-cli)

Number of commits found: 137 (showing only 37 on this page)

«  1 | 2