- update to libtorrent 0.11.2/rtorrent 0.7.2
- recognize remaining disk space
This commit is contained in:
parent
60d08e0c9f
commit
48f4a44649
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2007/01/14 23:37:52 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/03/22 20:42:05 naddy Exp $
|
||||
|
||||
COMMENT= "BitTorrent library written in C++"
|
||||
|
||||
DISTNAME= libtorrent-0.11.1
|
||||
SHARED_LIBS += torrent 11.1 # .10.1
|
||||
DISTNAME= libtorrent-0.11.2
|
||||
SHARED_LIBS += torrent 11.2 # .10.3
|
||||
CATEGORIES= net devel
|
||||
|
||||
HOMEPAGE= http://libtorrent.rakshasa.no/
|
||||
@ -24,8 +24,11 @@ USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-openssl=/usr \
|
||||
--with-openssl \
|
||||
--with-kqueue \
|
||||
--with-statfs \
|
||||
--disable-debug
|
||||
CONFIGURE_ENV= OPENSSL_CFLAGS=-I/usr/include \
|
||||
OPENSSL_LIBS=-lcrypto
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (libtorrent-0.11.1.tar.gz) = d1a98c0bd93839071b8c214453aa4e5c
|
||||
RMD160 (libtorrent-0.11.1.tar.gz) = f28327d0ebb2a608e3fa3f6f3414db150cc2d000
|
||||
SHA1 (libtorrent-0.11.1.tar.gz) = 870f63f9a7eda597dbdb4be791ad0d29ea4902e2
|
||||
SIZE (libtorrent-0.11.1.tar.gz) = 477557
|
||||
MD5 (libtorrent-0.11.2.tar.gz) = e31a3738b897c9affae6e4893aaa1f0d
|
||||
RMD160 (libtorrent-0.11.2.tar.gz) = c2734603c0c39c9ec1050848f960b9d7260d48fd
|
||||
SHA1 (libtorrent-0.11.2.tar.gz) = fbad4577680b353c70ec19f5eb84d12b35b50904
|
||||
SIZE (libtorrent-0.11.2.tar.gz) = 498588
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/01/14 23:37:52 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2007/03/22 20:42:05 naddy Exp $
|
||||
%%SHARED%%
|
||||
include/torrent/
|
||||
include/torrent/bitfield.h
|
||||
@ -12,6 +12,7 @@ include/torrent/data/block_transfer.h
|
||||
include/torrent/data/file.h
|
||||
include/torrent/data/file_list.h
|
||||
include/torrent/data/file_list_iterator.h
|
||||
include/torrent/data/file_manager.h
|
||||
include/torrent/data/file_utils.h
|
||||
include/torrent/data/piece.h
|
||||
include/torrent/data/transfer_list.h
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2007/01/14 23:37:52 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2007/03/22 20:42:05 naddy Exp $
|
||||
|
||||
COMMENT= "Ncurses BitTorrent Client based on LibTorrent"
|
||||
|
||||
DISTNAME= rtorrent-0.7.1
|
||||
DISTNAME= rtorrent-0.7.2
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://libtorrent.rakshasa.no/
|
||||
|
||||
@ -23,8 +23,8 @@ LIB_DEPENDS= torrent.>=11::net/libtorrent \
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--with-kqueue \
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-statfs \
|
||||
--disable-debug
|
||||
|
||||
post-build:
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (rtorrent-0.7.1.tar.gz) = 98b97730c36828e662a2355cb2b11309
|
||||
RMD160 (rtorrent-0.7.1.tar.gz) = 01b42bc520abe7a6cae0b31e9b72dd65d4ae6a90
|
||||
SHA1 (rtorrent-0.7.1.tar.gz) = cb41c013f82f12dec4962f68a7677eb0b00785cd
|
||||
SIZE (rtorrent-0.7.1.tar.gz) = 414447
|
||||
MD5 (rtorrent-0.7.2.tar.gz) = e010458b6c316d867de5da08f03bea0c
|
||||
RMD160 (rtorrent-0.7.2.tar.gz) = fed1a84bcb5a2bdd27915cae8eeb15701edbe643
|
||||
SHA1 (rtorrent-0.7.2.tar.gz) = f11d8d84a1a3345bfa73b1de5c63de16c83366c3
|
||||
SIZE (rtorrent-0.7.2.tar.gz) = 439030
|
||||
|
Loading…
Reference in New Issue
Block a user