Ports Search

Results 13,02113,030 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/p4ruby-2015.2.1313860 (Score: 9.2878623E-4)
Ruby bindings for the Perforce API
The Ruby bindings for the Perforce Client API provide convenient classes within Ruby for communicating with Perforce SCM servers.
devel/ultragetopt-0.6.0 (Score: 9.2878623E-4)
Versatile and customizable implementation of getopt()
UltraGetopt is a versatile and customizable implementation of getopt() with support for many common extensions, MS-DOS formatted option strings, and much more. It can function as a drop-in replacement for getopt() on systems with or without existing vendor-provided implementations and also as a separate co-existing function.
devel/pry-remote-em-0.7.5 (Score: 9.2878623E-4)
Connect to Pry remotely using EventMachine
PryRemoteEm enables you to start instances of Pry in a running EventMachine program and connect to those Pry instances over a network or the Internet. Once connected you can interact with the internal state of the program. It's based off of Mon-Ouie's pry-remote for DRb. It adds user authentication and SSL support along with tab-completion and paging. It's compatble with MRI 1.9, or any other VM with support for Fibers and EventMachine.
devel/yasm-1.2.0.29 (Score: 9.2878623E-4)
Complete rewrite of the NASM assembler (Development Snapshot)
YASM is a complete rewrite of the NASM assembler under the "new" BSD License. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O (32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.
devel/z80asm-1.8 (Score: 9.2878623E-4)
Assembler for the Z80 microprocessor
z80asm is an assembler for the Z80 microprcessor. The assembler aims to be portable and complete. Of course it assembles all official mnemonics, but it also aims to assemble the unofficial mnemonics. The assembler features the output of listing files which show the source with the assembled codes and address next to it. It also allows outputting of label files, in a format which can be included by other assembler source files. Other noteworthy features are complete calculation capabilities, conditional assembling of parts of the code, and inclusion of other source files. The assembler was written with the MSX computer in mind as the target platform, but it can be used for any system with a Z80 in it. The original idea was to make header files with labels of MSX specific addresses (BIOS, BDOS, system variables), but nothing like this has been done yet.
devel/redis-activesupport-4.1.5 (Score: 9.2878623E-4)
Redis store for ActiveSupport::Cache
Redis store for ActiveSupport::Cache
devel/redis-store-1.1.7 (Score: 9.2878623E-4)
Namespaced Redis stores for Ruby web frameworks
Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks.
devel/cppunit-1.13.2 (Score: 9.2878623E-4)
C++ port of the JUnit framework for unit testing
CppUnit is the C++ port of the famous JUnit framework for unit testing. This fork is maintained by freedesktop.org as a LibreOffice project.
devel/rubyinline-3.12.4 (Score: 9.2878623E-4)
Inline::C allows you to embed C/Ruby directly in ruby scripts
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever). The code is compiled and run on the fly when needed. Using the package_inline tool Inline now allows you to package up your inlined object code for distribution to systems without a compiler (read: Windows)! FEATURES/PROBLEMS: * Quick and easy inlining of your C or C++ code embedded in your ruby script. * Extendable to work with other languages. * Automatic conversion between ruby and C basic types o char, unsigned, unsigned int, char *, int, long, unsigned long * inline_c_raw exists for when the automatic conversion isn't sufficient. * Only recompiles if the inlined code has changed. * Pretends to be secure. * Only requires standard ruby libraries, nothing extra to download. * Can generate a basic Rakefile and package up built extensions for distribution.
devel/safe_yaml-1.0.4 (Score: 9.2878623E-4)
Parse YAML safely
Parse YAML safely, without that pesky arbitrary object deserialization vulnerability