Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第961970项(搜索用时0.004秒)
devel/bzr-scmproj-0.6.2 (Score: 0.006224396)
Organise and manage a collection of bzr branches
A bzr plugin to organise and manage a collection of bzr branches as a complex project.
devel/bzr-stats-0.1.0 (Score: 0.006224396)
Simple statistics plugin for bzr
Simple statistics plugin for Bazaar. At the moment it can display statistics about the committers that have contributed to a project.
devel/bzr-svn-1.2.2 (Score: 0.006224396)
Plugin for bzr to work with svn
bzr-svn is a plugin that adds support for foreign Subversion repositories. This allows committing changes to Subversion branches as if they were native Bazaar branches.
devel/bzr-upload-1.1.0 (Score: 0.006224396)
Bzr plugin to incrementally upload changes to a dumb server
Web sites are often hosted on servers where bzr can't be installed. In other cases, the web site must not give access to its corresponding branch (for security reasons for example). Finally, web hosting providers often provides only ftp access to upload sites. This plugin uploads only the relevant changes in your working tree since the last upload using ftp or sftp protocols.
devel/afay-041111 (Score: 0.006224396)
Improved aflex and ayacc Ada 95 scanner and parser generators
This is a modified version of Aflex/Ayacc for Ada95 parent/child feature support. A new directive "%unit A.B.C" has been added, enabling the Ada unit A.B.C to be the parent of the generated lexer/parser. Aflex/Ayacc are copyrighted by the The University of California.
devel/calibrator-0.9 (Score: 0.006224396)
Cache Profiling Tool
The Calibrator is a small C program that is supposed to analyze a computer's memory system and extract the following parameters: * number of cache levels * for each cache level: size, linesize, access/miss latency * main memory access latency, number of TLB levels * for each TLB level: capacity, pagesize, TLB miss latency The Calibrator is a by-product of our work on Main-Memory Databases within the Monet project. The Calibrator is freely available for download and usage, but we kindly ask all users to include a reference to the Calibrator's home page whenever they refer to the Calibrator or publish calibration results.
devel/cdk-5.0.20160131 (Score: 0.006224396)
Curses Development Kit for speedy development of full screen programs
Cdk stands for 'Curses Development Kit' and it currently contains 21 ready to use widgets which facilitate the speedy development of full screen curses programs. Each widget has the ability to display color, or other character attributes. Cdk comes with a attribute/color format command set which allows a programmer to add colors and characters attributes simply.
devel/cbrowser-0.8 (Score: 0.006224396)
Graphical front end for cscope and cscope clones
A graphical front-end to `cscope' and its clone `cs' with a number of nice features, including: - Graphical window interface for general ease of use. - Function call hierarchy and function viewer. - Recall of previous queries and query results for easy browsing. - Ability to switch between databases and query back-ends. - Source code highlighting ala Emacs. - Querying and building may be performed simultaneously. - Build database dialog allows interactively configuring source and include directories. - Saves queries and/or query results for later sessions. - Query results and file browser separated by adjustable pane. - Full text search in viewer windows. - Convenient key and button bindings. - Ability to invoke any editor directly from browser. - Crude but existing help menu.
devel/cc65-2.13.3 (Score: 0.006224396)
Cross-compiler for 6502-based systems, includes 65816 assembler
cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools. Direct library support (that is, startup/initialization code) and support libraries for other features are available for... - the Commodore C64 - the GEOS operating system for the Commodore C64 - the Commodore C128 - the Commodore C16, C116 and Plus/4 - the Commodore P500 - the Commodore 600/700 family of computers - the Apple ][ - the Atari 8bit machines - the Oric Atmos - the Nintendo Entertainment System (NES) - the Supervision Game Console - the Atari Lynx Console
devel/ccdoc-0.8r41 (Score: 0.006224396)
Extracting comments from C++ source and generating HTML
Ccdoc is a tool for extracting comments from C++ source code and presenting it in HTML format, very similar to Java's JavaDoc tool. The tagging used in ccdoc is very similar to that of Javadoc, with adaptations for the C++ specifics, of course. Ccdoc supports extracting comments from both header and implementation files. In contrast to most other C++ doc'ing applications, ccdoc analyses the code before it has been run through the pre-processor, so things such as macros can actually be included in the documentation. It's usage is not quite as straight forward as JavaDoc's, but considering the quality of the output, it is well worth the effort.