9321 FreshPorts -- devel/p5-Cache-Cache
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-Cache-Cache 1.06 devel on this many watch lists=32 search for ports that depend on this port
Cache::Cache -- Perl Cache interface
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 May 2001 11:08:22
Also Listed In: perl5
License: not specified in port


The Perl Cache package provides Cache::Cache, a generic interface for
creating persistent data stores.  This interface is implemented by the
Cache::MemoryCache, Cache::SharedMemoryCache, Cache::FileCache,
Cache::SizeAwareFileCache, Cache::SizeAwareMemoryCache, and
Cache::SizeAwareSharedMemoryCache classes.  This work replaces
File::Cache and IPC::Cache.

WWW: http://search.cpan.org/dist/Cache-Cache/

-Anton
<tobez@FreeBSD.org>
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. devel/p5-Cache
  2. security/p5-Digest-SHA1
  3. lang/p5-Error
  4. devel/p5-IPC-ShareLite
  5. lang/perl5.8
Required To Run:
  1. devel/p5-Cache
  2. security/p5-Digest-SHA1
  3. lang/p5-Error
  4. devel/p5-IPC-ShareLite
  5. lang/perl5.8

This port is required by:

for Build for Run

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


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/Cache/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Cache/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Cache/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Cache/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Cache/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Cache/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Cache/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Cache/
  10. http://at.cpan.org/modules/by-module/Cache/
  11. http://backpan.perl.org/modules/by-module/Cache/
  12. http://cpan.nctu.edu.tw/modules/by-module/Cache/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Cache/
  14. http://www.cpan.dk/modules/by-module/Cache/

Number of commits found: 24

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
01 Oct 2011 02:35:34
Original commit files touched by this commit  1.06
swills search for other commits by this committer
- Add build depends to quiet build warnings
17 May 2011 11:05:02
Original commit files touched by this commit  1.06
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports.

Approved by:    erwin@ (portmgr)
22 Jul 2009 16:27:08
Original commit files touched by this commit  1.06
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
03 Mar 2009 00:30:25
Original commit files touched by this commit  1.06
leeym search for other commits by this committer
- update to 1.06
05 Jul 2008 02:24:55
Original commit files touched by this commit  1.05_1
leeym search for other commits by this committer
- simplify dependencies
- bump PORTREVISION
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.05
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)
07 Jun 2006 14:02:12
Original commit files touched by this commit  1.05
edwin search for other commits by this committer
Add SHA256 checksum
28 May 2006 18:47:46
Original commit files touched by this commit  1.05
aaron search for other commits by this committer
- Updated from v1.04 to v1.05
- 'make test' still fails the same tests as v1.04 (bug report filed with
vendor)

Approved by:    tobez (implicit)

1.05 2006-05-26-08-22
 - release version 1.05
 - added test for auto_purge_on_get
 - fixed infinite loop with auto_purge_on_get
 - fixed directory paths on Windows partitions
 - NullCache uses BaseCache
22 Jan 2006 01:48:34
Original commit files touched by this commit  1.04_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
14 Nov 2005 15:05:17
Original commit files touched by this commit  1.04_1
mat search for other commits by this committer
Take a perl@ hat and add SHA256 checksums
21 Sep 2005 19:31:43
Original commit files touched by this commit  1.04_1
fenner search for other commits by this committer
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
11 Jun 2005 16:13:12
Original commit files touched by this commit  1.04_1
skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
18 Mar 2005 08:52:54
Original commit files touched by this commit  1.04
tobez search for other commits by this committer
Update to 1.04.
20 Jan 2005 08:46:44
Original commit files touched by this commit  1.03
tobez search for other commits by this committer
Update to 1.03, reset maintainer to perl.
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.02
trevor search for other commits by this committer
SIZEify (maintainer timeout)
04 Jun 2003 17:43:38
Original commit files touched by this commit  1.02
erwin search for other commits by this committer
- Update to 1.02 [1]
- add RUN_DEPENDS to the dependencies dependend on PERL_LEVEL

PR:             51801 [1]
Submitted by:   Mathieu Arnold <m@absolight.net>
Approved by:    maintainer, edwin (mentor)
07 Mar 2003 06:01:16
Original commit files touched by this commit  1.01
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
25 Feb 2003 09:25:32
Original commit files touched by this commit  1.01
sobomax search for other commits by this committer
Add missed dependencied.

Sponsired by:   Porta Software Ltd.
20 Feb 2003 16:33:26
Original commit files touched by this commit  1.01
sobomax search for other commits by this committer
Conditionalise several dependencies on PERL_LEVEL to make those ports more
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.

Sponsired by:   Porta Software Ltd
01 Jun 2002 12:14:07
Original commit files touched by this commit  1.01
tobez search for other commits by this committer
Update to 1.01.
19 Dec 2001 13:03:03
files touched by this commit
tobez search for other commits by this committer
Update to 0.99.    
24 Sep 2001 15:44:48
files touched by this commit
tobez search for other commits by this committer
Update to 0.09.    
12 Jun 2001 20:25:42
files touched by this commit
tobez search for other commits by this committer
Updated MAINTAINER to my new committer email address.   Do the same for
pkg-descr files.    
24 May 2001 15:08:22
files touched by this commit
ijliao search for other commits by this committer
add p5-Cache-Cache   Cache::Cache -- Perl Cache interface    

Number of commits found: 24

283a
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 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 24572
Broken 191
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 52
Set to expire 445
Interactive 33
new 24 hours 7
new 48 hours11
new 7 days29
new fortnight85
new month179

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