- Update to 0.3.3
Changelog: The CSettings class now supports integers and strings as setting types - Added the option "downloaddir" to set the target directory - Added Razvan Deaconescu's patch to ignore colum checking when hrktorrent is not being run in a tty. Thanks! - Improved cleaning up the program - Fixed the Makefile - More verbosity - Support libtorrent's UPnP implementation PR: 126844 Submitted by: Henrik Friedrichsen <hrkfrd@googlemail.com> (maintainer)
This commit is contained in:
parent
cca860d712
commit
79e7ccd0fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219225
4 changed files with 6 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= hrktorrent
|
||||
PORTVERSION= 0.3.2
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://henrik.unit5.ca/hrktorrent/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (hrktorrent-0.3.2.tar.bz2) = 17809a039c8dead47d65dd8b029f052a
|
||||
SHA256 (hrktorrent-0.3.2.tar.bz2) = 2de5ab866edfa0eb4b819b05f5be0ab7fc79ea5fbd5b266e40ded1c11f1fedf8
|
||||
SIZE (hrktorrent-0.3.2.tar.bz2) = 7637
|
||||
MD5 (hrktorrent-0.3.3.tar.bz2) = 22761a26df17d6559bc2beacb3b7dca4
|
||||
SHA256 (hrktorrent-0.3.3.tar.bz2) = 2c316ff13dbf76226cf921c890a0a6377482e67f68084a6fa85543759c5ffdb8
|
||||
SIZE (hrktorrent-0.3.3.tar.bz2) = 8380
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
--- vars.mk.orig 2008-06-29 16:18:44.000000000 +0200
|
||||
+++ vars.mk 2008-06-29 16:18:52.000000000 +0200
|
||||
@@ -4,5 +4,5 @@
|
||||
OBJ = main.o core.o settings.o utils.o ipfilter.o
|
||||
OUT = hrktorrent
|
||||
CXXFLAGS += `pkg-config --cflags libtorrent`
|
||||
-LIBS = `pkg-config --libs libtorrent` -lpthread
|
||||
+LIBS = `pkg-config --libs libtorrent` -pthread
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
-----------------------------------------------------------------
|
||||
=================================================================
|
||||
A default hrktorrent.rc config has been installed to:
|
||||
PREFIX/share/examples/hrktorrent.rc
|
||||
Copy it to ~/.hrktorrent/ and modify it.
|
||||
To use the IPFilter, move the rulefile the same dir and name it:
|
||||
ipfilter.dat.
|
||||
-----------------------------------------------------------------
|
||||
=================================================================
|
||||
|
|
Loading…
Reference in a new issue