From owner-freebsd-ports-bugs Fri Feb 28 2:50:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F098237B401 for ; Fri, 28 Feb 2003 02:50:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C1943FBF for ; Fri, 28 Feb 2003 02:50:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1SAoBNS093515 for ; Fri, 28 Feb 2003 02:50:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1SAoBZq093514; Fri, 28 Feb 2003 02:50:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78D8637B401 for ; Fri, 28 Feb 2003 02:45:14 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F4E43FBD for ; Fri, 28 Feb 2003 02:45:13 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id 78A12AB34; Fri, 28 Feb 2003 11:45:10 +0100 (CET) Message-Id: <20030228104510.78A12AB34@backup-mx.droso.dk> Date: Fri, 28 Feb 2003 11:45:10 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48769: maintainer-update devel/p5-ResourcePool to 1.0100 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48769 >Category: ports >Synopsis: maintainer-update devel/p5-ResourcePool to 1.0100 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 28 02:50:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #14: Sun Feb 16 11:42:13 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: Vendor update: * This release introduces a new way to use ResourcePool and LoadBalancer. It implements the Command design pattern as described in the GOF Design Patterns book. This release is a preview, the features are not yet fully implemented and might therefore not sufficient for you needs right now. >How-To-Repeat: >Fix: --- p5-ResourcePool.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-ResourcePool/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 12 Feb 2003 22:54:36 -0000 1.5 +++ Makefile 28 Feb 2003 10:42:24 -0000 @@ -7,7 +7,7 @@ # PORTNAME= ResourcePool -PORTVERSION= 1.0000 +PORTVERSION= 1.0100 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.fatalmind.com/projects/ResourcePool/ @@ -25,6 +25,10 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= ResourcePool.3 \ ResourcePool::BigPicture.3 \ + ResourcePool::Command.3 \ + ResourcePool::Command::Exception.3 \ + ResourcePool::Command::Execute.3 \ + ResourcePool::Command::NoFailoverException.3 \ ResourcePool::ExtensionGuide.3 \ ResourcePool::Factory.3 \ ResourcePool::LoadBalancer.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-ResourcePool/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 12 Feb 2003 22:54:36 -0000 1.3 +++ distinfo 28 Feb 2003 10:42:24 -0000 @@ -1 +1 @@ -MD5 (ResourcePool-1.0000.tar.gz) = 08ca6f1889a9b7234d95033b5c9a06e9 +MD5 (ResourcePool-1.0100.tar.gz) = 5444c4a70702081a2acdba590d74ffdc Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-ResourcePool/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 12 Feb 2003 22:54:36 -0000 1.3 +++ pkg-plist 28 Feb 2003 10:42:24 -0000 @@ -1,6 +1,14 @@ lib/perl5/site_perl/%%PERL_VER%%/ResourcePool.pm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool.pod lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/BigPicture.pod +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command.pm +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/Execute.pm +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/Exception.pod +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/Execute.pod +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/NoFailoverException.pm +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/NoFailoverException.pod +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/Exception.pm +lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command.pod lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/ExtensionGuide.pod lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory.pm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory.pod @@ -14,6 +22,7 @@ lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Singleton.pm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Singleton.pod lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/UML.pod +@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command @dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/LoadBalancer @dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/.packlist --- p5-ResourcePool.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message