Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第4,4414,450项(搜索用时0.011秒)
graphics/dcraw-m-9.22 (Score: 3.901608E-4)
Modified Decoder for RAW files from digital cameras
dcraw is an ANSI C program that decodes any raw image from any digital camera on any computer running any operating system. It's become a standard tool within and without the Open Source world. It's small (about 3000 lines), portable (standard C libraries only), free (both "gratis" and "libre"), and when used skillfully, produces better-quality output than the tools provided by the camera vendor. This version is modified to add auto-rotate to exported thumbnails, and also add adjustment for camera timezone offset. If your thumbnails appear upside down, set DCRAW_RTC env var.
java/sigar-1.7.3 (Score: 3.901608E-4)
Java bindings for the Sigar system information API
The Sigar API provides a portable interface for gathering system information such as: * System memory, swap, cpu, load average, uptime, loginsi * Per-process memory, cpu, credential info, state, arguments, environment, open files * File system detection and metrics * Network interface detection, configuration info and metrics * TCP and UDP connection tables * Network route table This information is available in most operating systems, but each OS has their own way(s) providing it. SIGAR provides developers with one API to access this information regardless of the underlying platform. The core API is implemented in pure C with bindings currently implemented for Java, Perl, Ruby, Python, Erlang, PHP and C#. This port provides the Java bindings.
misc/Msgcat-1.03 (Score: 3.901608E-4)
Perl module for systems to support the XPG4 message catalog functions
This is Msgcat, a small Perl modules for systems which support the XPG4 message catalog functions : catopen(3), catgets(3) and catclose(4). You need perl 5.004 or later to use this library. You install the library by running these commands: perl Makefile.PL make make test make install Please report any bugs/suggestions to Christophe Wolfhugel <wolf@pasteur.fr>. All files contained in this installation are Copyright (C) 1997 C. Wolfhugel unless otherwise specified. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
security/Auth_PrefManager-1.2.2 (Score: 3.9014407E-4)
PEAR preferences management class
Preference Manager is a class to handle user preferences in a web application, looking them up in a table using a combination of their userid, and the preference name to get a value, and (optionally) returning a default value for the preference if no value could be found for that user. It is designed to be used alongside the PEAR Auth class, but can be used with anything that allows you to obtain the user's id - including your own code.
deskutils/reminder-2.0.0 (Score: 3.88815E-4)
GKrellM2 plugin that reminds you of important events
[from website] A useful plugin for GKrellM that can remind you of important events. Events can be scheduled inside GKrellM's configuration and will be displayed in gkrellm-reminder's panel.
devel/kdevplatform-1.7.3 (Score: 3.88815E-4)
Set of libraries for KDE IDE-like programs
Open source set of libraries that can be used as a foundation for IDE-like programs. It is programming-language independent, and it's planned to be used by programs like KDevelop, Quanta, Kile, KTechLab, etc.
devel/App-Rad-1.05 (Score: 3.88815E-4)
Rapid creation of command line applications
App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program.
devel/Tie-FileLRUCache-1.05 (Score: 3.88815E-4)
Lightweight but robust filesystem based persistent LRU cache
Tie::FileLRUCache Provides a lightweight Least Recently Used cache of data via either an object or tied interface. Keys and data are both allowed to be references and objects as well as scalars. Requires 'Digest::SHA1' to be installed.
devel/enum34-1.1.6 (Score: 3.88815E-4)
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7
An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.
devel/mongokit-0.8.3 (Score: 3.88815E-4)
Python ORM-like layer on top of pymongo
MongoKit is a python module that brings structured schema and validation layer on top of the great pymongo driver. It has be written to be simpler and lighter as possible with the KISS and DRY principles in mind.