gaffitter 0.6.0-1 source package in Ubuntu

Changelog

gaffitter (0.6.0-1) unstable; urgency=low

  * New upstream release
  * debian/control
   + Update standards-version to 3.8.3 (no changes).
  * debian/patches
   + Modified 01_Makefile.patch, DESTDIR is now in upstream's Makefile. 
  * debian/docs
   + README.pt_BR no longer exists.
  * debian/manpages
   + Few adjustments to match the new behaviour.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 05:59:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Nacho Barrientos Arias
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe utils

Downloads

File Size SHA-256 Checksum
gaffitter_0.6.0.orig.tar.gz 50.0 KiB 3e96c17b831b12c3cfb2b4f8c181dec391e229ee68e39185d60046e09a65d27e
gaffitter_0.6.0-1.diff.gz 4.4 KiB 656c09d8e6d51cef94e2e4cce974dbd50c780f892fe94bd67f84eb46395346c8
gaffitter_0.6.0-1.dsc 1014 bytes 8e1e077cd960e8b9e8dc2ee043930be8552e2e8c28ec0513c388c5a9eaac39d8

Available diffs

View changes file

Binary packages built by this source

gaffitter: File subsets extractor based on genetic algorithms

 Genetic Algorithm File Fitter (gaffitter) is a command-line software
 written in C++ that extracts --via genetic algorithm-- subsets of an
 input list of files/directories that best fit the given volume size
 (target), such as CD, DVD and others.
 .
 gaffitter provides an intelligent manner (thanks to Genetic Algorithm)
 to minimize the error between the desired target size and the selected
 candidates of files/directories. Gaffitter highlights:
 .
   * Uses a global meta-heuristic (Genetic Algorithm search).
   * The command-line interface provides high integration (via pipe) with
     other tools, i.e. works as a "filter".
   * Allow the user to enter 'size identifier' pairs directly instead
     of file/dir names.
   * Pretty configurable. gaffitter have many input parameters to
     control/adjust its behavior (including GA params).