svn commit: r305859 - in head/devel: . binpack

Eitan Adler eadler at freebsd.org
Sun Oct 14 12:11:59 UTC 2012


On 14 October 2012 02:21, Andrej Zverev <az at freebsd.org> wrote:
>
>
> On Sun, Oct 14, 2012 at 7:33 AM, Eitan Adler <eadler at freebsd.org> wrote:
>>
>> Author: eadler
>> Date: Sun Oct 14 03:33:56 2012
>> New Revision: 305859
>> URL: http://svn.freebsd.org/changeset/ports/305859
>>
>> Log:
>>   Algorithm::BinPack efficiently packs items into bins. The bins are given
>>   a maximum size, and items are packed in with as little empty space as
>>   possible. An example use would be backing up files to CD, while
>>   minimizing the number of discs required.
>>
>>   PR:           ports/172681
>>   Submitted by: wblock
>>   Feature safe: yes
>>
>> Added:
>>   head/devel/binpack/
>>   head/devel/binpack/Makefile   (contents, props changed)
>>   head/devel/binpack/distinfo   (contents, props changed)
>>   head/devel/binpack/pkg-descr   (contents, props changed)
>>   head/devel/binpack/pkg-plist   (contents, props changed)
>> Modified:
>>   head/devel/Makefile
>>
>
> Hello, we have a tradition concerning the naming of modules related to Perl.
> Please, rename it to devel/p5-Algorithm-BinPack.

Done, sorry.


-- 
Eitan Adler
Source & Ports committer
X11, Bugmeister, Ports Security teams


More information about the svn-ports-all mailing list