Port details |
- azureus A BitTorrent client written in Java
- 2.3.0.6_1 net
=11 2.3.0.6_1Version of this port present on the latest quarterly branch.
- Maintainer: lioux@FreeBSD.org
- Port Added: 2004-10-24 01:20:32
- Last Update: 2006-01-30 21:36:28
- SVN Revision: UNKNOWN
- People watching this port, also watch:: firefox, mplayer
- Also Listed In: java
- License: not specified in port
- WWW:
- http://azureus.sourceforge.net/
- Description:
- Azureus is a java bittorrent client. Azureus offers multiple
torrent downloads, queuing/priority systems (on torrents and
files), start/stop seeding options and instant access to
numerous pieces of information about your torrents. Azureus
now features an embedded tracker easily setup and ready to use.
WWW: http://azureus.sourceforge.net/
-
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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: azureus
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386
- 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:
-
- log4j.jar : devel/log4j
- commons-cli.jar : java/jakarta-commons-cli
- junit.jar : java/junit
- swt.jar : x11-toolkits/swt31
- seda.jar : net/seda
- java : java/jdk14
- ant : devel/apache-ant
- Runtime dependencies:
-
- swt.jar : x11-toolkits/swt31
- java : java/jdk14
- 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 ) |
2.3.0.6_1 04 Jan 2006 23:24:28 |
edwin |
[PATCH] net/azureus: fix build
Fix location of installed junit.jar
Now the build fails when trying to install already installed
java/junit. With the patch my TinderFoxy builds w/o error
(tested on 4 and 7).
PR: ports/91323
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@gmail.com> |
2.3.0.6_1 04 Jan 2006 15:09:23 |
erwin |
Also fix the swt31 dependency from java to x11-toolkits in RUN_DEPENDS
Submitted by: Ion-Mihai Tetcu |
2.3.0.6_1 04 Jan 2006 13:28:50 |
erwin |
swt31 is in x11-toolkits, not java.
This should fix INDEX builds.
Submitted by: Panagiotis Astithas past at ebs.gr |
2.3.0.6_1 04 Jan 2006 11:35:29 |
lioux |
o No longer depend on swt libraries from eclipse; thus, removing
the assorted hacks.
o Depend on new port java/swt31 instead.
o Bump PORTREVISION |
2.3.0.6 09 Dec 2005 17:14:29 |
lioux |
Update to 2.3.0.6
PR: 90131
Submitted by: Robert C. Noland III <rnoland@2hip.net> |
2.3.0.4_5 11 Nov 2005 06:06:17 |
lioux |
Add SHA256 checksum |
2.3.0.4_5 07 Nov 2005 01:43:00 |
lioux |
o Forced commit message to fix previous commit messag2, check item
number 2:
1) Depend on jdk 1.4 instead of 1.5 since there have been too many
problem reports. jdk 1.4 is known to work despite the urges from
developers to use 1.5.
2) Rollback both files/build.xml and Makefile to versions consistent
with dependency on jdk 1.4 |
2.3.0.4_5 07 Nov 2005 01:36:49 |
lioux |
o Depend on jdk 1.4 instead of 1.5 since there have been too many
reports of problems. jdk 1.4 is known to work despite the urges
from developers to use 1.5.
o Rollback files/build.xml and Makefile to version in consistent
with dependency on jdk 1.5 |
2.3.0.4_4 06 Nov 2005 05:26:08 |
lioux |
Set JAVA_{EXTRACT,BUILD,RUN} appropriatly
Suggested by: lawrence |
2.3.0.4_4 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
2.3.0.4_3 02 Nov 2005 04:18:35 |
lioux |
o Make it possible to build against jdk 1.5 by adding javac option
memoryMaximumSize="80m"
o Switch from jdk 1.4 to 1.5 which is recomended by azureus developers
[1]
Requested by: too many [1] |
2.3.0.4_2 12 Oct 2005 21:14:55 |
lioux |
EXTRACT_DEPENDS on java/eclipse since it has to be available at
post-extract time
Submitted by: hq |
2.3.0.4_2 12 Oct 2005 13:45:19 |
lioux |
o Fix java/eclipse dependencies due to recent update of eclipse to
version 3.1.1 [1]
o Bump PORTREVISION to force dependency fix
Pointy hat to: freebsd-eclipse@FreeBSD.org ;D |
2.3.0.4_1 05 Oct 2005 18:18:56 |
lioux |
Small protection layer in case the ports system is not completely
available on the target system but the dependencies are (read
java/eclipse). |
2.3.0.4_1 18 Sep 2005 19:52:09 |
lioux |
o Fix PLIST
o Bump PORTREVISION |
2.3.0.4 10 Sep 2005 00:13:20 |
lioux |
Update to 2.3.0.4:
- Unpack some shared libraries from eclipse's jars
- Depend on jdk 1.4 which may result on a memory leak due to the
usage of jnio API. jdk 1.5 should fix this issue but our current
version does not work with azureus 2.3.0.x series
Reviewed by: freebsd-ports (silence) |
2.2.0.2_6 31 Aug 2005 03:18:36 |
kris |
BROKEN: Broken dependency |
2.2.0.2_6 10 Apr 2005 21:06:41 |
lioux |
o azureus uses kio API which memory leaks under jdk 1.4 but the issue
has been "resolved" in 1.5. Furthermore, it's been stated that
is a known problem within 1.4 that will not be fixed.
o Therefore, to mitigate memory leaking issues with azureus (around
300 megabytes), depend on jdk 1.5+ instead of 1.4+.
o Bump PORTEVISION to force updates |
2.2.0.2_5 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
2.2.0.2_4 20 Jan 2005 12:02:43 |
lioux |
o USE_JIKES=no because jikes breaks thee build
o Have restart script use sh instead of bash (wrong path anyway)
o Bump PORTREVISION |
2.2.0.2_3 14 Jan 2005 17:29:11 |
lioux |
1) FILESDIR/azureus: make sure azureus will save plugin updates
where it should; i.e., HOME/.Azureus/plugins. This will stop azureus
from creating plugins dirs anywhere it is invoked (pwd). Issue
with all versions of azureus including CVS
2) Remove swt-pi.jar eclipse dependency from BUILD_DEPENDS. It is
still listed as RUN_DEPENDS
3) Bump PORTREVISION for [1] |
2.2.0.2_2 13 Jan 2005 22:16:14 |
lioux |
o Build an azureus jar with a native jdk instead of downloading the
jar
o Use a custom made ant build.xml for building. Written with help
from [1]
o Clean up CLASSPATH, we do not need swt-pi-mozilla.jar
o Bump PORTREVISION
Reviewed by: jrandom [1] |
2.2.0.2_1 12 Jan 2005 18:06:11 |
lioux |
o Update to <bsd.java.mk> standard 2.0
- Install jars under JAVAJARDIR
- Make sure that the wrapper scripts runs the correct
JAVA_{VERSION,OS}
o Bump PORTREVISION due to jar location changes |
2.2.0.2 12 Jan 2005 06:11:13 |
lioux |
o Update to latest version 2.2.0.2
o Remove redundant JAVA_BUILD
o Take over maintainership |
2.1.0.4_3 09 Jan 2005 06:10:05 |
glewis |
. Fix packing list.
Submitted by: Jeremy Faulkner <gldisater@gto.net>
Reported by: kris |
2.1.0.4_3 01 Jan 2005 23:50:51 |
kris |
Reset bouncing maintainer address:
<gldisater@gldis.ca>: Host or domain name not found. Name service error for
name=gldis.ca type=MX: Host not found, try again
Approved by: portmgr (self) |
2.1.0.4_3 17 Dec 2004 20:54:50 |
hq |
Fix WWW entry in pkg-descr
PR: 75202
Submitted by: maintainer
Reported by: Manfred N. Riem <mnriem@earthlink.net> |
2.1.0.4_3 22 Nov 2004 00:17:34 |
hq |
Fix a bug in the azureus startup script installed by the port: the regex used
to determine the ECLIPSE_SWT might have more matches than intended (e.g.
org.eclipse.sdk.examples_3.0.0).
PR: 74200
Submitted by: maintainer
Reported by: Mark Evenson <evenson@panix.com> |
2.1.0.4_2 15 Nov 2004 03:17:17 |
hq |
Fix a GUI display error by telling the application the operating system it is
run on.
PR: 73854
Submitted by: maintainer |
2.1.0.4_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. |
2.1.0.4 24 Oct 2004 01:08:00 |
hq |
Azureus is a java bittorrent client. Azureus offers multiple
torrent downloads, queuing/priority systems (on torrents and
files), start/stop seeding options and instant access to
numerous pieces of information about your torrents. Azureus
now features an embedded tracker easily setup and ready to use.
WWW: http://azureus.sourceforge.com/
PR: 72682
Submitted by: Jeremy Faulkner <gldisater@gldis.ca>
Reviewed by: glewis |