diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-10 21:41:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-10 21:41:48 +0800 |
commit | b41ab6308170427f4940a3a66c5836de152f0f61 (patch) | |
tree | 41674ab81bc24f0a8bda061d94dee0f7386d97ef | |
parent | 396f987fcb23a08b71005fe6ff676c8f2e2c5cad (diff) | |
download | freebsd-ports-gnome-b41ab6308170427f4940a3a66c5836de152f0f61.tar.gz freebsd-ports-gnome-b41ab6308170427f4940a3a66c5836de152f0f61.tar.zst freebsd-ports-gnome-b41ab6308170427f4940a3a66c5836de152f0f61.zip |
- Update pkg-descr
- Sort pkg-plist
- Add regression-test
PR: 131542
Submitted by: Cory R. King <coryking@mozimedia.com>
-rw-r--r-- | devel/p5-Digest-TransformPath/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Digest-TransformPath/pkg-descr | 19 | ||||
-rw-r--r-- | devel/p5-Digest-TransformPath/pkg-plist | 3 |
3 files changed, 22 insertions, 3 deletions
diff --git a/devel/p5-Digest-TransformPath/Makefile b/devel/p5-Digest-TransformPath/Makefile index 883cd92a04f3..17e97fc33b45 100644 --- a/devel/p5-Digest-TransformPath/Makefile +++ b/devel/p5-Digest-TransformPath/Makefile @@ -21,4 +21,7 @@ PERL_CONFIGURE= yes MAN3= Digest::TransformPath.3 +test: build + (@cd ${WRKSRC} && make test) + .include <bsd.port.mk> diff --git a/devel/p5-Digest-TransformPath/pkg-descr b/devel/p5-Digest-TransformPath/pkg-descr index 77975d1e2721..16c9c00040b5 100644 --- a/devel/p5-Digest-TransformPath/pkg-descr +++ b/devel/p5-Digest-TransformPath/pkg-descr @@ -1,3 +1,18 @@ -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/ diff --git a/devel/p5-Digest-TransformPath/pkg-plist b/devel/p5-Digest-TransformPath/pkg-plist index c349c700338d..68b90b330b35 100644 --- a/devel/p5-Digest-TransformPath/pkg-plist +++ b/devel/p5-Digest-TransformPath/pkg-plist @@ -1,4 +1,5 @@ %%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 |