Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,8411,850项(搜索用时0.003秒)
devel/CPAN-YACSmoke-0.03 (Score: 0.032514982)
Yet Another CPAN Smoke Tester
This module uses the backend of CPANPLUS to run tests on modules recently uploaded to CPAN and post results to the CPAN Testers list. It will create a database file in the .cpanplus directory, which it uses to track tested distributions. This information will be used to keep from posting multiple reports for the same module, and to keep from testing modules that use non-passing modules as prerequisites. If it is given multiple versions of the same distribution to test, it will test the most recent version only. If that version fails, then it will test a previous version. By default it uses CPANPLUS configuration settings.
devel/CPANPLUS-Dist-Build-0.80 (Score: 0.032514982)
CPANPLUS plug-in to use Module-Build
CPANPLUS::Dist::Build is a distribution class for Module::Build related modules. Using this package, you can create, install and uninstall perl modules. It inherits from CPANPLUS::Dist. Normal users won't have to worry about the interface to this module, as it functions transparently as a plug-in to CPANPLUS and will just Do The Right Thing when it's loaded.
devel/CPANPLUS-0.9160 (Score: 0.032514982)
Ameliorated interface to the CPAN
The "CPANPLUS" library is an API to the "CPAN" mirrors and a collection of interactive shells, command line programs, daemons, etc, that use this API.
devel/Cache-AgainstFile-1.016 (Score: 0.032514982)
Cache data structures parsed from files, watching for updates
A module that caches a data structure against a filename, statting the file to determine whether it has changed and needs to be re-parsed. You supply a routine to generate the data structure given the filename. This module is recommended for files which change infrequently but are read often, especially if they are expensive to parse. This approach has the advantage over lazy caching that multiple processes holding a cache will all update at the same time so you will not get inconsistent results if you request data from different processes. The module itself is simply a factory for various backend modules. The distribution includes backends for in-memory caching or file caching using Storable, plus an adaptor to use any modules offering the Cache or Cache::Cache interfaces as the cache implementation. Data structures are automatically serialised/deserialised by the backend modules if they are being persisted somewhere other than in memory (e.g. on the filesystem).
devel/Cache-Cache-1.08 (Score: 0.032514982)
Perl Cache interface
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. -Anton <tobez@FreeBSD.org>
devel/Cache-FastMmap-1.44 (Score: 0.032514982)
Uses an mmap\'ed file to act as a shared memory interprocess cache
A shared memory cache through an mmap'ed file. It's core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.
devel/Cache-LRU-0.04 (Score: 0.032514982)
Simple, fast implementation of an in-memory LRU cache
A simple, fast implementation of an in-memory LRU cache in pure perl with the maximum number of entries to be stored within the cache object.
devel/Cache-Memcached-Tie-0.09 (Score: 0.032514982)
Use Cache::Memcached::Fast like hash
Use Cache::Memcached::Fast like hash.
devel/Cache-2.11 (Score: 0.032514982)
Perl Cache interface
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.
devel/Cairo-GObject-1.004 (Score: 0.032514982)
Integrate Cairo into the Glib type system
Cairo::GObject registers Cairo's types (Cairo::Context, Cairo::Surface, etc.) with Glib's type systems so that they can be used normally in signals and properties.