diff options
Diffstat (limited to 'net-p2p/libtorrent-devel')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 23 | ||||
-rw-r--r-- | net-p2p/libtorrent-devel/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/libtorrent-devel/pkg-plist | 25 |
3 files changed, 51 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile new file mode 100644 index 0000000..c26125d --- /dev/null +++ b/net-p2p/libtorrent-devel/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libtorrent-devel +# Date created: May 17 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libtorrent-devel +PORTVERSION= 0.9.1 +PORTREVISION= 0 +DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} + +MAINTAINER= flz@FreeBSD.org +COMMENT= BitTorrent Library written in C++ (development version) + +MASTERDIR= ${.CURDIR}/../libtorrent +MD5_FILE= ${.CURDIR}/distinfo +PLIST= ${.CURDIR}/pkg-plist +DESCR= ${MASTERDIR}/pkg-descr + +CONFLICTS= libtorrent-[0-9]* + +.include "${MASTERDIR}/Makefile" diff --git a/net-p2p/libtorrent-devel/distinfo b/net-p2p/libtorrent-devel/distinfo new file mode 100644 index 0000000..a6275d5 --- /dev/null +++ b/net-p2p/libtorrent-devel/distinfo @@ -0,0 +1,3 @@ +MD5 (libtorrent-0.9.1.tar.gz) = 622c448cd73d1c15963c0ae709d5335d +SHA256 (libtorrent-0.9.1.tar.gz) = 98a634d361922a7f41b7bd18f21c3c98749908046117b11ca43d414cbcd62e05 +SIZE (libtorrent-0.9.1.tar.gz) = 462098 diff --git a/net-p2p/libtorrent-devel/pkg-plist b/net-p2p/libtorrent-devel/pkg-plist new file mode 100644 index 0000000..8ebd31e --- /dev/null +++ b/net-p2p/libtorrent-devel/pkg-plist @@ -0,0 +1,25 @@ +include/torrent/bitfield.h +include/torrent/connection_manager.h +include/torrent/download.h +include/torrent/event.h +include/torrent/exceptions.h +include/torrent/file.h +include/torrent/file_list.h +include/torrent/http.h +include/torrent/object.h +include/torrent/object_stream.h +include/torrent/path.h +include/torrent/peer.h +include/torrent/piece.h +include/torrent/poll.h +include/torrent/poll_epoll.h +include/torrent/poll_kqueue.h +include/torrent/poll_select.h +include/torrent/rate.h +include/torrent/torrent.h +include/torrent/tracker.h +include/torrent/tracker_list.h +lib/libtorrent.so +lib/libtorrent.so.7 +libdata/pkgconfig/libtorrent.pc +@dirrm include/torrent |