Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 19:16:22 GMT
From:      Grzegorz Blach <magik@roorback.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152455: New Port: devel/p5-Sub-Signatures
Message-ID:  <201011211916.oALJGMnM023303@yellow.freebsd.org>
Resent-Message-ID: <201011211920.oALJK75m035322@freefall.freebsd.org>

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

>Number:         152455
>Category:       ports
>Synopsis:       New Port: devel/p5-Sub-Signatures
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 21 19:20:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        8.1 amd64
>Organization:
>Environment:
FreeBSD silver.nine 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0 r213671: Sun Oct 10 20:24:56 UTC 2010     root@freebsd-1274:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
New port with module for subroutine signatures in Perl 5.

Shar archive is attached.
>How-To-Repeat:

>Fix:


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:
#
#	devel/p5-Sub-Signatures
#	devel/p5-Sub-Signatures/pkg-plist
#	devel/p5-Sub-Signatures/pkg-descr
#	devel/p5-Sub-Signatures/distinfo
#	devel/p5-Sub-Signatures/Makefile
#
echo c - devel/p5-Sub-Signatures
mkdir -p devel/p5-Sub-Signatures > /dev/null 2>&1
echo x - devel/p5-Sub-Signatures/pkg-plist
sed 's/^X//' >devel/p5-Sub-Signatures/pkg-plist << 'dc45ecc556e202eaaf2dfb88591ebc10'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Signatures/.packlist
X%%SITE_PERL%%/Sub/Signatures.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Signatures
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub
X@dirrmtry %%SITE_PERL%%/Sub
dc45ecc556e202eaaf2dfb88591ebc10
echo x - devel/p5-Sub-Signatures/pkg-descr
sed 's/^X//' >devel/p5-Sub-Signatures/pkg-descr << 'f8ab6881e0b55d24ebc0a0b14e23f9da'
XOne of the strongest complaints about Perl is its poor argument handling.
XSimply passing everything in the @_ array is a serious limitation. This
Xmodule aims to rectify that.
X
XWith this module, we an specify subroutine signatures and automatically
Xdispatch on the number of arguments.
X
XWWW: http://search.cpan.org/dist/Sub-Signatures/
f8ab6881e0b55d24ebc0a0b14e23f9da
echo x - devel/p5-Sub-Signatures/distinfo
sed 's/^X//' >devel/p5-Sub-Signatures/distinfo << 'e12b6cc8c93d33d2a1eee9ef2f9953e4'
XSHA256 (Sub-Signatures-0.21.tar.gz) = 52b9d803946b711d31ad32a9cdaf46194975b1996964228a81d37cf60614f220
XSIZE (Sub-Signatures-0.21.tar.gz) = 11254
e12b6cc8c93d33d2a1eee9ef2f9953e4
echo x - devel/p5-Sub-Signatures/Makefile
sed 's/^X//' >devel/p5-Sub-Signatures/Makefile << 'acdd42fa1ae300ea85ebd8f8ab0bc20d'
X# New ports collection makefile for:	p5-Sub-Signatures
X# Date created:	   21 Nov 2010
X# Whom:		   Grzegorz Blach <magik@roorback.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Sub-Signatures
XPORTVERSION=	0.21
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	magik@roorback.net
XCOMMENT=	Use proper signatures for subroutines, including dispatching
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Sub::Signatures.3
X
X.include <bsd.port.mk>
acdd42fa1ae300ea85ebd8f8ab0bc20d
exit



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



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