Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 11:45:10 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48769: maintainer-update devel/p5-ResourcePool to 1.0100 
Message-ID:  <20030228104510.78A12AB34@backup-mx.droso.dk>

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

>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




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