Cameron Dale's Unofficial Ubuntu Repository

Below is a listing of all the files available in my repository, grouped by distribution. I try to keep the distribution's updated so that packages are removed once they get added to the ubuntu archive.

You can install any of the packages below by clicking on the "binary for arch ..." link to download the package, then install it by running (as root) "dpkg -i <downloaded-file>".

The source for all the packages is available by clicking on the "Source dir" link, and then downloading the source files (.tar.gz, .dsc, and .diff.gz).

Alternatively, you can add some or all of the following lines to your /etc/apt/sources.list file:

deb http://ubuntu.camrdale.org/ feisty main restricted
deb-src http://ubuntu.camrdale.org/ feisty main restricted

and then do an "apt-get update", followed by an "apt-get install <package>" (or, better yet, run aptitude).

The GPG key for the repository is available here. You can install it directly by:

wget -q http://ubuntu.camrdale.org/key.gpg -O- | sudo apt-key add - && sudo apt-get update

Packages in Intrepid

torrentflux (2.4-1) - web based, feature-rich BitTorrent download manager
Binary for arch all (439.2 KB) | Source dir

TorrentFlux is a PHP based BitTorrent controller that runs on a web server. It can manage all of your BitTorrent downloads from anywhere through a convenient and easy-to-use web interface.

TorrentFlux uses a MySQL database to manage the downloads. This database may be automatically created and maintained for you (if you want), but that requires the recommended mysql-client package. If you do not have a remote database server to access, you will also need the recommended mysql-server package. (If you're not sure, then you probably need both.)

TorrentFlux enables you to run BitTorrent downloads unattended on a monitor-less or remote server 24 hours a day, while still maintaining complete control from any web browser. Now you can control your downloading on your firewall, or keep up with downloads while on vacation. It uses the BitTornado client to download files, and also requires a web server with PHP.

Some of the many features: * Upload Torrents via URL or File Upload * Start, Stop, and Delete Torrents with ease * Advanced Torrent start options (ports, speeds, etc.) * Multi-user interface * RSS Feeds, download Torrents files with a click * Run several torrents at once * View Download Progress of all torrents at a glance * View drive space at a glance * View Torrent file meta information * Built-in User management and Security * Private Messaging * Themes (selectable per user) * Upload History * Detailed User Administration * Admin Searchable Logs * Torrent Search (many popular sites) * Language Support * Make your own torrents * Add torrents to a download Queue * NFO / Text viewer

For a description of BitTorrent, see the bittornado package.

Packages in Hardy

apt-p2p (0.1.2hardy1) - apt helper for peer-to-peer downloads of Debian packages
Binary for arch all (102.7 KB) | Source dir

Apt-P2P is a helper for downloading Debian packages files with APT. It will download any needed files from other Apt-P2P peers in a peer-to-peer manner, and so reduce the strain on the Debian mirrors.

The Apt-P2P daemon runs automatically on startup and listens for requests from APT for files, as well as maintaining membership in a Distributed Hash Table (DHT). For any files which have a hash available (most files), peers that have the file are looked for in the DHT. The file can then be downloaded from them, using the uploading bandwidth of other peers while reducing the demand on the Debian mirror network. However, if a package can not be found on any peers, Apt-P2P will fall back to downloading from a mirror to ensure all packages are downloaded. Once downloaded, the file is hash checked and added to the DHT so that other peers can download it without the mirror.

The configuration is very simple, and only involves prepending 'localhost' and the port to your current sources.list lines (similar to other apt-proxy-like software).

torrentflux (2.4-1) - web based, feature-rich BitTorrent download manager
Binary for arch all (439.2 KB) | Source dir

TorrentFlux is a PHP based BitTorrent controller that runs on a web server. It can manage all of your BitTorrent downloads from anywhere through a convenient and easy-to-use web interface.

TorrentFlux uses a MySQL database to manage the downloads. This database may be automatically created and maintained for you (if you want), but that requires the recommended mysql-client package. If you do not have a remote database server to access, you will also need the recommended mysql-server package. (If you're not sure, then you probably need both.)

TorrentFlux enables you to run BitTorrent downloads unattended on a monitor-less or remote server 24 hours a day, while still maintaining complete control from any web browser. Now you can control your downloading on your firewall, or keep up with downloads while on vacation. It uses the BitTornado client to download files, and also requires a web server with PHP.

Some of the many features: * Upload Torrents via URL or File Upload * Start, Stop, and Delete Torrents with ease * Advanced Torrent start options (ports, speeds, etc.) * Multi-user interface * RSS Feeds, download Torrents files with a click * Run several torrents at once * View Download Progress of all torrents at a glance * View drive space at a glance * View Torrent file meta information * Built-in User management and Security * Private Messaging * Themes (selectable per user) * Upload History * Detailed User Administration * Admin Searchable Logs * Torrent Search (many popular sites) * Language Support * Make your own torrents * Add torrents to a download Queue * NFO / Text viewer

For a description of BitTorrent, see the bittornado package.

Packages in Gutsy

apt-p2p (0.1.2gutsy1) - apt helper for peer-to-peer downloads of Debian packages
Binary for arch all (102.7 KB) | Source dir

Apt-P2P is a helper for downloading Debian packages files with APT. It will download any needed files from other Apt-P2P peers in a peer-to-peer manner, and so reduce the strain on the Debian mirrors.

The Apt-P2P daemon runs automatically on startup and listens for requests from APT for files, as well as maintaining membership in a Distributed Hash Table (DHT). For any files which have a hash available (most files), peers that have the file are looked for in the DHT. The file can then be downloaded from them, using the uploading bandwidth of other peers while reducing the demand on the Debian mirror network. However, if a package can not be found on any peers, Apt-P2P will fall back to downloading from a mirror to ensure all packages are downloaded. Once downloaded, the file is hash checked and added to the DHT so that other peers can download it without the mirror.

The configuration is very simple, and only involves prepending 'localhost' and the port to your current sources.list lines (similar to other apt-proxy-like software).

Homepage: http://www.camrdale.org/apt-p2p.html

bittornado (0.3.18-5) - bittorrent client with enhanced curses interface
Binary for arch all (156.6 KB) | Source dir

bittorrent is a tool for distributing files. Whenever more than one person is downloading at once they send pieces of the file(s) to each other, thus relieving the central server's bandwidth burden. Even with many simultaneous downloads, the upload burden on the central server remains quite small, since each new downloader introduces new upload capacity.

BitTornado is the next generation bittorrent client built on the original BitTorrent. This client features an enhanced console/curses mode, lots of new features under the hood, and is generally one of the most advanced clients out there. Get this if you need to limit your bandwidth, or you want more control of your torrents. It does everything the original bittorrent does, plus more...

This package only contains the curses interfaces, install the package bittornado-gui to get the GUI components

Homepage: http://bittornado.com

bittornado-gui (0.3.18-5) - bittorrent client with enhanced GUI interface
Binary for arch all (39.3 KB) | Source dir

bittorrent is a tool for distributing files. It's extremely easy to use - downloads are started by clicking on hyperlinks. Whenever more than one person is downloading at once they send pieces of the file(s) to each other, thus relieving the central server's bandwidth burden. Even with many simultaneous downloads, the upload burden on the central server remains quite small, since each new downloader introduces new upload capacity.

BitTornado is the next generation bittorrent client built on the original BitTorrent. This client features an enhanced GUI, lots of new features under the hood, and is generally one of the most advanced clients out there. Get this if you need to limit your bandwidth, or you want more control of your torrents. It does everything the original bittorrent does, plus more...

debtorrent (0.1.4.2) - bittorrent proxy for downloading Debian packages
Binary for arch all (201.9 KB) | Source dir

DebTorrent is a proxy for downloading Debian packages files with APT. It will download any needed packages from other DebTorrent peers in a bittorrent-like manner, and so reduce the strain on the Debian mirrors.

The DebTorrent client runs as a daemon, automatically started on bootup, and listens for requests from APT for files. Any non-package files are downloaded and served to APT similarly to other proxying software (e.g. apt-proxy, apt-cacher, and approx). The configuration is very simple, and only involves prepending a server and port to your current sources.list files (similar to apt-cacher).

When downloading package files, the DebTorrent client will try to use any other DebTorrent clients it can find to download from. This will use the uploading bandwidth of other peers, while reducing the demand on the Debian mirror network. However, if a package cannot be found on any peers, DebTorrent will fall back to downloading from a mirror to ensure all packages are downloaded.

Homepage: http://debtorrent.alioth.debian.org/

torrentflux (2.4-1) - web based, feature-rich BitTorrent download manager
Binary for arch all (439.2 KB) | Source dir

TorrentFlux is a PHP based BitTorrent controller that runs on a web server. It can manage all of your BitTorrent downloads from anywhere through a convenient and easy-to-use web interface.

TorrentFlux uses a MySQL database to manage the downloads. This database may be automatically created and maintained for you (if you want), but that requires the recommended mysql-client package. If you do not have a remote database server to access, you will also need the recommended mysql-server package. (If you're not sure, then you probably need both.)

TorrentFlux enables you to run BitTorrent downloads unattended on a monitor-less or remote server 24 hours a day, while still maintaining complete control from any web browser. Now you can control your downloading on your firewall, or keep up with downloads while on vacation. It uses the BitTornado client to download files, and also requires a web server with PHP.

Some of the many features: * Upload Torrents via URL or File Upload * Start, Stop, and Delete Torrents with ease * Advanced Torrent start options (ports, speeds, etc.) * Multi-user interface * RSS Feeds, download Torrents files with a click * Run several torrents at once * View Download Progress of all torrents at a glance * View drive space at a glance * View Torrent file meta information * Built-in User management and Security * Private Messaging * Themes (selectable per user) * Upload History * Detailed User Administration * Admin Searchable Logs * Torrent Search (many popular sites) * Language Support * Make your own torrents * Add torrents to a download Queue * NFO / Text viewer

For a description of BitTorrent, see the bittornado package.

Packages in Feisty

bittornado (0.3.18-4) - bittorrent client with enhanced curses interface
Binary for arch all (156.5 KB) | Source dir

bittorrent is a tool for distributing files. Whenever more than one person is downloading at once they send pieces of the file(s) to each other, thus relieving the central server's bandwidth burden. Even with many simultaneous downloads, the upload burden on the central server remains quite small, since each new downloader introduces new upload capacity.

BitTornado is the next generation bittorrent client built on the original BitTorrent. This client features an enhanced console/curses mode, lots of new features under the hood, and is generally one of the most advanced clients out there. Get this if you need to limit your bandwidth, or you want more control of your torrents. It does everything the original bittorrent does, plus more...

This package only contains the curses interfaces, install the package bittornado-gui to get the GUI components

Homepage: http://bittornado.com

bittornado-gui (0.3.18-4) - bittorrent client with enhanced GUI interface
Binary for arch all (39.2 KB) | Source dir

bittorrent is a tool for distributing files. It's extremely easy to use - downloads are started by clicking on hyperlinks. Whenever more than one person is downloading at once they send pieces of the file(s) to each other, thus relieving the central server's bandwidth burden. Even with many simultaneous downloads, the upload burden on the central server remains quite small, since each new downloader introduces new upload capacity.

BitTornado is the next generation bittorrent client built on the original BitTorrent. This client features an enhanced GUI, lots of new features under the hood, and is generally one of the most advanced clients out there. Get this if you need to limit your bandwidth, or you want more control of your torrents. It does everything the original bittorrent does, plus more...

debtorrent (0.1.4.2) - bittorrent proxy for downloading Debian packages
Binary for arch all (201.9 KB) | Source dir

DebTorrent is a proxy for downloading Debian packages files with APT. It will download any needed packages from other DebTorrent peers in a bittorrent-like manner, and so reduce the strain on the Debian mirrors.

The DebTorrent client runs as a daemon, automatically started on bootup, and listens for requests from APT for files. Any non-package files are downloaded and served to APT similarly to other proxying software (e.g. apt-proxy, apt-cacher, and approx). The configuration is very simple, and only involves prepending a server and port to your current sources.list files (similar to apt-cacher).

When downloading package files, the DebTorrent client will try to use any other DebTorrent clients it can find to download from. This will use the uploading bandwidth of other peers, while reducing the demand on the Debian mirror network. However, if a package cannot be found on any peers, DebTorrent will fall back to downloading from a mirror to ensure all packages are downloaded.

Homepage: http://debtorrent.alioth.debian.org/

torrentflux (2.3-2) - web based, feature-rich BitTorrent download manager
Binary for arch all (442.2 KB) | Source dir

TorrentFlux is a PHP based BitTorrent controller that runs on a web server. It can manage all of your BitTorrent downloads from anywhere through a convenient and easy-to-use web interface.

TorrentFlux enables you to run BitTorrent downloads unattended on a monitor-less or remote server 24 hours a day, while still maintaining complete control from any web browser. Now you can control your downloading on your firewall, or keep up with downloads while on vacation. It uses the BitTornado client to download files, and also requires a web server with PHP.

Some of the many features: * Upload Torrents via URL or File Upload * Start, Stop, and Delete Torrents with ease * Advanced Torrent start options (ports, speeds, etc.) * Multi-user interface * RSS Feeds, download Torrents files with a click * Run several torrents at once * View Download Progress of all torrents at a glance * View drive space at a glance * View Torrent file meta information * Built-in User management and Security * Private Messaging * Themes (selectable per user) * Upload History * Detailed User Administration * Admin Searchable Logs * Torrent Search (many popular sites) * Language Support * Make your own torrents * Add torrents to a download Queue * NFO / Text viewer

For a description of BitTorrent, see the bittornado package.

Homepage: http://www.torrentflux.com