notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/azureus/files/azureus

Number of commits found: 9

Monday, 30 Jan 2006
21:36 pav search for other commits by this committer
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
  net/dctc-gui
  net/dctc-gui-qt
  net/edonkey-gui-gtk
  net/edonkey-gui-gtk-urlslave
  net/fcptools
  net/fidelio
  net/freenet
  net/frost
  net/giftcurs
  net/giftoxic
  net/giftui
  net/gift
  net/gift-fasttrack
  net/gift-gnutella
  net/gift-openft
  net/gkrellm-gift
  net/gnewtellium
  net/gnome-btdownload
  net/gnunet
  net/gtkhx
  net/gtk-gnutella
  net/gtorrentviewer
  net/hagelslag
  net/hx
  net/i2p
  net/javadc
  net/kmldonkey
  net/ktorrent
  net/libbt
  net/liberator
  net/libfreenet
  net/libpdtp
  net/libtorrent
  net/limewire
  net/linux-agsatellite
  net/linux-edonkey-core
  net/linux-edonkey-server
  net/linux-jigdo
  net/linux-overnet-core
  net/minder
  net/mldonkey
  net/mldonkey-core
  net/mldonkey-core-devel
  net/mldonkey-devel
  net/mldonkey-gui
  net/mldonkey-gui-devel
  net/mldonkey-perlreactor
  net/mldonkey-sancho
  net/mldonkey-serverspy
  net/mldonkey-urlslave
  net/mutella
  net/mute-net
  net/mute-net-gui
  net/mute-net-text
  net/napshare
  net/nicotine
  net/opendchub
  net/peercast
  net/phex
  net/pyslsk
  net/py-bittornado
  net/py-bittornado-core
  net/py-bittorrent
  net/py-bittorrent-core
  net/py-bittorrent-core-devel
  net/py-bittorrent-devel
  net/py-fngrab
  net/py-kenosis
  net/py-kenosis-bittorrent
  net/py-py2play
  net/p5-pdonkey
  net/qtella
  net/qtorrent
  net/rtorrent
  net/squall
  net/torrentflux
  net/torrentsniff
  net/trackerbt
  net/transmission
  net/valknut
  net/verlihub
  net/verlihub-plugins
  net/xmule
  net/xnap
  misc/ed2k
  misc/edonkey-tool-hash
  misc/linux-edonkey-tool-recovermet

Repocopies by:  marcus
Original commit
Wednesday, 4 Jan 2006
11:35 lioux search for other commits by this committer
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
Original commit
Saturday, 10 Sep 2005
00:13 lioux search for other commits by this committer
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)
Original commit
Friday, 14 Jan 2005
17:29 lioux search for other commits by this committer
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]
Original commit
Thursday, 13 Jan 2005
22:16 lioux search for other commits by this committer
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]
Original commit
Wednesday, 12 Jan 2005
18:06 lioux search for other commits by this committer
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
Original commit
Monday, 22 Nov 2004
00:17 hq search for other commits by this committer
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>
Original commit
Monday, 15 Nov 2004
03:17 hq search for other commits by this committer
Fix a GUI display error by telling the application the operating system it is
run on.

PR:             73854
Submitted by:   maintainer
Original commit
Sunday, 24 Oct 2004
01:08 hq search for other commits by this committer
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
Original commit

Number of commits found: 9