mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Transform rtorrent into a master port.
- Add rtorrent-devel, the development version of rtorrent.
This commit is contained in:
parent
2802fd279f
commit
974204a41f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162644
@ -97,6 +97,7 @@
|
||||
SUBDIR += qtorrent
|
||||
SUBDIR += rblibtorrent
|
||||
SUBDIR += rtorrent
|
||||
SUBDIR += rtorrent-devel
|
||||
SUBDIR += squall
|
||||
SUBDIR += torrentflux
|
||||
SUBDIR += torrentsniff
|
||||
|
25
net-p2p/rtorrent-devel/Makefile
Normal file
25
net-p2p/rtorrent-devel/Makefile
Normal 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"
|
3
net-p2p/rtorrent-devel/distinfo
Normal file
3
net-p2p/rtorrent-devel/distinfo
Normal 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
|
3
net-p2p/rtorrent-devel/pkg-plist
Normal file
3
net-p2p/rtorrent-devel/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/rtorrent
|
||||
%%EXAMPLESDIR%%/rtorrent.rc
|
||||
@dirrm %%EXAMPLESDIR%%
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user