Ports Search

Results 8,3918,400 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/bzr-colo-0.4.0 (Score: 7.851118E-5)
Plugin for bzr to support colocated branches
In order to provide a faster and simpler working model, this plugin tries to support a configuration similar to git and Mercurial's colocated branches, where there is a single working tree that can be switched between multiple branches that all co-exist in the same directory. This working model is entirely possible using Bazaar's existing technology, and this plugin aims to make it as simple as possible to use that model.
devel/cdash-2.2.3 (Score: 7.851118E-5)
Web-based software testing server
CDash is an open source, web-based software testing server. CDash aggregates, analyzes and displays the results of software testing processes submitted from clients located around the world. Developers depend on CDash to convey the state of a software system, and to continually improve its quality. CDash is a part of a larger software process that integrates Kitware's CMake, CTest, and CPack tools, as well as other external packages used to design, manage and maintain large-scale software systems.
devel/cil-1.7.3 (Score: 7.851118E-5)
Infrastructure for C Program Analysis and Transformation
Infrastructure for C Program Analysis and Transformation CIL (C Intermediate Language) is a high-level representation along with a set of tools that permit easy analysis and source-to-source transformation of C programs. CIL is both lower-level than abstract-syntax trees, by clarifying ambiguous constructs and removing redundant ones, and also higher-level than typical intermediate languages designed for compilation, by maintaining types and a close relationship with the source program.
devel/dbus-1.8.20 (Score: 7.851118E-5)
Message bus system for inter-application communication
D-BUS supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon).
devel/epm-4.3 (Score: 7.851118E-5)
Free UNIX software/file packaging program
EPM is a free UNIX software/file packaging program that generates distribution archives from a list of files. EPM Can: o Generate portable script-based distribution packages complete with installation and removal scripts and standard install/uninstall GUIs. o Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X, Red Hat, Slackware, Solaris, and Tru64 UNIX formats. o Provide a complete, cross-platform software distribution solution for your applications.
devel/fnccheck-3.2.0 (Score: 7.851118E-5)
Profiling library/utilities for C/C++ programs
FncCheck is a library which generates profiles for C/C++ programs. A profile is a list of informations about your functions, such as time spend in functions, number of calls and other things. In order to use FncCheck, you have to compile your .o files with '-finstrument-functions -g' switches (gcc V2.95.2 and higher). You have then to link your executable with the library 'libfc.so'.
devel/fib-1.1 (Score: 7.851118E-5)
Fibonacci Heap Library
This is an implementation of a Fibonacci Heap. A Fibonacci Heap is a very efficient heap. The cost of an insert is O(1), and the amortized cost of an extract minimum is O(lgn). You can extract an already inserted item out of order in O(lgn). The way the Fibonacci heap obtains this is by delaying the organizing of the items until you extract.
devel/gvp-0.3.0 (Score: 7.851118E-5)
Go Versioning Manager
Go Versioning Packager gvp stands for Go Versioning Packager and is based on gst, a similar tool that provides dependency isolation for Ruby gems. The tool modifies your GOPATH to point to a local .godeps/ directory so that you can keep the dependencies of your project isolated there, it also modifies GOBIN and PATH to include the new GOPATH/bin directory. gvp is a companion tool to gpm but both tools can be used independently from each other. https://github.com/pote/gvp
devel/hachoir-parser-1.3.4 (Score: 7.851118E-5)
Parsers of most common file formats
hachoir-parser is a package of most common file format parsers written using hachoir-core. Not all parsers are complete, some are very good and other are poor: only parse first level of the tree for example. A perfect parser have no "raw" field: with a perfect parser you are able to know *each* bit meaning. Some good (but not perfect) parsers: * Matroska video * Microsoft RIFF (AVI video, WAV audio, CDA file) * PNG picture * TAR and ZIP archive
devel/commons-configuration-1.10 (Score: 7.851118E-5)
Java package for the reading of configuration/preferences files
Commons Configuration provides a generic configuration interface which enables an application to read configuration data from a variety of sources. Commons Configuration provides typed access to single, and multi-valued configuration parameters. Configuration parameters may be loaded from the following sources: * Properties files * XML documents * JNDI * JDBC Datasource Different configuration sources can be mixed using a ConfigurationFactory and CompositeConfiguration. Additional sources of configuration parameters can be created by using custom configuration objects. This customization can be achieved by extending AbstractConfiguration.