1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Baptiste Daroussin
bb4b86e043 Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) 2013-09-20 22:28:25 +00:00
Andrej Zverev
99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00
Baptiste Daroussin
8da9eeea9b Convert to new options framework 2012-10-04 10:00:38 +00:00
Thomas Abthorpe
fc52f474a7 - Reassign to the heap
- Thank you for your years of service

With hat::	portmgr
2012-07-13 14:14:13 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Wen Heping
922c16ace6 - Update to 1.35
PR:		ports/155389
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2011-03-09 07:21:15 +00:00
Tong LIU
738d612f2b - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR:	ports/148309
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-09 08:54:36 +00:00
Sylvio Cesar Teixeira
c9d1923649 - Update to 1.10
PR:		ports/148299
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Feature safe:	yes
2010-07-02 16:03:22 +00:00
Wen Heping
0b34922646 - Update to 0.99
PR:		ports/145284
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2010-04-02 12:10:52 +00:00
Doug Barton
86fb8e9a0d Update to version 0.95
PR:		ports/142209
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2010-01-01 00:06:12 +00:00
Martin Wilke
28973f1281 - Update to 0.92
PR:		137931
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-08-18 22:44:14 +00:00
Martin Wilke
9490a376c0 - Update to 0.91
PR:		136292
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-07-05 22:24:09 +00:00
Dennis Herrmann
685c976180 - Update to 0.90
PR:		ports/134377
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by:	miwi (mentor implicit)
2009-05-09 09:12:13 +00:00
Martin Wilke
1c44c76216 - Update to 2009-04-19
PR:		134013
Submitted by:	Martin Kammerhofer <dada@sbox.tu-graz.ac.at> (maintainer)
2009-04-26 23:27:55 +00:00
Marcelo Araujo
78219cd9c7 - Update to 0.70.
PR:		ports/130923
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-01-24 16:29:31 +00:00
Philip M. Gollucci
a1b8fe09cc - Update to 0.62
Upstream changelog:

Version 0.62 (Released: 20081222)

StorageVFS:
* Implemented a filedescriptor cache to reduce
the number of open()/close() calls.

Core:
* Removed the (unimplemented) echo command that caused
bitflu to panic. Uups...

Telnet:
* Added 'clear' command to clear the screen
* Added 'repeat' command that repeats a command each second.
Example:
foo@bitflu> repeat clear ; date ; vd
(Hit CTRL+C to stop)

BitTorrent:
* Remember received peers (via Tracker, Kademlia or ut_pex)
and try to contact them in small steps.
This will/should result in more peers
* Removed torrent_minpeers setting
* Do not blacklist peer if first chunk was bad (Added MIN_HASHFAILS)

WebUI:
* Bugfix: The upload function forgot to remove tempfiles. oops.

Submitted by:       Peter Schuller <peter.schuller@infidyne.com> (maintainer)
PR:                 ports/129991
2009-01-12 02:17:56 +00:00
Martin Wilke
897ac4ea97 - Update to 0.61
PR:		129528
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2008-12-13 15:32:59 +00:00
Martin Wilke
31e48fbbe8 - Update to 0.60
PR:		128132
Submitted by:	peter.schuller@infidyne.com (maintainer)
2008-10-19 14:08:59 +00:00
Dmitry Marakasov
2301f5ca13 - Update to 0.52
- Pass maintainership to submitter

PR:		126200
Submitted by:	peter dot schuller at infidyne dot com
2008-10-12 17:56:01 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Andrew Pantyukhin
046d0b1573 - Update to 0.33 2007-04-06 20:17:54 +00:00
Andrew Pantyukhin
a140362c14 - Update to 0.32 2007-02-25 01:11:47 +00:00
Andrew Pantyukhin
1a4d47bb32 Add port net-p2p/bitflu:
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 <adrian@blinkenlights.ch>
2007-01-28 16:06:02 +00:00