diff options
Diffstat (limited to 'devel/p5-Algorithm-Binpack')
-rw-r--r-- | devel/p5-Algorithm-Binpack/Makefile | 16 | ||||
-rw-r--r-- | devel/p5-Algorithm-Binpack/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-Binpack/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Algorithm-Binpack/pkg-plist | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Binpack/Makefile b/devel/p5-Algorithm-Binpack/Makefile new file mode 100644 index 000000000000..2dc494d48279 --- /dev/null +++ b/devel/p5-Algorithm-Binpack/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= Algorithm-BinPack +PORTVERSION= 0.5 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wblock@FreeBSD.org +COMMENT= Efficiently pack items into bins + +PERL_CONFIGURE= yes + +MAN3= Algorithm::BinPack.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Binpack/distinfo b/devel/p5-Algorithm-Binpack/distinfo new file mode 100644 index 000000000000..68e1cbee58bd --- /dev/null +++ b/devel/p5-Algorithm-Binpack/distinfo @@ -0,0 +1,2 @@ +SHA256 (Algorithm-BinPack-0.5.tar.gz) = ed5e4b4f5375a4ff1721fad6a11488748f70efc60afabd7682500ada7efad48a +SIZE (Algorithm-BinPack-0.5.tar.gz) = 4431 diff --git a/devel/p5-Algorithm-Binpack/pkg-descr b/devel/p5-Algorithm-Binpack/pkg-descr new file mode 100644 index 000000000000..4705bd336459 --- /dev/null +++ b/devel/p5-Algorithm-Binpack/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/Algorithm-BinPack/ diff --git a/devel/p5-Algorithm-Binpack/pkg-plist b/devel/p5-Algorithm-Binpack/pkg-plist new file mode 100644 index 000000000000..ac688573d97d --- /dev/null +++ b/devel/p5-Algorithm-Binpack/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack/.packlist +%%SITE_PERL%%/Algorithm/BinPack.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm +@dirrmtry %%SITE_PERL%%/Algorithm |