ports/131542: Minor update to devel/p5-DigestTransformPath

Cory R. King coryking at mozimedia.com
Mon Feb 9 21:40:10 UTC 2009


>Number:         131542
>Category:       ports
>Synopsis:       Minor update to devel/p5-DigestTransformPath
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 09 21:40:09 UTC 2009
>Closed-Date:
>Last-Modified:
>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 @@
+ at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/TransformPath
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest
 @dirrmtry %%SITE_PERL%%/Digest
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/TransformPath

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list