aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/azureus/files
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the updated swt and swt-devel portsErwin Lansing2007-01-042-187/+1
| | | | | | | | | PR: 106227 Submitted by: "Robert C. Noland III" <rnoland@2hip.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=181432
* Update to 2.5.0.0Mario Sergio Fujikawa Ferreira2006-09-242-23/+153
| | | | | | | | PR: 103590 Submitted by: Rainer Alves <rainer.alves@gmail.com> Notes: svn path=/head/; revision=173753
* o Update to 2.4.0.2 following required update of x11-toolkits/swt31Mario Sergio Fujikawa Ferreira2006-03-201-0/+76
| | | | | | | | | | | | | to 3.1.1 o This version works with jdk version >= 1.4 instead of only 1.4 o Add PKGMESSAGE instructing that x11-toolkits/swt31 should be of version 3.1.1 or later. PR: 94607 Submitted by: Mikhail T. <mi@aldan.algebra.com> Notes: svn path=/head/; revision=157709
* o Pacify portlint(1) by cleaning up BUILD_DEPENDSMario Sergio Fujikawa Ferreira2006-02-192-1/+18
| | | | | | | | | | | o This port now both builds and runs on amd64 arch as reported by others (I do not own hardware to verify that) PR: 92210 Submitted by: mi Notes: svn path=/head/; revision=156372
* o No longer depend on swt libraries from eclipse; thus, removingMario Sergio Fujikawa Ferreira2006-01-041-2/+2
| | | | | | | | | the assorted hacks. o Depend on new port java/swt31 instead. o Bump PORTREVISION Notes: svn path=/head/; revision=152724
* o Depend on jdk 1.4 instead of 1.5 since there have been too manyMario Sergio Fujikawa Ferreira2005-11-071-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=147476
* o Make it possible to build against jdk 1.5 by adding javac optionMario Sergio Fujikawa Ferreira2005-11-021-1/+1
| | | | | | | | | | | memoryMaximumSize="80m" o Switch from jdk 1.4 to 1.5 which is recomended by azureus developers [1] Requested by: too many [1] Notes: svn path=/head/; revision=146992
* Update to 2.3.0.4:Mario Sergio Fujikawa Ferreira2005-09-102-6/+8
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=142326
* 1) FILESDIR/azureus: make sure azureus will save plugin updatesMario Sergio Fujikawa Ferreira2005-01-141-1/+1
| | | | | | | | | | | | 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] Notes: svn path=/head/; revision=126441
* o Build an azureus jar with a native jdk instead of downloading theMario Sergio Fujikawa Ferreira2005-01-132-1/+47
| | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=126361
* o Update to <bsd.java.mk> standard 2.0Mario Sergio Fujikawa Ferreira2005-01-121-2/+9
| | | | | | | | | | - Install jars under JAVAJARDIR - Make sure that the wrapper scripts runs the correct JAVA_{VERSION,OS} o Bump PORTREVISION due to jar location changes Notes: svn path=/head/; revision=126244
* Fix a bug in the azureus startup script installed by the port: the regex usedHerve Quiroz2004-11-221-1/+1
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=122111
* Fix a GUI display error by telling the application the operating system it isHerve Quiroz2004-11-151-1/+1
| | | | | | | | | | run on. PR: 73854 Submitted by: maintainer Notes: svn path=/head/; revision=121631
* Azureus is a java bittorrent client. Azureus offers multipleHerve Quiroz2004-10-241-0/+23
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 Notes: svn path=/head/; revision=120048