Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 10:15:45 +0200 (SAST)
From:      Peter van Heusden <pvh@industrial.egenetics.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18826: new port: p5-Error : Perl5 Error.pm module
Message-ID:  <200005260815.KAA24684@industrial.egenetics.com>

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

>Number:         18826
>Category:       ports
>Synopsis:       new port: p5-Error : Perl5 Error.pm module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 26 01:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Peter van Heusden
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Electric Genetics
>Environment:

Freebsd 4.0-STABLE with ports collection updated by CVSup on the
26th of May 2000.

>Description:

This is a port of Graham Barr's Error module, which provides support
for exceptions under Perl 5.

>How-To-Repeat:

N/A

>Fix:

SHAR follows below:

# 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:
#
#	p5-Error
#	p5-Error/Makefile
#	p5-Error/files
#	p5-Error/files/md5
#	p5-Error/pkg
#	p5-Error/pkg/PLIST
#	p5-Error/pkg/COMMENT
#	p5-Error/pkg/DESCR
#
echo c - p5-Error
mkdir -p p5-Error > /dev/null 2>&1
echo x - p5-Error/Makefile
sed 's/^X//' >p5-Error/Makefile << 'END-of-p5-Error/Makefile'
X# New ports collection makefile for:	p5-Error
X# Date created:		24-May-2000
X# Whom:	      		Peter van Heusden <pvh@egenetics.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	p5-Error
XPORTVERSION=	0.13
XCATEGORIES=	lang perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=Error
XDISTNAME=	Error-${PORTVERSION}
X
XMAINTAINER=	pvh@egenetics.com
X
XUSE_PERL5=	YES
X
XMAN3=		Error.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xdo-configure:
X	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
X
X.include <bsd.port.mk>
END-of-p5-Error/Makefile
echo c - p5-Error/files
mkdir -p p5-Error/files > /dev/null 2>&1
echo x - p5-Error/files/md5
sed 's/^X//' >p5-Error/files/md5 << 'END-of-p5-Error/files/md5'
XMD5 (Error-0.13.tar.gz) = 11c5b631aa7b4ce8f16f08d12b4e3be4
END-of-p5-Error/files/md5
echo c - p5-Error/pkg
mkdir -p p5-Error/pkg > /dev/null 2>&1
echo x - p5-Error/pkg/PLIST
sed 's/^X//' >p5-Error/pkg/PLIST << 'END-of-p5-Error/pkg/PLIST'
Xlib/perl5/site_perl/%%PERL_VER%%/Error.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Error/.packlist
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Error 2>/dev/null || true
END-of-p5-Error/pkg/PLIST
echo x - p5-Error/pkg/COMMENT
sed 's/^X//' >p5-Error/pkg/COMMENT << 'END-of-p5-Error/pkg/COMMENT'
XPerl module to provide Error/exception support for perl: Error
END-of-p5-Error/pkg/COMMENT
echo x - p5-Error/pkg/DESCR
sed 's/^X//' >p5-Error/pkg/DESCR << 'END-of-p5-Error/pkg/DESCR'
XError - Error/exception handling in an OO-ish way
X
XThis is Graham Barr's Error module, which provides support for throwing
Xand catching Error (i.e. exception) objects.
END-of-p5-Error/pkg/DESCR
exit




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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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