aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/mktorrent
Commit message (Collapse)AuthorAgeFilesLines
* Restore the maximum piece size of 2^30 introduced in r435987.Christian Weisgerber2017-09-072-0/+16
| | | | | | | | PR: 221717 Reported by: Anton Sayetsky Notes: svn path=/head/; revision=449403
* Download from github properly.Mathieu Arnold2017-09-072-7/+6
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449387
* * Update to v1.1.Christian Weisgerber2017-09-065-151/+11
| | | | | | | | | | | * Reset MAINTAINER. PR: 221717 Submitted by: Johannes Jost Meixner Approved by: former maintainer Notes: svn path=/head/; revision=449357
* net-p2p/mktorrent: increase max piece size and make tracker optionalAlexey Dokuchaev2017-03-123-19/+153
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=435987
* net-p2p/mktorrent: Add SSL flagsJohn Marino2016-09-111-1/+4
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421759
* 2 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-3/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=382189
* Add staging supportPawel Pekala2014-03-031-3/+2
| | | | | | | | | PR: ports/187202 Submitted by: Anton Sayetsky <vsjcfm@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=346943
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* Fix build with bmakeBaptiste Daroussin2013-05-031-12/+14
| | | | | | | While here convert to new options framework Notes: svn path=/head/; revision=317259
* - Kick MD5 SupportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276919
* mktorrent is a simple command-line utility to create BitTorrentDmitry Marakasov2010-07-063-0/+54
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 Notes: svn path=/head/; revision=257435