From nobody@FreeBSD.org  Mon Feb  9 21:38:02 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CD954106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Feb 2009 21:38:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B064F8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Feb 2009 21:38:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n19Lc2gZ077792
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 9 Feb 2009 21:38:02 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n19Lc2R0077791;
	Mon, 9 Feb 2009 21:38:02 GMT
	(envelope-from nobody)
Message-Id: <200902092138.n19Lc2R0077791@www.freebsd.org>
Date: Mon, 9 Feb 2009 21:38:02 GMT
From: "Cory R. King" <coryking@mozimedia.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Minor update to devel/p5-DigestTransformPath
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         131542
>Category:       ports
>Synopsis:       Minor update to devel/p5-DigestTransformPath
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 09 21:40:09 UTC 2009
>Closed-Date:    Tue Feb 10 13:42:07 UTC 2009
>Last-Modified:  Tue Feb 10 13:50:01 UTC 2009
>Originator:     Cory R. King
>Release:        7.1-Release
>Organization:
Mozi Media Group, LLC.
>Environment:
>Description:
This update does two things.  First it tries to fix an mtree error in portsmon.  Second it supports "make test" and runs the tests in the module.

This update isn't something that requires everybody to upgrade, so I didn't increment the port revision.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Digest-TransformPath/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    17 Apr 2008 14:25:16 -0000      1.2
+++ Makefile    9 Feb 2009 21:32:06 -0000
@@ -21,4 +21,11 @@

 MAN3=          Digest::TransformPath.3

-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+test: build
+       @(cd ${WRKSRC}; make test)
+
+regression-test: test
+
+.include <bsd.port.post.mk>
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Digest-TransformPath/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr   13 Sep 2007 20:10:08 -0000      1.1
+++ pkg-descr   9 Feb 2009 21:32:06 -0000
@@ -1,3 +1,14 @@
-Implements the TransformPath concept
+The Digest::TransformPath module implements the TransformPath concept.  A TransformPath is a complex higher-order
+key that is designed for use with chains of functions that sequentially transform a piece of data.

-WWW:   http://search.cpan.org/dist/Digest-TransformPath/
+The concept starts with a sizable chunk of data, for example an image, for which we can determine a unique identifier,
+and for which we can cheaply determine if and when the source material has changed. A series of resource-intensive
+transforms might be applied to this original data to produce another piece of data. In the image example, we might
+auto-level, crop, scale, rotate, colour-balance and then thumbnail the image. This transformed data would be put
+into a cache.  If at some future point we wish to obtain the same image, but would preferably like to use the
+cached version, we would have to take the original image, reapply the transforms, and then compare to the result
+the first time around.
+
+Further documentation is found within the module.
+
+WWW: http://search.cpan.org/dist/Digest-TransformPath/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Digest-TransformPath/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist   17 Sep 2008 21:07:38 -0000      1.2
+++ pkg-plist   9 Feb 2009 21:32:06 -0000
@@ -1,4 +1,6 @@
+@comment $FreeBSD: ports/devel/p5-DateTime/pkg-plist,v 1.8 2006/06/14 12:16:57 mat Exp $
 %%SITE_PERL%%/Digest/TransformPath.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/TransformPath/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/TransformPath
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest
 @dirrmtry %%SITE_PERL%%/Digest
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/TransformPath

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Feb 10 10:10:04 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131542 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Feb 10 13:42:06 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131542 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131542: commit references a PR
Date: Tue, 10 Feb 2009 13:42:11 +0000 (UTC)

 miwi        2009-02-10 13:41:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Digest-TransformPath Makefile pkg-descr pkg-plist 
   Log:
   - Update pkg-descr
   - Sort pkg-plist
   - Add regression-test
   
   PR:             131542
   Submitted by:   Cory R. King <coryking@mozimedia.com>
   
   Revision  Changes    Path
   1.3       +3 -0      ports/devel/p5-Digest-TransformPath/Makefile
   1.2       +17 -2     ports/devel/p5-Digest-TransformPath/pkg-descr
   1.3       +2 -1      ports/devel/p5-Digest-TransformPath/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
