Port details |
- transmission-web Meta-port for Transmission BitTorrent client
- 3.00_1 www
=23 3.00_1Version of this port present on the latest quarterly branch.
- Maintainer: rigoletto@FreeBSD.org
- 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:: ca_root_nss, libiconv, sqlite3
- Also Listed In: net-p2p
- License: MIT GPLv2+
- WWW:
- https://www.transmissionbt.com/
- Description:
- Transmission Web Interface (Clutch) is a WebUI for the Transmission BitTorrent
client. It allows you to manage your torrents from anywhere you can access the
internet, and runs on OS X and various flavors of *nix. It provides most of
the basic features of the desktop client, including torrent upload, torrent
start/stop, file path selection, speed limiting etc.
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.
You will need to install either transmission-daemon, transmission-gtk2 or
both to use WebUI.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- transmission-web>0:www/transmission-web
- No installation instructions:
- This port has been deleted.
- PKGNAME: transmission-web
- 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
- This port has no dependencies.
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_transmission-web
- USES:
- cpe
- 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_1 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_1 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_1 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_1 03 Sep 2021 09:19:32 |
Bernhard Froehlich (decke) |
www/transmission-web: Remove USES=cpe because it's already passed from main port
Approved by: portmgr (blanket) |
3.00_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.00_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
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 06 May 2020 15:24:28 |
rigoletto |
net-p2p/transmission: Update to 3.00
- net-p2p/transmission-cli
- net-p2p/transmission-daemon
- net-p2p/transmission-gtk
- net-p2p/transmission-qt
- www/transmission-web
Differential Revision: D18995 |
2.94 15 Jul 2018 17:01:06 |
tcberner |
net-p2p/transmission* -- update and falvorize
* update to 2.94
* flavorize the Qt frontends
* give maintainership to lebarondemerde@privacychain.ch
PR: 226710
Approved by: portmgr (mat), crees (previous maintainer)
Differential Revision: https://reviews.freebsd.org/D14699 |
2.93 28 Feb 2018 21:09:36 |
crees |
net-p2p/transmission-cli: Update to 2.93
- Includes DNS rebinding fix
- Fixes OpenSSL 1.1 compat
Note that the previous version was no longer vulnerable as FreeBSD had
patches, but this reports the correct version to trackers as some were
banned.
PR: ports/225917
PR: ports/225915 |
2.90 02 Mar 2016 22:50:29 |
jbeich |
net-p2p/transmission-*: update to 2.90
- Add POLARSSL and WOLFSSL support (like ftp/curl)
- Hide LITE (unused) and DOCS (redundant) options from -web slave
- Simplify r398996 and move to CONFIGURE_ENV
- Drop r369657 hacks after upstream integration [1]
- As implied by r378806 transfer maintainership back to crees
Changes: https://trac.transmissionbt.com/wiki/Changes#version-2.90
PR: 194029 [1] |
2.82 29 Dec 2013 17:08:29 |
crees |
Stage transmission ports and the rest maintained by me.
Various little obvious fixes, and a new rc script for stunnel-server |
2.82 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.77 02 Mar 2013 13:48:31 |
crees |
Fix chown for transmission home directory to silence complaints
from transmission-daemon
De-articulate COMMENT |
2.75 31 Dec 2012 17:03:21 |
mezz |
Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me. |
2.75 31 Dec 2012 12:00:21 |
crees |
Update to 2.75
PR: ports/174507 (based on)
Submitted by: Sayetsky Anton <vsjcfm@gmail.com> |
2.50 05 Apr 2012 10:00:07 |
crees |
Use PORTDATA and PORTDOCS instead of plist.
Feature safe: yes |
2.41 10 Dec 2011 20:36:51 |
crees |
Take maintainership
Feature safe: yes |
2.41 18 Oct 2011 18:36:40 |
crees |
- Update to 2.41
- Update MASTER_SITES
PR: ports/161712
Submitted by: Barbara <barbara.xxx1975@libero.it> |
2.32 25 Jul 2011 14:54:06 |
tabthorpe |
- Reset ports at maintainers request |
2.32 30 Jun 2011 17:05:53 |
mezz |
Update to 2.32. |
2.13 12 Dec 2010 22:52:38 |
mezz |
Update to 2.13. |
2.12 17 Nov 2010 12:41:58 |
mezz |
Update to 2.12. |
1.91 24 Feb 2010 03:02:48 |
mezz |
Update to 1.91.
Feature safe: yes |
1.83 03 Feb 2010 23:09:52 |
mezz |
Update to 1.83. |
1.73 19 Jul 2009 16:48:50 |
mezz |
Update to 1.73. |
1.72 19 Jun 2009 17:07:26 |
mezz |
-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.60 09 May 2009 17:25:24 |
mezz |
Update to 1.60. |
1.51 08 May 2009 12:25:23 |
mezz |
Take these ports back to me. I will working on an update tonight or tomorrow. |
1.51 19 Mar 2009 04:15:37 |
mezz |
Release this one too that I have missed. |
1.51 28 Feb 2009 05:14:58 |
mezz |
Update to 1.51. |
1.40 10 Nov 2008 18:16:29 |
mezz |
Update to 1.40. |
1.34 23 Sep 2008 04:34:52 |
mezz |
Update to 1.34. |
1.33 21 Aug 2008 07:34:22 |
mezz |
Update to 1.33. |
1.31 07 Aug 2008 01:54:47 |
mezz |
- 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) |