View | Details | Raw Unified | Return to bug 107296
Collapse All | Expand All

(-)/home/staff/gslin/work/ports/libtorrent-devel/Makefile (-2 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtorrent-devel
8
PORTNAME=	libtorrent-devel
9
PORTVERSION=	0.10.4
9
PORTVERSION=	0.11.1
10
PORTREVISION=	0
10
PORTREVISION=	0
11
DISTNAME=	${PORTNAME:S/-devel//}-${PORTVERSION}
11
DISTNAME=	${PORTNAME:S/-devel//}-${PORTVERSION}
12
12
13
MAINTAINER=	flz@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	BitTorrent Library written in C++ (development version)
14
COMMENT=	BitTorrent Library written in C++ (development version)
15
15
16
MASTERDIR=	${.CURDIR}/../libtorrent
16
MASTERDIR=	${.CURDIR}/../libtorrent
(-)/home/staff/gslin/work/ports/libtorrent-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libtorrent-0.10.4.tar.gz) = 3154a686d9616f04012596b8daa2ff52
1
MD5 (libtorrent-0.11.1.tar.gz) = d1a98c0bd93839071b8c214453aa4e5c
2
SHA256 (libtorrent-0.10.4.tar.gz) = fbecbbe10e51f018bc8c921932b6134de0f05495e053429434bc9f25b01d2d2f
2
SHA256 (libtorrent-0.11.1.tar.gz) = 3a747a03b2f683e71ed3eab2fa2e66689ba58e5d9a17527579583b86f4de46e1
3
SIZE (libtorrent-0.10.4.tar.gz) = 485174
3
SIZE (libtorrent-0.11.1.tar.gz) = 477557
(-)/home/staff/gslin/work/ports/libtorrent-devel/pkg-plist (-12 / +20 lines)
Lines 1-23 Link Here
1
include/torrent/bitfield.h
1
include/torrent/bitfield.h
2
include/torrent/block.h
3
include/torrent/block_list.h
4
include/torrent/block_transfer.h
5
include/torrent/chunk_manager.h
2
include/torrent/chunk_manager.h
6
include/torrent/common.h
3
include/torrent/common.h
7
include/torrent/connection_manager.h
4
include/torrent/connection_manager.h
5
include/torrent/data/block.h
6
include/torrent/data/block_list.h
7
include/torrent/data/block_transfer.h
8
include/torrent/data/file.h
9
include/torrent/data/file_list.h
10
include/torrent/data/file_list_iterator.h
11
include/torrent/data/file_utils.h
12
include/torrent/data/piece.h
13
include/torrent/data/transfer_list.h
8
include/torrent/download.h
14
include/torrent/download.h
15
include/torrent/error.h
9
include/torrent/event.h
16
include/torrent/event.h
10
include/torrent/exceptions.h
17
include/torrent/exceptions.h
11
include/torrent/file.h
18
include/torrent/hash_string.h
12
include/torrent/file_list.h
13
include/torrent/http.h
19
include/torrent/http.h
14
include/torrent/object.h
20
include/torrent/object.h
15
include/torrent/object_stream.h
21
include/torrent/object_stream.h
16
include/torrent/path.h
22
include/torrent/path.h
17
include/torrent/peer.h
23
include/torrent/peer/client_info.h
18
include/torrent/peer_info.h
24
include/torrent/peer/client_list.h
19
include/torrent/peer_list.h
25
include/torrent/peer/peer.h
20
include/torrent/piece.h
26
include/torrent/peer/peer_info.h
27
include/torrent/peer/peer_list.h
21
include/torrent/poll.h
28
include/torrent/poll.h
22
include/torrent/poll_epoll.h
29
include/torrent/poll_epoll.h
23
include/torrent/poll_kqueue.h
30
include/torrent/poll_kqueue.h
Lines 27-35 Link Here
27
include/torrent/torrent.h
34
include/torrent/torrent.h
28
include/torrent/tracker.h
35
include/torrent/tracker.h
29
include/torrent/tracker_list.h
36
include/torrent/tracker_list.h
30
include/torrent/transfer_list.h
31
lib/libtorrent.la
37
lib/libtorrent.la
32
lib/libtorrent.so
38
lib/libtorrent.so
33
lib/libtorrent.so.9
39
lib/libtorrent.so.10
34
libdata/pkgconfig/libtorrent.pc
40
libdata/pkgconfig/libtorrent.pc
35
@dirrm include/torrent
41
@dirrmtry include/torrent/peer
42
@dirrmtry include/torrent/data
43
@dirrmtry include/torrent

Return to bug 107296