summaryrefslogtreecommitdiff
path: root/net-p2p/vuze/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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]
* 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]
* 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
* 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>
* 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
* 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