From owner-freebsd-ports Mon Nov 5 8:20:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2089437B41B for ; Mon, 5 Nov 2001 08:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA5GK1e50213; Mon, 5 Nov 2001 08:20:01 -0800 (PST) (envelope-from gnats) Received: from 3wgraphics.com (ppp045.comintern.ru [213.148.2.45]) by hub.freebsd.org (Postfix) with ESMTP id E5FEE37B405 for ; Mon, 5 Nov 2001 08:15:18 -0800 (PST) Received: from root by 3wgraphics.com with local (Exim 3.33 #1) id 160mNh-000K9O-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 05 Nov 2001 19:13:49 +0300 Message-Id: Date: Mon, 05 Nov 2001 19:13:49 +0300 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/31783: New port: p5-Class-Delegation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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: >Environment: >Description: New port: p5-Class-Delegation >How-To-Repeat: >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 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 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