- Update pkg-descr

- Sort pkg-plist
- Add regression-test

PR:		131542
Submitted by:	Cory R. King <coryking@mozimedia.com>
This commit is contained in:
Martin Wilke 2009-02-10 13:41:48 +00:00
parent 4d19a66a3a
commit e5c9319730
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227994
3 changed files with 22 additions and 3 deletions

View File

@ -21,4 +21,7 @@ PERL_CONFIGURE= yes
MAN3= Digest::TransformPath.3
test: build
(@cd ${WRKSRC} && make test)
.include <bsd.port.mk>

View File

@ -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/

View File

@ -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