Ports 搜索

共有8,048项符合/www/的查询结果,以下是第5,8115,820项(搜索用时0.006秒)
devel/dulwich-0.10.1a (Score: 0.011843925)
Python implementation of the Git file formats and protocols
Dulwich is a Python implementation of the Git file formats and protocols, without the need to have Git installed. It aims to provide an interface to Git repos (both local and remote) that does not call out to Git directly but instead uses pure Python. All functionality is available in pure Python. Optional C extensions can be built for improved performance.
devel/dxa-0.1.3 (Score: 0.011843925)
Disassembler for MOS 6502 and compatible CPUs
dxa65 is a disassembler for MOS 6502 and compatible CPUs NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...) CMOS 6502s (65C02 and Rockwell R65C02)
devel/flatzebra-0.1.6 (Score: 0.011843925)
Generic game engine for 2D double-buffering animation
flatzebra - A generic game engine for 2D double-buffering animation Copyright (C) 2001-2004 Pierre Sarrazin <http://sarrazip.com/> This program is free software distributed under the GNU GPL. See the file COPYING.
devel/ftnchek-3.3.1 (Score: 0.011843925)
Fortran 77 semantic checking utility
ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran 77 program that a compiler usually does not. ftnchek is not primarily intended to detect syntax errors. Its purpose is to assist the user in finding semantic errors. Semantic errors are legal in the Fortran 77 language but are wasteful or may cause incorrect operation. For example, variables which are never used may indicate some omission in the program; uninitialized variables contain garbage which may cause incorrect results to be calculated; and variables which are not declared may not have the intended type. ftnchek is intended to assist users in the debugging of their Fortran 77 program. It is not intended to catch all syntax errors. This is the function of the compiler. Prior to using ftnchek, the user should verify that the program compiles correctly.
devel/gconf2-3.2.6 (Score: 0.011843925)
Configuration database system for GNOME
GConf extends the concept of a configuration registry. It provides a simple way for applications and administrators to store data; often GConf is used to store preferences for applications. Some of the features of GConf are: * Documentation for each configuration key, so that administrators can better modify the value. * Notifications to interested applications when configuration data is changed. The notification service works across networks, affecting all login sessions for a single user. * Proper locking so that configuration data doesn't get corrupted when accessed by multiple applications at the same time.
devel/gdb-7.11.1 (Score: 0.011843925)
GNU GDB of newer version than comes with the system
GDB is a source-level debugger for Ada, C, C++, Objective-C, Pascal and many other languages. GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and Microsoft Windows variants.
devel/gdb-6.6 (Score: 0.011843925)
GNU GDB of newer version than comes with the system
GNU GDB - the version, for which the "Insight" GUI is available.
devel/generatorrunner-0.6.16 (Score: 0.011843925)
Tool to create binding generators for C++ and Qt libraries
GeneratorRunner is a tool that eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process. It uses the ApiExtractor library to parse the header files and manipulate the classes information while generating the binding code using front-end modules provided by the user. GeneratorRunner is based on the QtScriptGenerator project
devel/gengetopt-2.22.6 (Score: 0.011843925)
Tool for generating a C function which parses command line arguments
This program generate a C function that uses getopt_long function to parse the command line options, validate them and fill a struct. Thus your program can now handle options such as: myprog --input foo.c -o foo.o --no-tabs -i 100 *.class And both long options (those that start with --) and short options (start with - and consist of only one character) can be handled. For standards about short and long options you may want to take a look at the GNU Coding Standards.
devel/geoip-1.2.8 (Score: 0.011843925)
Java bindings for GeoIP API
MaxMind provides IP intelligence through the GeoIP brand. Over 5,000 companies use GeoIP data to locate their Internet visitors and show them relevant content and ads, perform analytics, enforce digital rights, and efficiently route Internet traffic. Businesses can obtain additional insights into their customers' connection speeds, ISPs, and more using GeoIP data.