Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第971980项(搜索用时0.005秒)
devel/cdash-2.2.3 (Score: 0.006224396)
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/cdialog-1.2.20150920 (Score: 0.006224396)
Enhanced version of 'dialog' to work with ncurses
This is an enhanced version of the 'dialog' command. Quoting Thomas Dickey, the ncurses developer, "DIALOG was written by Savio Lam <lam836@cs.cuhk.hk> and modified by several people. "Initially, I made fixes and reviewed the code to ensure that problems reported were not related to ncurses. After that, I resumed development, adding new widget types. See the changelog for details."
devel/cflow2vcg-0.5 (Score: 0.006224396)
Convert the result of the cflow utility in a VCG format
Cflow2vcg convert the result of the cflow utility in a VCG format. It offers the ability to view graphically the call-graph of sources, and import it in documentation.
devel/libuutil-1.0.3 (Score: 0.006224396)
Illumos userland utilities library
libuutil is a library of userland utilities originating from solaris This library provides both a doubly linked-list implementation and a AVL tree implementation. This has been a private library best known as a core component for ZFS and SMF. The performance is considered excellent. As this has always been a private library, it is not well documented and there is no man page for it. The best documentation is located in the source code and reading OpenSolaris/Illumos ZFS and SMF sources will help as well.
devel/cgprof-1.2 (Score: 0.006224396)
Generates colored graphs for profiled executables using gcc and gprof
cgprof generates colored graphs for profiled executables using gcc and gprof. cgprof helps to have a better understanding of program structure and execution. It makes hot spots identification visual and intuitive. It is a shell script using gnu awk, that should run on any Unix like system.
devel/chrpath-0.16 (Score: 0.006224396)
Tool to modify DT_RPATH in existing ELF binaries
chrpath allows you to modify the dynamic library load path (rpath) of compiled programs. Only removing and modifying the rpath is supported. Note: The modification performed is in-place; the new DT_RPATH cannot be longer than the existing DT_RPATH value. Also, the binary can only work with the ELF class of the host system.
devel/cil-1.7.3 (Score: 0.006224396)
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/aros-sdk-0.20060207 (Score: 0.006224396)
The Software development kit (SDK) for the AROS Operating System
This is the Software development kit (SDK) for AROS, the Amiga(TM) Research Operating System. It is a set of files and tools to build your own AROS programs.
devel/as31-2.0.b3 (Score: 0.006224396)
Free 8051 assembler
AS31 is a free 8051 assembler originally written by Ken Stauffer. Versions of AS31 found here include important bug fixes and added features, such as standard intel-hex output format for use with PAULMON2 and EPROM programmers. AS31 is a good tool for building small 8051-based projects that are written in 100% 8051 assembly language.
devel/clanlib-2.3.7 (Score: 0.006224396)
Cross-platform game SDK
ClanLib delivers a platform independent interface to write games with. If a game is written with ClanLib, it should be possible to compile the game under any platform (supported by ClanLib, that is) without changes in the application source code. But ClanLib is not just a wrapper library, providing an common interface to low level libraries such as DirectX, Svgalib, X11, GGI, etc. While platform independency is ClanLib's primary goal, it also tries to be a service-minded game SDK. In other words, authors have put great effort in to designing the API, to ensure ClanLib's easy of use - while maintaining it's power.