Index: head/net-p2p/bitflu/Makefile =================================================================== --- head/net-p2p/bitflu/Makefile (nonexistent) +++ head/net-p2p/bitflu/Makefile (revision 183551) @@ -0,0 +1,30 @@ +# New ports collection makefile for: bitflu +# Date created: 28 January 2007 +# Whom: Andrew Pantyukhin +# +# $FreeBSD$ +# + +PORTNAME= bitflu +PORTVERSION= 0.31 +CATEGORIES= net-p2p +MASTER_SITES= http://bitflu.workaround.ch/bitflu/ CSME +EXTRACT_SUFX= .tgz + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= BitTorrent client written in Perl + +RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-URI>=0:${PORTSDIR}/net/p5-URI + +PLIST_FILES= bin/bitflu %%EXAMPLESDIR%%/bitflu.config +PLIST_DIRS= %%EXAMPLESDIR%% +WRKSRC= ${WRKDIR}/${PORTNAME} +NO_BUILD= yes + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} + @${INSTALL} -d ${EXAMPLESDIR}/ + @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.config.example ${EXAMPLESDIR}/${PORTNAME}.config + +.include Property changes on: head/net-p2p/bitflu/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net-p2p/bitflu/distinfo =================================================================== --- head/net-p2p/bitflu/distinfo (nonexistent) +++ head/net-p2p/bitflu/distinfo (revision 183551) @@ -0,0 +1,3 @@ +MD5 (bitflu-0.31.tgz) = bf3f43cf238d7296ef0a1eb7dd10b868 +SHA256 (bitflu-0.31.tgz) = a2397c532c177289bf3b21a70e9502f053059eb38e7a1506dc5eb659ab2d7954 +SIZE (bitflu-0.31.tgz) = 52293 Property changes on: head/net-p2p/bitflu/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/bitflu/pkg-descr =================================================================== --- head/net-p2p/bitflu/pkg-descr (nonexistent) +++ head/net-p2p/bitflu/pkg-descr (revision 183551) @@ -0,0 +1,15 @@ +Bitflu is a free BitTorrent client. The client was written in Perl and +is designed to run as a daemon (7x24h , like mlnet) on Linux, *BSD and +maybe even OSX. +* Multiple downloads +* Designed to run as a daemon/No GUI: You can connect to the client + using the telnet or HTTP interface +* Security: The client can chroot itself and drop privileges +* Bandwith shaping (currently only upload) +* Crash-Proof design: Crashes or a full filesystem will never corrupt + your downloads again :-) +* Non-Threading/(almost)Non-Forking design: All connections are handled + in non-blocking state using a dynamic select loop + +WWW: http://bitflu.workaround.ch/ +Author: Adrian Ulrich Property changes on: head/net-p2p/bitflu/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property