Ports Search

Results 17,30117,310 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/libnotify-0.7.6 (Score: 7.739885E-4)
Library for desktop notifications
The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. This port contains the library and a small command line client. See deskutils/notification-daemon for the daemon.
devel/libpafe-ruby-0.0.8 (Score: 7.739885E-4)
Ruby binding for libpafe
Ruby binding for libpafe
devel/libpafe-0.0.8 (Score: 7.739885E-4)
FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi)
FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi). This library is independent from the SDK for FeliCa.
devel/linux_libusb-11.0r261448 (Score: 7.739885E-4)
Linux-compatibility libusb
linux-libusb takes advantage of FreeBSD libusb(8) library, which got prepared to work correctly within linux(4) emulation layer. It lets you to take Linux binary linked with libusb.so and use it on FreeBSD. Additional information: This port has been prepared under FreeBSD with kern.osreldate = 1000510. It relies on the fact the libusb(8) API seems to be stable and no changes have been made to internal API for a long time. If this assumption isn't true, port won't work. Please submit bug report to the port maintainter in that case.
devel/lion-20060630 (Score: 7.739885E-4)
Multi-platform, event-driven, simple networking library
LiON (Lund's Input Output Library) is a C library to quickly develop programs that are event-driven, networked, non-blocking and portable. It includes a simple API to do any networking, file I/O and pipes. It is multiplatform and runs on POSIX-like systems and Windows.
devel/lpc21isp-1.97 (Score: 7.739885E-4)
ISP programmer tool for flashing NXP & Analog Devices ARM7 CPUs
Lpc21isp is an in-circuit programming (ISP) tool for the NXP (Philips) LPC1100/LPC1300/LPC1700/LPC2000 series ARM7/Cortex-M0/Cortex-M3 micro- controllers flash on NXP & Analog Devices ARM7 CPUs over the serial bootloader.
devel/cjson-2.1.0 (Score: 7.739885E-4)
Fast JSON parsing and encoding support for Lua
Lua CJSON provides fast JSON parsing and encoding support for Lua. It has been tested under Linux, FreeBSD, OSX, Solaris and Windows. Features: - Fast, standards compliant encoding/parsing routines. - Full support for JSON with UTF-8, including decoding surrogate pairs. - Optional run-time support for common exceptions to the JSON specification (NaN, Infinity,..). - No external dependencies.
devel/lpeg-0.12 (Score: 7.739885E-4)
Parsing Expression Grammars For Lua
LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).
devel/directx-20020518 (Score: 7.739885E-4)
DirectX header files for use with MinGW
DirectX header files for use with MinGW. These header files are used by the SDL project to compile SDL on Cygwin, but can also be used to compile native applications for Windows with MinGW.
devel/mime-1.1 (Score: 7.739885E-4)
C library to parse mime data
This package allows you to decode multipart mime messages. I wrote this so that my cgiparse library can understand multipart/form-data. I was looking at the various ways of doing it with out designing an entire library. After thinking about the problem, there were to many edge cases, and designing an entire library would be better. This is the results of the work. It definitely could use some cleaning up.