Port details |
- py-bittorrent A peer-to-peer tool for distributing files written in Python
- 4.2.2,1 net
=29 4.2.2,1Version of this port present on the latest quarterly branch.
- Maintainer: lioux@FreeBSD.org
- Port Added: 2003-04-05 05:57:14
- Last Update: 2006-01-30 21:36:28
- SVN Revision: UNKNOWN
- People watching this port, also watch:: python, nmap, libiconv, unzip
- Also Listed In: python
- License: not specified in port
- WWW:
- http://www.bittorrent.com/
- Description:
- [ excerpt from distribution's README.txt ]
BitTorrent is a tool for distributing files. It's extremely easy
to use - downloads are started by clicking on hyperlinks. Whenever
more than one person is downloading at once they send pieces of the
file(s) to each other, thus relieving the central server's bandwidth
burden. Even with many simultaneous downloads, the upload burden
on the central server remains quite small, since each new downloader
introduces new upload capacity.
WWW: http://www.bittorrent.com/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- py24-BitTorrent>0:net/py-bittorrent
- No installation instructions:
- This port has been deleted.
- PKGNAME: py24-BitTorrent
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python : lang/python
- Runtime dependencies:
-
- __init__.py : dns/py-dnspython
- __init__.py : security/py-pycrypto
- python : lang/python
- __init__.py : devel/py-twistedCore
- pygtk.py : x11-toolkits/py-gtk2
- _psyco.so : devel/py-psyco
- Library dependencies:
-
- intl : devel/gettext
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
30 Jan 2006 21:36:28 |
pav |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc (Only the first 15 lines of the commit message are shown above ) |
4.2.2,1 22 Jan 2006 06:28:59 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
4.2.2,1 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
4.2.2,1 26 Dec 2005 13:23:51 |
lioux |
Update to 4.2.2 |
4.2.1,1 08 Dec 2005 17:27:33 |
lioux |
Update to 4.2.1 |
4.0.4_1,1 11 Nov 2005 06:06:17 |
lioux |
Add SHA256 checksum |
4.0.4_1,1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
4.0.4,1 13 Oct 2005 06:38:46 |
linimon |
Pacify distfile survey by following redirects on URLs.
Source: distfile survey |
4.0.4,1 28 Aug 2005 18:13:38 |
lioux |
Update to 4.0.4 |
4.0.3,1 16 Jul 2005 21:27:43 |
lioux |
Update to 4.0.3 |
4.0.2,1 30 May 2005 03:30:11 |
lioux |
Uphold NOPORTDOCS: do not define PORTDOCS |
4.0.2,1 30 May 2005 03:27:00 |
lioux |
Update to 4.0.2 |
4.0.1,1 02 Apr 2005 20:01:30 |
lioux |
Update to 4.0.1 |
4.0.0_1,1 01 Apr 2005 22:39:38 |
lioux |
o Remove BROKEN status by fixing the PLIST when WITHOUT_GUI is not
defined
o Bump PORTREVISION due to PLIST change
Submitted by: kris by means of pointyhat
Approved by: portmgr (marcus) |
4.0.0,1 26 Mar 2005 20:49:20 |
kris |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self) |
4.0.0,1 12 Mar 2005 23:19:08 |
lioux |
o Update to 4.0 which supports new protocol standards
o The GUI interface now depends on x11-toolkits/py-gtk2 instead of
x11-toolkits/py-wxPython |
3.4.2_5,1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
3.4.2_4,1 24 Dec 2004 11:27:38 |
lioux |
o devel/py-psyco only works under i386. Therefore, define
WITHOUT_PSYCO=yes if ${ARCH} != "i386"
o No PORTREVISION bump necessary since the dependency just wouldn't
work outside of i386
Reminded by: perky
cVS: ---------------------------------------------------------------------- |
3.4.2_4,1 24 Dec 2004 09:30:47 |
lioux |
Forced commit to correct commit message: Bumped PORTREVISION |
3.4.2_4,1 24 Dec 2004 09:29:37 |
lioux |
o Add FreeBSD ports specific patch: support devel/py-psyco per default
for performance reasons
o Use WITHOUT_PSYCO to disable the support
o Idea borrowed from net/py-bittornado CVS: http://www.bittornado.com/
Obtained from: BitTornado |
3.4.2_3,1 10 Dec 2004 18:51:16 |
lioux |
o A better fix for the python 2.4 issue: there are still some minor
adjustments required but the port is quite useable again
o Bump PORTREVISION
PR: 74883
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
Reviewed by: Randy Pratt <rpratt1950@earthlink.net> |
3.4.2_2,1 08 Dec 2004 19:19:29 |
lioux |
o Fix issue with python 2.4. Fix with small changes from Hoffman
obtained from BitTornado forum
http://forums.degreez.net/viewtopic.php?t=3581&sid=2428d7d8dff1871f7fb2118548bdc86c
o Bump PORTREVISION to force update
o Remove BROKEN |
3.4.2_1,1 08 Dec 2004 15:12:40 |
lioux |
Mark BROKEN since it "does not work with python 2.4" |
3.4.2_1 15 Nov 2004 15:24:10 |
lioux |
o Chase latest CVS version
- Add {show_infopage,infopage_redirect,scrape_allowed}
options to tracker
- Try to resolve IPs when possible
o Bump PORTREVISION
o Update WWW tag in DESCR |
3.4.2_1,1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
3.4.2,1 05 Jun 2004 12:57:16 |
pav |
- Extend CONFLICTS to cover newly added btqueue port |
3.4.2,1 26 May 2004 18:49:01 |
pav |
- Extend CONFLICTS
PR: ports/67229
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
3.4.2,1 08 Apr 2004 15:12:44 |
lioux |
Update to 3.4.2 |
3.4.1_1,1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
3.4.1,1 14 Mar 2004 18:36:06 |
krion |
- Restore PORTEPOCH
Pointy hat to: lioux |
3.4.1 13 Mar 2004 10:49:08 |
lioux |
Update to 3.4.1
Prompted by: Jeremy Messenger <mezz7@cox.net> |
3.3,1 10 Mar 2004 01:19:24 |
lioux |
o Rollback to version 3.3: version 3.4 is reported as buggy
o Bump PORTEPOCH |
3.4 08 Mar 2004 22:55:20 |
lioux |
o Update to 3.4
- Client no longer complains of connection to tracker
problems when transfers are still working
- Lots of bandwidth savings
- Lots of bug fixes |
3.3_1 01 Mar 2004 04:15:53 |
lioux |
Add CONFLICTS handling |
3.3_1 29 Feb 2004 14:20:45 |
lioux |
Use a PYTHON_LIBDIR PLIST_SUB instead of a hard coded path |
3.3_1 08 Feb 2004 01:14:05 |
lioux |
USE_SIZEify |
3.3_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
3.3 22 Oct 2003 21:27:49 |
marcus |
Make this port accept a slave. |
3.3 27 Sep 2003 17:59:59 |
lioux |
Update to 3.3 |
3.2.1.b 05 Apr 2003 05:56:44 |
lioux |
New port BitTorrent version 3.2.1b: A peer-to-peer tool for
distributing files written in Python |