Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 02:13:48 GMT
From:      Warren Block <wblock@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172681: [patch] New port: devel/p5-Algorithm-BinPack
Message-ID:  <201210140213.q9E2DmYG075802@red.freebsd.org>
Resent-Message-ID: <201210140220.q9E2K0XO016722@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172681
>Category:       ports
>Synopsis:       [patch] New port: devel/p5-Algorithm-BinPack
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 14 02:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        9-stable
>Organization:
>Environment:
FreeBSD lightning 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1 r241506: Sat Oct 13 09:20:12 MDT 2012     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  amd64
>Description:
Create a new port for Algorithm::BinPack: http://search.cpan.org/~cbtilden/Algorithm-BinPack-0.5/lib/Algorithm/BinPack.pm
>How-To-Repeat:

>Fix:
shar attached.

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Makefile
#	distinfo
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965'
X# $FreeBSD$
X
XPORTNAME=	Algorithm-BinPack
XPORTVERSION=	0.5
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Efficiently pack items into bins
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Algorithm::BinPack.3
X
X.include <bsd.port.mk>
b67911656ef5d18c4ae36cb6741b7965
echo x - distinfo
sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f'
XSHA256 (Algorithm-BinPack-0.5.tar.gz) = ed5e4b4f5375a4ff1721fad6a11488748f70efc60afabd7682500ada7efad48a
XSIZE (Algorithm-BinPack-0.5.tar.gz) = 4431
57677d168a5ec21bdf22c9501f075a8f
echo x - pkg-descr
sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979'
XAlgorithm::BinPack efficiently packs items into bins. The bins are given
Xa maximum size, and items are packed in with as little empty space as
Xpossible. An example use would be backing up files to CD, while
Xminimizing the number of discs required.
X
XWWW: http://search.cpan.org/dist/Algorithm-BinPack/
7f9555c3c1089940396b503dd37f3979
echo x - pkg-plist
sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack/.packlist
X%%SITE_PERL%%/Algorithm/BinPack.pm
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
X@dirrmtry %%SITE_PERL%%/Algorithm
842cde48cf18b70a11b15515ca566742
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210140213.q9E2DmYG075802>