Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Nov 2001 19:13:49 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31783: New port: p5-Class-Delegation
Message-ID:  <E160mNh-000K9O-00@3wgraphics.com>

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

>Number:         31783
>Category:       ports
>Synopsis:       New port: p5-Class-Delegation
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 05 08:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-Class-Delegation

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

# 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-Class-Delegation
#	p5-Class-Delegation/Makefile
#	p5-Class-Delegation/pkg-comment
#	p5-Class-Delegation/pkg-descr
#	p5-Class-Delegation/pkg-plist
#	p5-Class-Delegation/distinfo
#
echo c - p5-Class-Delegation
mkdir -p p5-Class-Delegation > /dev/null 2>&1
echo x - p5-Class-Delegation/Makefile
sed 's/^X//' >p5-Class-Delegation/Makefile << 'END-of-p5-Class-Delegation/Makefile'
X# New ports collection makefile for:	Class::Delegation
X# Date created:		5 Nov 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Class-Delegation
XPORTVERSION=	1.00
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Class
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Class::Delegation.3
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
X	${INSTALL_SCRIPT} ${WRKSRC}/demo/* \
X		${PREFIX}/share/examples/${PORTNAME}
X.endif
X
X.include <bsd.port.mk>
END-of-p5-Class-Delegation/Makefile
echo x - p5-Class-Delegation/pkg-comment
sed 's/^X//' >p5-Class-Delegation/pkg-comment << 'END-of-p5-Class-Delegation/pkg-comment'
XObject-oriented delegation
END-of-p5-Class-Delegation/pkg-comment
echo x - p5-Class-Delegation/pkg-descr
sed 's/^X//' >p5-Class-Delegation/pkg-descr << 'END-of-p5-Class-Delegation/pkg-descr'
XThe Class::Delegation module simplifies the creation of delegation-based
Xclass hierarchies, allowing a method to be redispatched:
X	* to a single nominated attribute,
X	* to a collection of nominated attributes in parallel, or
X	* to any attribute that can handle the message.
X
XThese three delegation mechanisms can be specified for:
X	* a single method
X	* a set of nominated methods collectively
X	* any as-yet-undelegated methods
X	* all methods, delegated or not.
X
XWWW: http://search.cpan.org/search?dist=Class-Delegation
END-of-p5-Class-Delegation/pkg-descr
echo x - p5-Class-Delegation/pkg-plist
sed 's/^X//' >p5-Class-Delegation/pkg-plist << 'END-of-p5-Class-Delegation/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Delegation/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Class/Delegation.pm
X%%PORTDOCS%%share/examples/Class-Delegation/demo_adapt_interface.pl
X%%PORTDOCS%%share/examples/Class-Delegation/demo_change_semantics.pl
X%%PORTDOCS%%share/examples/Class-Delegation/demo_facade.pl
X%%PORTDOCS%%share/examples/Class-Delegation/demo_handle.pl
X%%PORTDOCS%%share/examples/Class-Delegation/demo_inheritance.pl
X%%PORTDOCS%%share/examples/Class-Delegation/demo_pseudo.pl
X%%PORTDOCS%%@dirrm share/examples/Class-Delegation
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Delegation
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
END-of-p5-Class-Delegation/pkg-plist
echo x - p5-Class-Delegation/distinfo
sed 's/^X//' >p5-Class-Delegation/distinfo << 'END-of-p5-Class-Delegation/distinfo'
XMD5 (Class-Delegation-1.00.tar.gz) = 9102ebee955d3bbd05d02f6821b1a3af
END-of-p5-Class-Delegation/distinfo
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?E160mNh-000K9O-00>