Bug 144725 - [NEW PORT] sysutils/gaffitter: A bin packing utility that uses a genetic algorithm
Summary: [NEW PORT] sysutils/gaffitter: A bin packing utility that uses a genetic algo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-14 03:00 UTC by Charlie Kester
Modified: 2010-03-20 19:40 UTC (History)
0 users

See Also:


Attachments
gaffitter-0.6.0.shar (8.06 KB, text/plain)
2010-03-14 03:00 UTC, Charlie Kester
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Kester 2010-03-14 03:00:17 UTC
	
	Genetic Algorithm File Fitter, GAFFitter for short, is a tool based
	on a genetic algorithm (GA) that tries to fit a collection of items
	into as few as possible volumes of a specific size. 

	For example, the items might be files/directories and the volumes
	might be CDs or DVDs.

	The task of arranging items in such manner that the number of
	required bins is minimized is called Bin Packing, a NP-hard
	combinatorial problem for which no deterministic polynomial-time
	algorithm is known. Using heuristics, such as GAs, it is usually
	possible to approximate -- and often reach -- the best solution for
	the problem within a reasonable time.

	WWW: http://gaffitter.sourceforge.net
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-03-14 08:49:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-03-20 19:36:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-20 19:36:57 UTC
miwi        2010-03-20 19:36:43 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/gaffitter   Makefile distinfo pkg-descr 
    sysutils/gaffitter/files gaffitter.1 
  Log:
  Genetic Algorithm File Fitter, GAFFitter for short, is a tool based
  on a genetic algorithm (GA) that tries to fit a collection of items
  into as few as possible volumes of a specific size.
  
  For example, the items might be files/directories and the volumes
  might be CDs or DVDs.
  
  The task of arranging items in such manner that the number of
  required bins is minimized is called Bin Packing, a NP-hard
  combinatorial problem for which no deterministic polynomial-time
  algorithm is known. Using heuristics, such as GAs, it is usually
  possible to approximate -- and often reach -- the best solution for
  the problem within a reasonable time.
  
  WWW: http://gaffitter.sourceforge.net
  
  PR:             ports/144725
  Submitted by:   Charlie Kester <corky1951@comcast.net>
  
  Revision  Changes    Path
  1.1171    +1 -0      ports/sysutils/Makefile
  1.1       +31 -0     ports/sysutils/gaffitter/Makefile (new)
  1.1       +3 -0      ports/sysutils/gaffitter/distinfo (new)
  1.1       +190 -0    ports/sysutils/gaffitter/files/gaffitter.1 (new)
  1.1       +15 -0     ports/sysutils/gaffitter/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"