naddy 28e63333a1 Update to libtorrent 0.8.5/rtorrent 0.4.5; from maintainer Henrik Enberg.
* Set SO_REUSEADDR for listening socket so that there's no need to
  wait for it to time out to reopen the same port
* Fixed a crash when changing file priorities and another caused by
  torrents with empty directories.
* Added the load, load_run, stop_untied and remove_untied options. See
  the example rtorrent.rc for how to use these to watch a directory
  for new torrents.
* Fixed a buffer overflow in the peer connection's write buffer that
  could in some rare cases cause a crash.
2006-05-31 06:26:15 +00:00

33 lines
693 B
Makefile

# $OpenBSD: Makefile,v 1.5 2006/05/31 06:26:15 naddy Exp $
COMMENT= "BitTorrent Library written in C++"
DISTNAME= libtorrent-0.8.5
SHARED_LIBS= torrent 7.0
CATEGORIES= net devel
HOMEPAGE= http://libtorrent.rakshasa.no/
MAINTAINER= Henrik Enberg <enberg@printf.se>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= crypto
MASTER_SITES= ${HOMEPAGE}downloads/
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= sigc-2.0.0.0:libsigc++-2.*:devel/libsigc++-2
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-openssl=/usr \
--disable-debug
.include <bsd.port.mk>