Commit graph

26 commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
ea49be316b Update to 2.3.0.6
PR:		90131
Submitted by:	Robert C. Noland III <rnoland@2hip.net>
2005-12-09 17:14:29 +00:00
Mario Sergio Fujikawa Ferreira
9a4b87b1c7 Add SHA256 checksum 2005-11-11 06:06:17 +00:00
Mario Sergio Fujikawa Ferreira
264528dc1a 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
2005-11-07 01:36:49 +00:00
Mario Sergio Fujikawa Ferreira
3bdbd12d53 Set JAVA_{EXTRACT,BUILD,RUN} appropriatly
Suggested by:	lawrence
2005-11-06 05:26:49 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Mario Sergio Fujikawa Ferreira
0682de0c5d 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]
2005-11-02 04:18:35 +00:00
Mario Sergio Fujikawa Ferreira
78783d9535 EXTRACT_DEPENDS on java/eclipse since it has to be available at
post-extract time

Submitted by:	hq
2005-10-12 21:14:55 +00:00
Mario Sergio Fujikawa Ferreira
9fa4302ce4 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
2005-10-12 13:45:19 +00:00
Mario Sergio Fujikawa Ferreira
4ba65cef22 Small protection layer in case the ports system is not completely
available on the target system but the dependencies are (read
java/eclipse).
2005-10-05 18:18:56 +00:00
Mario Sergio Fujikawa Ferreira
a06e332d86 o Fix PLIST
o Bump PORTREVISION
2005-09-18 19:52:09 +00:00
Mario Sergio Fujikawa Ferreira
796f1dc3fc 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)
2005-09-10 00:13:20 +00:00
Kris Kennaway
ff63e17b52 BROKEN: Broken dependency 2005-08-31 03:18:36 +00:00
Mario Sergio Fujikawa Ferreira
44afb345fc 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
2005-04-10 21:06:41 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Mario Sergio Fujikawa Ferreira
d50f555ea6 o USE_JIKES=no because jikes breaks thee build
o Have restart script use sh instead of bash (wrong path anyway)
o Bump PORTREVISION
2005-01-20 12:02:43 +00:00
Mario Sergio Fujikawa Ferreira
0c929d8b42 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]
2005-01-14 17:29:11 +00:00
Mario Sergio Fujikawa Ferreira
de36573403 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]
2005-01-13 22:16:14 +00:00
Mario Sergio Fujikawa Ferreira
2e64d1face 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
2005-01-12 18:06:11 +00:00
Mario Sergio Fujikawa Ferreira
0e1d4cca01 o Update to latest version 2.2.0.2
o Remove redundant JAVA_BUILD
o Take over maintainership
2005-01-12 06:11:13 +00:00
Greg Lewis
e388a71ecd . Fix packing list.
Submitted by:	Jeremy Faulkner <gldisater@gto.net>
Reported by:	kris
2005-01-09 06:10:05 +00:00
Kris Kennaway
0da9a75f6d 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)
2005-01-01 23:50:51 +00:00
Herve Quiroz
8cbb4e8f88 Fix WWW entry in pkg-descr
PR:		75202
Submitted by:	maintainer
Reported by:	Manfred N. Riem <mnriem@earthlink.net>
2004-12-17 20:54:50 +00:00
Herve Quiroz
b16e00a0be 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>
2004-11-22 00:17:34 +00:00
Herve Quiroz
f29d81c144 Fix a GUI display error by telling the application the operating system it is
run on.

PR:		73854
Submitted by:	maintainer
2004-11-15 03:17:17 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Herve Quiroz
b483613740 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
2004-10-24 01:08:00 +00:00