5656 FreshPorts -- devel/p5-Digest-TransformPath
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Digest-TransformPath 1.00_1 devel on this many watch lists=1 search for ports that depend on this port
Implements the TransformPath concept
Maintained by: coryking@mozimedia.com search for ports maintained by this maintainer
Port Added: 13 Sep 2007 20:31:25
Also Listed In: perl5
License: not specified in port


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.

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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.8
Required To Run:
  1. lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/p5-Digest-TransformPath/ && make install clean
To add the package: pkg_add -r p5-Digest-TransformPath


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Digest/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Digest/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Digest/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Digest/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Digest/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Digest/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Digest/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Digest/
  10. http://at.cpan.org/modules/by-module/Digest/
  11. http://backpan.perl.org/modules/by-module/Digest/
  12. http://cpan.nctu.edu.tw/modules/by-module/Digest/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Digest/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Digest/
  15. http://www.cpan.dk/modules/by-module/Digest/

Number of commits found: 10

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
12 Apr 2012 02:16:13
Original commit files touched by this commit  1.00_1
swills search for other commits by this committer
- Remove unnecessary test target as this is going to be centralized soon

PR:             ports/166694
Approved by:    Cory King <coryking@mozimedia.com> (maintainer)
13 Mar 2012 16:15:36
Original commit files touched by this commit  1.00_1
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  1.00_1
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
04 Mar 2012 18:34:02
Original commit files touched by this commit  1.00_1
swills search for other commits by this committer
- Remove broken "test" target

PR:             ports/165124
Approved by:    maintainer timeout (coryking@mozimedia.com, > 2 weeks)
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.00_1
ohauer search for other commits by this committer
-remove MD5
21 Sep 2010 16:08:11
Original commit files touched by this commit  1.00_1
mm search for other commits by this committer
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
10 Feb 2009 13:41:49
Original commit files touched by this commit  1.00
miwi search for other commits by this committer
- Update pkg-descr
- Sort pkg-plist
- Add regression-test

PR:             131542
Submitted by:   Cory R. King <coryking@mozimedia.com>
17 Sep 2008 21:07:38
Original commit files touched by this commit  1.00
pav search for other commits by this committer
- Fix plist

Reported by:    pointyhat
Approved by:    portmgr (self)
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.00
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
13 Sep 2007 20:10:08
Original commit files touched by this commit  1.00
miwi search for other commits by this committer
Implements the TransformPath concept

WWW:    http://search.cpan.org/dist/Digest-TransformPath/

PR:             ports/116214
Submitted by:   Cory R. King <coryking at mozimedia.com>

Number of commits found: 10

2863
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24518
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days24
new fortnight76
new month206

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0