Port details |
- ctorrent BitTorrent Client written in C for FreeBSD and Linux
- 3.3.2_4 net-p2p
=20 3.3.2_4Version of this port present on the latest quarterly branch. - Maintainer: dinoex@FreeBSD.org
 - Port Added: 2006-01-30 21:41:02
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: unrar, libdrm, curl, mplayer, nmap
- License: GPLv2
- Description:
- CTorrent is a BitTorrent (be know as BT usually) Client program
written in C for FreeBSD and Linux. Fast and small are CTorrent`s
two strengths.
WWW: http://www.rahul.net/dholmes/ctorrent/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ctorrent>0:net-p2p/ctorrent
- To install the port:
- cd /usr/ports/net-p2p/ctorrent/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/ctorrent
- pkg install ctorrent
- PKGNAME: ctorrent
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ctorrent-dnh3.3.2.tar.gz) = c87366c91475931f75b924119580abd06a7b3cb3f00fef47346552cab1e24863
SIZE (ctorrent-dnh3.3.2.tar.gz) = 219053
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for ctorrent-3.3.2_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_ctorrent
- USES:
- ssl
- pkg-message:
- For install:
- You might be interested in installing net-p2p/ctcs to control ctorrent
remotely.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 3.3.2_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Jun 2020 11:33:34
3.3.2_4
|
dinoex  |
- fix empty announce list
- fix empty path
PR: 247376
Submitted by: Alexey Dokuchaev
Obtained from: Gentoo
- fix mutiple peers behind same IP
Obtained from: Timothy Palpant |
14 Aug 2019 08:48:51
3.3.2_3
|
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
01 Mar 2019 08:59:45
3.3.2_3
|
danfe  |
Use SourceForge's CDN by default, which is the preferred download mechanism
according to the project website; distfiles' contents and modification time
are identical regardless of the download location. |
09 Apr 2018 22:17:36
3.3.2_3
|
dbaio  |
net-p2p/ctorrent: Add license
While here, add USES=ssl (qa warning).
Approved by: portmgr (blanket) |
17 Sep 2017 14:43:20
3.3.2_3
|
dinoex  |
- cleanup patch |
08 Oct 2015 03:58:26
3.3.2_3
|
dinoex  |
- cleanup |
01 Sep 2015 16:20:48
3.3.2_3
|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
21 Feb 2014 13:38:53
3.3.2_3
|
ehaupt  |
Remove trailing whitespaces from category net-p2p |
10 Feb 2014 13:54:28
3.3.2_3
|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
28 Oct 2013 19:10:04
3.3.2_3
|
dinoex  |
- use STAGEDIR |
21 Sep 2013 11:06:04
3.3.2_3
|
dinoex  |
- fix misplaced NO_STAGE in slaveports and ifdefs |
20 Sep 2013 22:28:26
3.3.2_3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
11 Jun 2013 04:44:18
3.3.2_3
|
dinoex  |
- fix negative int bug
- take maintainership
PR: 169283
Submitted by: dinoex
Approved by: flz
Obtained
from: http://sourceforge.net/tracker/?func=detail&aid=3159066&group_id=202532&atid=981959 |
24 Oct 2011 04:17:38
3.3.2_3
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
02 Jul 2011 18:06:14
3.3.2_3
|
miwi  |
- Kick MD5 Support |
22 Feb 2010 19:02:37
3.3.2_3
|
flz  |
Daemonize ctorrent a bit later so you can use CTCS authentication.
Submitted by: Andrey Zakharchenko
Feature safe: yes |
29 Oct 2009 14:20:17
3.3.2_2
|
flz  |
Fix stack-based buffer overflow (CVE-2009-1759).
PR: ports/139635
Submitted by: Eygene Ryabinkin
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1759 |
17 Jul 2009 12:18:51
3.3.2_1 
|
flz  |
Add pkg-message mentioning net-p2p/ctcs.
PR: ports/136483
Submitted by: Sébastien Santoro |
21 Aug 2008 06:18:49
3.3.2 
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
21 Jun 2008 12:41:12
3.3.2 
|
flz  |
Update net-p2p/ctorrent to 3.3.2. |
02 May 2008 09:26:31
3.3.1 
|
flz  |
Update net-p2p/ctorrent to 3.3.1.
Reported by: Jason Henson |
10 Apr 2008 13:05:55
3.3 
|
flz  |
Update net-p2p/ctorrent to 3.3. |
25 Aug 2007 11:49:56
3.2_1 
|
flz  |
Fix install after latest commit.
Reported by: Zahemszky Gábor |
24 Aug 2007 09:40:35
3.2_1 
|
flz  |
Add UserGuide to the list of installed documentation files.
Suggested by: John E Hein |
14 Aug 2007 12:22:12
3.2 
|
flz  |
Update to enhanced ctorrent 3.2.
PR: ports/115386
Submitted by: Jamie Jones <jamie@bishopston.net> |
09 Jan 2007 02:31:24
2.2 
|
flz  |
Update ctorrent to patchset 2.2.
Use the patchset version as PORTVERSION from now on since the upstream
maintainer is long gone. |
19 Sep 2006 11:42:19
1.3.4_3 
|
flz  |
Update to dnh patchset version 2.1.
Submitted by: az |
20 Feb 2006 13:59:26
1.3.4_2 
|
flz  |
- Update to Enhanced CTorrent Patchset 2.
PR: ports/92662
Submitted by: Jeffrey H. Johnson <COE1704TKS@bellsouth.net> |
30 Jan 2006 21:36:28
1.3.4_1 
|
pav  |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc (Only the first 15 lines of the commit message are shown above ) |