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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
mutella A command line Gnutella client
0.4.5,1 net-p2p Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.4.5,1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No longer under active development
Expired This port expired on: 2010-10-01
Maintainer: gavin.atkinson@ury.york.ac.uk search for ports maintained by this maintainer
Port Added: 2006-01-30 21:41:02
Last Update: 2010-10-01 13:45:47
SVN Revision: UNKNOWN
License: not specified in port
WWW:
http://mutella.sourceforge.net/
Description:
This is a port of Mutella. A command line client for the Gnutella file sharing network. WWW: http://mutella.sourceforge.net/ - Dominic Marks <dominic_marks@btinternet.com>
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • mutella>0:net-p2p/mutella
No installation instructions:
This port has been deleted.
PKGNAME: mutella
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (17 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://biznetnetworks.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  3. http://freefr.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  4. http://heanet.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  5. http://internode.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  6. http://iweb.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  7. http://jaist.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  8. http://kent.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  9. http://nchc.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  10. http://osdn.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  11. http://softlayer.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  12. http://sunet.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  13. http://surfnet.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  14. http://switch.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  15. http://transact.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  16. http://ufpr.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
  17. http://voxel.dl.sourceforge.net/project/mutella/mutella/mutella-0.4.5/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.5,1
01 Oct 2010 13:45:47
Original commit files touched by this commit
garga search for other commits by this committer
Remove expired ports:

2010-10-01 net-mgmt/zabbix16-server: Development has ceased. Please upgrade to
Zabbix 1.8.
2010-10-01 net-mgmt/zabbix16-agent: Development has ceased. Please upgrade to
Zabbix 1.8.
2010-10-01 net-mgmt/zabbix16-frontend: Development has ceased. Please upgrade to
Zabbix 1.8.
2010-10-01 net-mgmt/zabbix16-proxy: Development has ceased. Please upgrade to
Zabbix 1.8.
2010-10-01 net-p2p/mutella: No longer under active development
2010-10-01 www/xpi-hit-a-hint: Development has been ceased and not compatible
with Firefox > 2.
2010-10-01 www/xpi-preferential: Development has been ceased and not compatible
with Firefox > 2.
2010-10-01 www/xpi-statusbarclock: Development has been ceased and not
compatible with Firefox > 2.
0.4.5,1
08 Apr 2010 09:28:38
Original commit files touched by this commit
gavin search for other commits by this committer
Mark mutella as deprecated: the last release was 2004-08-26, so it is safe
to say that this is now abandonware.

Approved by:    itetcu
0.4.5
22 Aug 2009 00:32:25
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
0.4.5,1
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.5,1
02 Jul 2007 16:37:03
Original commit files touched by this commit
pav search for other commits by this committer
- Fix build with gcc42

PR:             ports/112687
Submitted by:   Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> (maintainer)
0.4.5
30 Jan 2006 21:36:28
Original commit files touched by this commit
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 6