Ports Search

Results 3,6713,680 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/argouml-0.34 (Score: 0.0012383816)
UML design tool with cognitive support
ArgoUML is a powerful yet easy-to-use interactive, graphical software design environment that supports the design, development and documentation of object-oriented software applications. If you are familiar with a family of software applications called Computer Aided Software Engineering (CASE) tools then you should find ArgoUML instantly familiar. The users of ArgoUML are software designers & architects, software developers, business analysts, systems analysts and other professionals involved in the analysis, design and development of software applications. Main features: * Open standards: XMI, SVG and PGML * 100% Java * Open Source allows to extend or customize it. * Cognitive features like: reflection-in-action, opportunistic design, comprehension and problem solving
devel/BNFC-2.8 (Score: 0.0012383816)
Compiler front-end generator
The BNF Converter is a compiler construction tool generating a compiler front-end from a Labelled BNF grammar. It was originally written to generate Haskell, but starting from Version 2.0, it can also be used for generating Java, C++, and C. Given a Labelled BNF grammar the tool produces: an abstract syntax as a Haskell/C++/C module or Java directory, a case skeleton for the abstract syntax in the same language, an Alex, JLex, or Flex lexer generator file, a Happy, CUP, or Bison parser generator file, a pretty-printer as a Haskell/Java/C++/C module, a Latex file containing a readable specification of the language.
devel/argtable-2.13 (Score: 0.0012383816)
ANSI C library for parsing GNU style command line arguments
Parsing a program's command line arguments has always been a distraction from the main programming task at hand. The argtable library simplifies the job by enabling the programmer to define the command line options directly in the source code as a static array of structs and then pass that array to argtable library functions which parse the command line accordingly. The values extracted from the command line are deposited directly into user-defined program variables where they can be accessed by the main program. Argtable can also generate descriptions of the command line syntax from that same array for display as on-line help.
devel/HUnit-1.2.5.2 (Score: 0.0012383816)
Unit testing framework for Haskell
HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java.
devel/ChipmunkPhysics-7.0.1 (Score: 0.0012383816)
2D physics engine written in C
Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics library written in C. It is licensed under the unrestrictive, OSI approved MIT license.
devel/asmutils-0.18 (Score: 0.0012383816)
Set of Unix utilities written in x86 assembly language
asmutils is a set of miscellaneous utilities written in assembly language, targeted for x86 embedded systems and small distributions (like rescue or installation disks); it also contains small libc and crypto libraries. It features the smallest possible size and memory requirements, the fastest speed (with few exceptions), and good functionality.
devel/automoc4-0.9.88 (Score: 0.0012383816)
Automatic moc for Qt 4 packages
Automoc4 is a tool to add rules to CMake projects for generating Qt 4 moc files automatically.
devel/hspec-core-2.1.10 (Score: 0.0012383816)
Testing Framework for Haskell
This package exposes internal types and functions that can be used to extend Hspec's functionality.
devel/hspec-discover-2.1.10 (Score: 0.0012383816)
Automatically discover and run Hspec tests
Automatically discover and run Hspec tests.
devel/hspec-2.1.10 (Score: 0.0012383816)
Testing Framework for Haskell
Hspec is a testing framework for Haskell. It is inspired by the Ruby library RSpec. Some of Hspec's distinctive features are: * a friendly DSL for defining tests * integration with QuickCheck, SmallCheck, and HUnit * parallel test execution * automatic discovery of test files