Commit graph

12 commits

Author SHA1 Message Date
Baptiste Daroussin
9c526f7217 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
2012-12-10 13:43:43 +00:00
Beat Gaetzi
b177c5ae2b - Replace NOT_FOR_ARCHS with BROKEN as this port is supposed to work on
amd64.

Requested by:	linimon
2012-07-24 08:16:40 +00:00
Beat Gaetzi
b2192226e8 - Add NOT_FOR_ARCHS= amd64 due to build problems on amd64:
[javac] bittyrant/work/BitTyrant/org/gudy/azureus2/ui/swt/views/ \
  IView.java:23: package org.eclipse.swt.widgets does not exist
[javac] import org.eclipse.swt.widgets.Composite;
[javac]                               ^
[javac] bittyrant/work/BitTyrant/org/gudy/azureus2/ui/swt/views/ \
  AbstractIView.java:39: cannot find symbol
[javac] symbol  : class Composite
[javac] location: class org.gudy.azureus2.ui.swt.views.AbstractIView
[javac]   public void initialize(Composite composite){
[javac]                          ^
...
[javac] 100 errors
BUILD FAILED
bittyrant/work/BitTyrant/build.xml:34: Compile failed; see the compiler
error output for details.

Reported by:	pointyhat
2012-07-23 19:59:53 +00:00
Baptiste Daroussin
54e36b7e89 Convert to new options framework 2012-07-20 21:58:27 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Thomas Abthorpe
73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Alejandro Pulver
7852230ff6 BitTyrant is a new, protocol compatible BitTorrent client that is optimized
for fast download performance. BitTyrant is:

* Fast: During evaluation testing on more than 100 real BitTorrent swarms,
  BitTyrant provided an average 70% download performance increase when
  compared to the existing Azureus 2.5 implementation, with some downloads
  finishing more than three times as quickly.

* Fair: BitTorrent was designed with incentives in mind: if a user is
  downloading at 30 KBps, they should upload at 30 KBps. However, due to the
  unique workload properties of many real-world swarms, this is not always
  enforced. BitTyrant is designed to make efficient use of your scarce upload
  bandwidth, rewarding those users whose upload allocations are fair and only
  allocating excess capacity to other users.

* Familiar: BitTyrant is based on modifications to Azureus 2.5, currently the
  most popular BitTorrent client. All of our changes are under the hood.
  You'll find the GUI identical to Azureus, with optional additions to display
  statistics relevant to BitTyrant's operation.
2007-05-03 22:10:43 +00:00