1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Transform rtorrent into a master port.

- Add rtorrent-devel, the development version of rtorrent.
This commit is contained in:
Florent Thoumie 2006-05-17 11:26:56 +00:00
parent 2802fd279f
commit 974204a41f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162644
5 changed files with 41 additions and 6 deletions

View File

@ -97,6 +97,7 @@
SUBDIR += qtorrent
SUBDIR += rblibtorrent
SUBDIR += rtorrent
SUBDIR += rtorrent-devel
SUBDIR += squall
SUBDIR += torrentflux
SUBDIR += torrentsniff

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: rtorrent-devel
# Date created: May 17 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rtorrent-devel
PORTVERSION= 0.5.1
PORTREVISION= 0
DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION}
MAINTAINER= flz@FreeBSD.org
COMMENT= BitTorrent Client written in C++ (development version)
LIB_DEPENDS= torrent.7:${PORTSDIR}/net-p2p/libtorrent-devel
MASTERDIR= ${.CURDIR}/../rtorrent
MD5_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${MASTERDIR}/pkg-descr
CONFLICTS= rtorrent-[0-9]*
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,3 @@
MD5 (rtorrent-0.5.1.tar.gz) = e33e1478bbe1a8836f318f0d904782c4
SHA256 (rtorrent-0.5.1.tar.gz) = d6c94ce0236f455bebb79a5851525ceecde160fc94b3bd1b4ea55406f85be561
SIZE (rtorrent-0.5.1.tar.gz) = 411269

View File

@ -0,0 +1,3 @@
bin/rtorrent
%%EXAMPLESDIR%%/rtorrent.rc
@dirrm %%EXAMPLESDIR%%

View File

@ -5,16 +5,19 @@
# $FreeBSD$
#
PORTNAME= rtorrent
PORTVERSION= 0.4.5
PORTNAME?= rtorrent
PORTVERSION?= 0.4.5
PORTREVISION?= 0
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
MAINTAINER= flz@FreeBSD.org
COMMENT= BitTorrent Client written in C++
MAINTAINER?= flz@FreeBSD.org
COMMENT?= BitTorrent Client written in C++
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \
torrent.6:${PORTSDIR}/net-p2p/libtorrent
LIB_DEPENDS?= torrent.6:${PORTSDIR}/net-p2p/libtorrent
LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl
CONFLICTS= rtorrent-devel-[0-9]*
MAN1= rtorrent.1