Port details |
- mktorrent Command-line utility for creating BitTorrent metainfo files
- 1.1_1 net-p2p =2 1.1_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-07-06 00:13:33
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://github.com/Rudde/mktorrent
- Description:
- mktorrent is a simple command-line utility to create BitTorrent
metainfo files. It supports multiple trackers, private trackers,
custom comments, and is multi-threaded to support multiple CPUs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mktorrent>0:net-p2p/mktorrent
- To install the port:
- cd /usr/ports/net-p2p/mktorrent/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/mktorrent
- pkg install mktorrent
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mktorrent
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1504769841
SHA256 (Rudde-mktorrent-v1.1_GH0.tar.gz) = d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9
SIZE (Rudde-mktorrent-v1.1_GH0.tar.gz) = 23314
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mktorrent-1.1_1:
HASHCHECK=on: Verify file hashes
OPENSSL=on: Use OpenSSL for hashing
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_mktorrent
- USES:
- ssl
- 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) |
Commit | Credits | Log message |
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) |
1.1_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 ) |
1.1_1 20 Jul 2022 14:22:43 |
Tobias C. Berner (tcberner) |
net-p2p: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Chad J. Milios <milios@ccsys.com>
* Damian Gerow <dgerow@afflictions.org>
* Daniel Morante <daniel@morante.net>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dereckson <dereckson@gmail.com>
* Devin Teske <dteske@FreeBSD.org>
* Dmitriy Limonov (Only the first 15 lines of the commit message are shown above ) |
1.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_1 07 Sep 2017 15:19:51 |
naddy |
Restore the maximum piece size of 2^30 introduced in r435987.
PR: 221717
Reported by: Anton Sayetsky |
1.1 07 Sep 2017 07:39:18 |
mat |
Download from github properly.
Sponsored by: Absolight |
1.1 06 Sep 2017 19:10:08 |
naddy |
* Update to v1.1.
* Reset MAINTAINER.
PR: 221717
Submitted by: Johannes Jost Meixner
Approved by: former maintainer |
1.0_1 12 Mar 2017 13:35:30 |
danfe |
net-p2p/mktorrent: increase max piece size and make tracker optional
Optimal piece count is ~1500. mktorrent allows up to 2^28 currently, thus
providing ability to create torrents for 375 GiB of data with optimal piece
count. Increase maximum piece size to 2^30 thus allowing torrents for 1.5
TiB of data (again, with optimal piece count).
mktorrent currently can't create torrents without announce URL. Since DHT
works perfectly well nowadays, this limitation doesn't make much sense.
Change to require tracker only when creating private torrent (i.e. DHT,
PEX, etc. disabled).
While here: define LICENSE (GPLv2+), make options actually work, remove
redundant THREADS_DESC, and clean up Makefile a bit.
PR: 210374
Submitted by: Anton Sayetsky
Approved by: maintainer timeout |
1.0 11 Sep 2016 00:11:48 |
marino |
net-p2p/mktorrent: Add SSL flags
Approved by: SSL blanket |
1.0 24 Mar 2015 23:45:42 |
marino |
2 ports categories: Remove $PTHREAD_LIBS
Categories: net-p2p, comms
Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA
with a fs violation, but it may be acceptable. Fixes added to both.
approved by: PTHREAD blanket |
1.0 03 Mar 2014 17:53:46 |
pawel |
Add staging support
PR: ports/187202
Submitted by: Anton Sayetsky <vsjcfm@gmail.com>
Approved by: maintainer |
1.0 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
1.0 03 May 2013 21:15:44 |
bapt |
Fix build with bmake
While here convert to new options framework |
1.0 02 Jul 2011 18:06:14 |
miwi |
- Kick MD5 Support |
1.0 06 Jul 2010 00:13:06 |
amdmi3 |
mktorrent is a simple command-line utility to create BitTorrent
metainfo files. It supports multiple trackers, private trackers,
custom comments, and is multi-threaded to support multiple CPUs.
WWW: http://mktorrent.sourceforge.net/
PR: 146479
Submitted by: Damian Gerow <dgerow@afflictions.org>
Feature safe: yes |