Ports 搜索

共有8,048项符合/www/的查询结果,以下是第5,8315,840项(搜索用时0.004秒)
devel/gps-2016 (Score: 0.011843925)
GNAT Programming Studio - IDE for Ada and many other languages
The GNAT Programming Studio (GPS) is a cutting-edge Free Software IDE that streamlines the interaction between developers and their software. With its intuitive interface, GPS is easy to use, simplying source navigation and highlighting fundamental ideas in the program. Features Tools * Developer-friendly * Language-sensitive editor * Multi-language * Version control * Multi-platform * Graphical debugger * Modern GUI * Automatic code fixing * Multiple document interface * Graphs (call, dependencies, entities) * Customizable * Application builder * Extensible tool integration * Visual file comparison * Free Software * Source code reformatting * Automatic body file generation * intelligent source code navigation * Project Explorer * Project Wizard
devel/hgview-1.9.0 (Score: 0.011843925)
Fast Mercurial log navigator written in pyqt4
A faster implementation of hgk using pyqt4. Its primary purpose was to be able to browse the Linux kernel mercurial repository.
devel/whups-3.0.8 (Score: 0.011843925)
Horde bug tracking/ticketing system
Whups is Horde's ticket-tracking application. It is very flexible in design, and can be used for help-desk requests, tracking sofware development, and anything else that needs to track a set of requests and their status.
devel/gob2-2.0.17 (Score: 0.011843925)
Preprocessor for making GObjects with inline C
a preprocessor for making GObjects with inline C
devel/twilio-5.6.0 (Score: 0.011843925)
Python module for communicating with the Twilio API
The twilio-python helper library lets you write Python code to make HTTP requests to the Twilio API.
devel/jam-2.6 (Score: 0.011843925)
Build utility like make(1)
Jam/MR (formerly "jam - make(1) redux"). Jam/MR is a build utility like make(1). It has its own expressive language which allows for portable Jamfiles capable of building large projects with multiple concurrent processes.
devel/jsap-2.1 (Score: 0.011843925)
Java package to parse command-line arguments
JSAP: the Java-based Simple Argument Parser JSAP parses your command line and instantiates objects of types you specify based upon that command line. If you configure JSAP to expect an Integer on the command line, and the user does not provide a String that can be converted to an Integer, JSAP will alert your program to the fact that there was a problem with the command line. If JSAP indicates that your command line was successfully parsed, you are guaranteed an Integer when you request that parameter's value from your program. There's a pretty big (and growing) list of return types supported by JSAP.
devel/apiextractor-0.10.10 (Score: 0.011843925)
API Extractor library to build PySide
API Extractor library to build PySide The API Extractor library is used by the binding generator to parse headers of a given library and merge this data with information provided by typesystem (XML) files, resulting in a representation of how the API should be exported to the chosen target language. The generation of source code for the bindings is performed by specific generators using the API Extractor library. The API Extractor is based on QtScriptGenerator
devel/language-c-0.4.7 (Score: 0.011843925)
Analysis and generation of C code
Language C is a Haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of GNU extensions.
devel/temporary-1.2.0.3 (Score: 0.011843925)
Portable temporary file and directory support for Windows and Unix
The functions for creating temporary files and directories in the base library are quite limited. The unixutils package contains some good ones, but they aren't portable to Windows. This library just repackages the Cabal implementations of its own temporary file and folder functions so that you can use them without linking against Cabal or depending on it being installed.