Port details |
- opentracker Free lightweight bittorrent tracker using libowfat
- 0.2017.08.13_2 net
=0 0.2017.08.13_2Version of this port present on the latest quarterly branch. BROKEN: fails to link: duplicate symbol: first_deferred, known libowfat issue
DEPRECATED: Broken since 2021
This port expired on: 2023-03-21
IGNORE: is marked as broken: fails to link: duplicate symbol: first_deferred, known libowfat issue
- Maintainer: crees@FreeBSD.org
 - Port Added: 2009-07-29 13:18:03
- Last Update: 2023-03-21 00:01:44
- Commit Hash: b79e6e4
- License: not specified in port
- WWW:
- https://erdgeist.org/arts/software/opentracker/
- Description:
- opentracker is a open and free bittorrent tracker project.
It aims for minimal resource usage and is intended to run
at your wlan router. Currently it is deployed as an open and
free tracker instance.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- opentracker>0:net/opentracker
- No installation instructions:
- This port has been deleted.
- PKGNAME: opentracker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1502634309
SHA256 (opentracker-0.2017.08.13.tar.bz2) = 3795a2aebaa4abc6d100e5cb510d2646a60624fb87cf770df547c0d8b428fe3e
SIZE (opentracker-0.2017.08.13.tar.bz2) = 277504
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:
-
- libowfat.a : devel/libowfat
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for opentracker-0.2017.08.13_2:
COMPRESSION_GZIP=off: Deliver gzip compressed full scrapes
DEBUG_HTTPERROR=off: Verbose HTTPERRORs
FULLSCRAPE=on: Can query tracker for all torrents
RESTRICT_STATS=on: Limit stats access based on IP
====> Options available for the single ACCESSLIST: you have to select exactly one of them
ACCESSLIST_OPEN=on: Disable black/whitelisting
ACCESSLIST_BLACK=off: Enable client blacklisting
ACCESSLIST_WHITE=off: Enable client whitelisting
===> Use 'make config' to modify these settings
- Options name:
- net_opentracker
- USES:
- tar:bzip2
- pkg-message:
- For install:
- This tracker is open in a sense that everyone announcing a torrent is welcome
to do so and will be informed about anyone else announcing the same torrent.
Unless -DWANT_IP_FROM_QUERY_STRING is enabled (which is meant for debugging
purposes only), only source IPs are accepted. The tracker implements a minimal
set of essential features only but was able respond to far more than 10000
requests per second on a Sun Fire 2200 M2 (thats where we found no more clients
able to fire more of our testsuite.sh script).
Some tweaks you may want to try under FreeBSD:
sysctl kern.ipc.somaxconn=1024
sysctl kern.ipc.nmbclusters=32768
sysctl net.inet.tcp.msl=10000
sysctl kern.maxfiles=10240
In order to enable opentracker at boot time;
# sysrc opentracker_enable=yes
Or
# sysrc opentracker_ipv6_enable=yes
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2017.08.13_2 21 Mar 2023 00:01:44
    |
Muhammad Moinur Rahman (bofh)  |
net/opentracker: Remove expired port:
2023-03-21 net/opentracker: Broken since 2021 |
0.2017.08.13_2 20 Feb 2023 17:09:27
    |
Antoine Brodin (antoine)  |
net/opentracker: deprecate |
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) |
0.2017.08.13_2 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 ) |
0.2017.08.13_2 24 Oct 2021 21:23:06
    |
Dan Langille (dvl)  |
net/opentracker: Fix pkg-message
Move EOM to the end of the message
Approved by: portmgr (blanket) |
0.2017.08.13_2 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
0.2017.08.13_2 01 Sep 2021 15:35:11
    |
Chris Rees (crees)  |
net/opentracker: mark BROKEN for all architectures
libowfat has a problem with extern variables appearing in multiple
places.
Upstream is aware and working on a fix. |
0.2017.08.13_2 15 May 2021 19:18:27
    |
Mark Linimon (linimon)  |
net/opentracker: mark BROKEN on riscv64.
While here, remove stray newline to appease portlint. |
0.2017.08.13_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2017.08.13_2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.2017.08.13_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.2017.08.13_2 09 Dec 2019 19:07:42
  |
crees  |
Build ipv6 and ipv4 versions together and package both.
Based on a suggestion by mat to have the flavours not conflict.
PR: ports/239987
Reported by: papadavecn@gmail.com |
0.2017.08.13 14 Aug 2019 08:48:51
  |
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.2017.08.13 26 May 2019 09:07:08
  |
tobik  |
net/opentracker: Upcase OPTIONS_SINGLE as we normally do |
0.2017.08.13 13 Aug 2017 14:27:28
  |
crees  |
Update to latest git-- 9c7be324f5a4306dd81eab2f982f87e2c42ffdf1
PR: ports/197477 |
0.2010.05.30_1 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.2010.05.30_1 30 Aug 2015 10:51:48
  |
amdmi3  |
- Switch to @sample
Approved by: portmgr blanket |
0.2010.05.30_1 22 Nov 2014 14:43:24
  |
antoine  |
Cleanup plist |
0.2010.05.30_1 29 Jul 2014 21:43:18
  |
adamw  |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.2010.05.30_1 10 Jul 2014 12:13:12
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.2010.05.30_1 29 Dec 2013 16:29:04
  |
crees  |
More staging and minor improvements |
0.2010.05.30_1 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.2010.05.30_1 26 Apr 2013 04:03:43
  |
gjb  |
Update MASTERSITES for my server to use https
Approved by: crees (maintainer, implicit) |
0.2010.05.30_1 30 May 2012 19:24:02
 |
crees  |
OPTIONSngify
Notice that the ability to specify 0 or 1 from a list is achieved
in opentracker by adding a third option, ACCESSLIST_OPEN which effectively
does nothing
(for openradius, use bsd.port.options.mk) |
0.2010.05.30_1 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.2010.05.30_1 17 Jun 2011 06:46:07
 |
crees  |
- Update maintainer address
Approved by: rene (mentor) |
0.2010.05.30_1 07 Nov 2010 01:58:23
 |
ohauer  |
- fix whitelist bug
Opentracker used to need 40 extra characters at the end of your
whitelist/blacklist file otherwise the last info_hash won't be loaded.
Thanks to Nerius Landys for the patch!
PR: 151974
Submitted by: Chris Rees <utisoft _at_ gmail.com> (maintainer)
Approved by: glarkin (mentor, implicit) |
0.2010.05.30 31 May 2010 00:02:33
 |
sylvio  |
- Update to 0.2010.05.30
PR: ports/147222
Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) |
0.2009.06.27 15 Apr 2010 21:46:50
 |
sahil  |
- Update MASTER_SITES
- Use ${PORTNAME} variable where possible
PR: ports/145637
Submitted by: Glen Barber <glen.j.barber@gmail.com>
Approved by: Chris Rees (maintainer), wxs (mentor) |
0.2009.06.27 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.2009.06.27 04 Nov 2009 08:41:29
 |
miwi  |
- Added OPTION for WANT_RESTRICT_STATS
PR: 140247
Submitted by: Chris Rees <chris@amnesiac.bayofrum.net> (maintainer) |
0.2009.06.27 29 Jul 2009 13:17:33
 |
miwi  |
opentracker is a open and free bittorrent tracker project.
It aims for minimal resource usage and is intended to run
at your wlan router. Currently it is deployed as an open and
free tracker instance.
WWW: http://erdgeist.org/arts/software/opentracker/
PR: ports/137130
Submitted by: utisoft at gmail.com |