summaryrefslogtreecommitdiff
path: root/devel/p5-Cache-Cache/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-04-12Update from version 1.05nb1 to 1.06.he1-3/+2
Upstream changes: 1.06 in progress - updated the project homepage and added notes about the CHI project - fixed extra "use vars" in CacheUtils
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-04-06The package supports installation to DESTDIR.heinz1-1/+4
A C compiler is not needed.
2006-07-19Update to 1.05:wiz1-2/+2
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
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-11-22Update to 1.04:wiz1-4/+4
1.04 2005-03-17-11-23 - release version 1.04 - repair permissions on temp cache files
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-05Update p5-Cache-Cache from version 1.02 to 1.03.he1-2/+2
Change log: 1.03 2004-10-04-11-23 - release version 1.03 - modified the FileBackend to use the more robust File::Temp - "officially" recommend FileCache over SharedMemoryCache - added more robust error checking for shared memory caches - added a check for invalid frozen data - added $1 to all error messages
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-08-31Remove duplicate dependency on p5-IPC-ShareLite.he1-2/+1
2003-08-30Import p5-Cache-Cache version 1.02.he1-0/+24
The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases. People have also been known to use Cache::Cache for its straightforward interface in sharing data between runs of an application or invocations of a CGI-style script or simply as an easy to use abstraction of the filesystem or shared memory.