Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,5314,540项(搜索用时0.003秒)
devel/gcc-5.3.0 (Score: 0.032514982)
Cross GNU Compiler Collection for aarch64noneelf
Qt 4 Solutions Single Application Framework
This is QSingleApplication class which is used to create single instance QtGui or QtCore applications.
devel/qt4-qtsolutions-soap-20110722 (Score: 0.032514982)
QT4 Solutions SOAP Component
The Qt SOAP project provides basic web service support with version 1.1 of the SOAP protocol.
devel/rcc-4.8.7 (Score: 0.032514982)
Qt Resource Compiler
devel/abi-compliance-checker-1.99 (Score: 0.032514982)
Checks binary compatibility of two versions of a C/C++ shared library
Given the header files and shared objects corresponding to two different shared library versions, and a simple description of each of the shared libraries in XML format, abi-compliance-checker searches for the following kinds of binary compatibility problems: --added/withdrawn interfaces (functions, global variables) --changes to constants --problems in data types: --classes: added/withdrawn virtual functions (changes in layout of virtual table), virtual function positions, virtual function redefinitions --structural data types: added/withdrawn members (changes in layout of type structure), changes in members, size changes --enumerations: member value changes --interface problems: --parameter and return type changes --incorrect symbol versions The checker then generates a report that assesses the risks of any potential problems detected.
devel/activitymail-1.26 (Score: 0.032514982)
Program for sending email messages for CVS repository commits
This program may be used for sending email messages for CVS repository activity. There are a number of different modes supported. It can send messages for every change to the repository (like syncmail), or it can be used to send a single message for each commit. In the latter case, a list of all the files affected by the commit will be assembled and listed in the single message. This is similar to how commit_prep and log_accum work, but is more efficient. An additional option allows for diffs to be calculated for the recent changes, and either appended to the message (like syncmail) or added as an attachment (neater). See the -d and -a options in the documentation.
devel/ada-util-1.8.0 (Score: 0.032514982)
Utility library for Ada 2005 applications
Ada Utility Library This Ada05 library contains various utility packages for building Ada05 applications. This includes: o A logging framework close to Java log4j framework o Support for properties o A serialization/deserialization framework for XML, JSON, CSV o Ada beans framework o Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA) o A composing stream framework (raw, files, buffers, pipes, sockets) o Several concurrency tools (reference counters, counters, pools, fifos, arrays) o Process creation and pipes o Support for loading shared libraries (on Windows or Unix) o HTTP client library on top of CURL or AWS Ada Util also provides a small test utility library on top of Ahven to help in writing unit tests.
devel/uic-4.8.7 (Score: 0.032514982)
Qt User Interface Compiler
devel/uic3-4.8.7 (Score: 0.032514982)
Qt 3-compatible User Interface Compiler
devel/adabooch-20160321 (Score: 0.032514982)
Ada 95 Booch Components
The Ada 95 Booch components are a port of Grady Booch's C++ components. They contain the same key abstractions as the C++ form (Structs, Tools and Support). However, the organization is slightly different, particularly in the Support domain. This is because Ada 95 provides several special forms of memory management that are quite different from C++. The Structs category provides an array of structural abstractions (Bags, Collections, Deques, Graphs, Lists, Maps, Queues, Rings, Sets, Stacks, and Trees). The Tools category provides algorithmic abstractions (Searching, Sorting, etc.). The Support category contains all the "concrete" forms, plus structures to create the components. Some of the structures permit structural sharing (graphs, lists, and trees). Some structures may also be ordered (collections, dequeues, and queues). There are also multiple forms for some structures: single and double linked lists, directed and undirected graphs, and binary, multiway, and AVL trees.