summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Binpack
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-14 12:10:40 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-14 12:10:40 +0000
commit4270e050e47ec79a0cf00d1c8be7297ec1f6af97 (patch)
tree7d7c04803a79d6bfbc886a32e6e49de159a643dd /devel/p5-Algorithm-Binpack
parentRemove superfluous setting of rc_flags, and remove single (diff)
Move the perl port to where it belongs.
No MOVED entry cause its new. Hand maintianer to wblock per request Pointyhat to: eadler Feature safe: yes
Notes
Notes: svn path=/head/; revision=305870
Diffstat (limited to 'devel/p5-Algorithm-Binpack')
-rw-r--r--devel/p5-Algorithm-Binpack/Makefile16
-rw-r--r--devel/p5-Algorithm-Binpack/distinfo2
-rw-r--r--devel/p5-Algorithm-Binpack/pkg-descr6
-rw-r--r--devel/p5-Algorithm-Binpack/pkg-plist5
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