1
0
forked from ports/contrib

rtorrent and libtorrent: bump

This commit is contained in:
Han Boetes 2006-12-17 07:04:07 +01:00
parent b9c3372212
commit cf6bade9df
5 changed files with 25 additions and 25 deletions

View File

@ -2,25 +2,33 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/torrent/
-rw-r--r-- root/root usr/include/torrent/bitfield.h
-rw-r--r-- root/root usr/include/torrent/block.h
-rw-r--r-- root/root usr/include/torrent/block_list.h
-rw-r--r-- root/root usr/include/torrent/block_transfer.h
-rw-r--r-- root/root usr/include/torrent/chunk_manager.h
-rw-r--r-- root/root usr/include/torrent/common.h
-rw-r--r-- root/root usr/include/torrent/connection_manager.h
drwxr-xr-x root/root usr/include/torrent/data/
-rw-r--r-- root/root usr/include/torrent/data/block.h
-rw-r--r-- root/root usr/include/torrent/data/block_list.h
-rw-r--r-- root/root usr/include/torrent/data/block_transfer.h
-rw-r--r-- root/root usr/include/torrent/data/file.h
-rw-r--r-- root/root usr/include/torrent/data/file_list.h
-rw-r--r-- root/root usr/include/torrent/data/file_utils.h
-rw-r--r-- root/root usr/include/torrent/data/piece.h
-rw-r--r-- root/root usr/include/torrent/data/transfer_list.h
-rw-r--r-- root/root usr/include/torrent/download.h
-rw-r--r-- root/root usr/include/torrent/error.h
-rw-r--r-- root/root usr/include/torrent/event.h
-rw-r--r-- root/root usr/include/torrent/exceptions.h
-rw-r--r-- root/root usr/include/torrent/file.h
-rw-r--r-- root/root usr/include/torrent/file_list.h
-rw-r--r-- root/root usr/include/torrent/hash_string.h
-rw-r--r-- root/root usr/include/torrent/http.h
-rw-r--r-- root/root usr/include/torrent/object.h
-rw-r--r-- root/root usr/include/torrent/object_stream.h
-rw-r--r-- root/root usr/include/torrent/path.h
-rw-r--r-- root/root usr/include/torrent/peer.h
-rw-r--r-- root/root usr/include/torrent/peer_info.h
-rw-r--r-- root/root usr/include/torrent/peer_list.h
-rw-r--r-- root/root usr/include/torrent/piece.h
drwxr-xr-x root/root usr/include/torrent/peer/
-rw-r--r-- root/root usr/include/torrent/peer/client_info.h
-rw-r--r-- root/root usr/include/torrent/peer/client_list.h
-rw-r--r-- root/root usr/include/torrent/peer/peer.h
-rw-r--r-- root/root usr/include/torrent/peer/peer_info.h
-rw-r--r-- root/root usr/include/torrent/peer/peer_list.h
-rw-r--r-- root/root usr/include/torrent/poll.h
-rw-r--r-- root/root usr/include/torrent/poll_epoll.h
-rw-r--r-- root/root usr/include/torrent/poll_kqueue.h
@ -30,11 +38,10 @@ drwxr-xr-x root/root usr/include/torrent/
-rw-r--r-- root/root usr/include/torrent/torrent.h
-rw-r--r-- root/root usr/include/torrent/tracker.h
-rw-r--r-- root/root usr/include/torrent/tracker_list.h
-rw-r--r-- root/root usr/include/torrent/transfer_list.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libtorrent.la
lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.9.0.0
lrwxrwxrwx root/root usr/lib/libtorrent.so.9 -> libtorrent.so.9.0.0
-rwxr-xr-x root/root usr/lib/libtorrent.so.9.0.0
lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.10.0.0
lrwxrwxrwx root/root usr/lib/libtorrent.so.10 -> libtorrent.so.10.0.0
-rwxr-xr-x root/root usr/lib/libtorrent.so.10.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libtorrent.pc

View File

@ -1 +1 @@
3154a686d9616f04012596b8daa2ff52 libtorrent-0.10.4.tar.gz
1dd6d6c7cbb8a44810452c924f27c104 libtorrent-0.11.0.tar.gz

View File

@ -1,20 +1,16 @@
# Description:
# Description: Very efficient C++ torrent library
# URL: http://libtorrent.rakshasa.no/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: libsigc++
name=libtorrent
version=0.10.4
version=0.11.0
release=1
source="http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz"
build()
{
export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
if gcc --version |grep -q '4\.0\.'; then
export CXXFLAGS="$CXXFLAGS -fno-strength-reduce -fno-thread-jumps -fno-inline -fforce-addr"
fi
cd $name-$version
./configure \
--prefix=/usr \

View File

@ -1 +1 @@
9077817e5a0f505e0b71add9c57b89f7 rtorrent-0.6.4.tar.gz
26758f948874e1ee9732628772483b7b rtorrent-0.7.0.tar.gz

View File

@ -5,15 +5,12 @@
# Depends on: libtorrent curl
name=rtorrent
version=0.6.4
version=0.7.0
release=1
source="http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz"
build()
{
if gcc --version |grep -q '4\.0\.'; then
export CXXFLAGS="$CXXFLAGS -fno-strength-reduce -fno-thread-jumps -fno-inline -fforce-addr"
fi
cd $name-$version
./configure \
--prefix=/usr \