Ports Search

Results 11,20111,210 of 19,819 for %22HTTP Server%22.(0.016 seconds)
devel/dbus-sharp-glib-0.5.0 (Score: 9.2878623E-4)
D-Bus for .NET: GLib integration module
This is a fork of ndesk-dbus-glib, which provides GLib main loop integration for Managed D-Bus.
devel/dbus-sharp-0.7.0 (Score: 9.2878623E-4)
Mono interface to the D-BUS messaging system
This is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus).
devel/dbus-1.8.20 (Score: 9.2878623E-4)
Message bus system for inter-application communication
D-BUS supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon).
devel/dcmtk-3.6.0 (Score: 9.2878623E-4)
Toolkit to work with DICOM objects
DCMTK is a collection of libraries and applications implementing large parts of the DICOM standard. DCMTK includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. DCMTK comes in complete source code and is written in a mixture of ANSI C and C++.
devel/ddd-3.3.12 (Score: 9.2878623E-4)
Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB
DDD is the Data Display Debugger, a common graphical front-end for GDB, DBX, and XDB debuggers. DDD is an Motif application that besides the "usual" features such as viewing source texts and breakpoints, DDD provides a _graphical_data_display_, where data structures are displayed as graphs. A simple mouse click dereferences pointers or reveals structure contents. Complex data structures can be explored incrementally and interactively, using automatic layout if preferred. Each time the program stops, the data display reflects the current variable values. Data Display Debugger requires pty(4) functionality to talk to GDB, so make sure to either load appropriate kernel module or use custom kernel with pty(4) compiled in.
devel/devhelp-3.18.1 (Score: 9.2878623E-4)
Developer help browser for GNOME 3
devhelp is a developer's help browser for GNOME 2. It is a GUI frontend to books about GNOME development, providing cross-referenced, easily searchable information. Many books are available, and can be found through the project's website. -Adam Weinberger <adamw@FreeBSD.org>
devel/libdisasm-0.23 (Score: 9.2878623E-4)
Bastard Disassembly Environment x86 disassembler library and CLI
The libdisasm library provides basic disassembly of Intel x86 instructions from a binary stream. The intent is to provide an easy to use disassembler which can be called from any application; the disassembly can be produced in AT&T syntax and Intel syntax, as well as in an intermediate format which includes detailed instruction and operand type information.
devel/alexandria-2010.01.16 (Score: 9.2878623E-4)
Collection of portable public domain utilities for Common Lisp
As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable.
devel/deheader-1.0 (Score: 9.2878623E-4)
Tool to find unnecessary includes in C/C++ files
Deheader analyzes C and C++ files to determine which header inclusions can be removed while still allowing them to compile. This may result in substantial improvements in compilation time, especially on large C++ projects; it also sometimes exposes dependencies and cohesions of which developers were unaware.
devel/split-sequence-20011114.1 (Score: 9.2878623E-4)
Partitioning Common Lisp sequences
split-sequence is a small library to split sequences in to a list of subsequences delimited by an object satisfying a test function. It is a member of the Common Lisp Utilities family of programs, designed by community consensus.