Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第5,4615,470项(搜索用时0.009秒)
lang/racket-6.6 (Score: 0.0012383816)
Interactive, integrated, graphical Scheme programming environment
Racket is a set of tools for writing and running the PLT scheme programming language. It includes a graphical IDE (drracket) that features highlighting of the source of syntax and run-time errors, support for multiple language levels, an algebraic stepper, objects, modules, a GUI library, TCP/IP, and much more. It includes an extensive, hyper-linked help system called Help Desk, available from the Help menu, the plt-help command line tool, or through a web browser. The racket-textual port provides a text-only version of the Racket environment without X11 dependencies.
lang/racket-6.6 (Score: 0.0012383816)
Interactive, integrated, graphical Scheme programming environment
Racket is a set of tools for writing and running the PLT scheme programming language. It includes a graphical IDE (drracket) that features highlighting of the source of syntax and run-time errors, support for multiple language levels, an algebraic stepper, objects, modules, a GUI library, TCP/IP, and much more. It includes an extensive, hyper-linked help system called Help Desk, available from the Help menu, the plt-help command line tool, or through a web browser.
lang/gcc-5.4.1.s20160920 (Score: 0.0012383816)
GNU Compiler Collection 5
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, Fortran and Java front ends as gcc5, g++5, gfortran5, and gcj5, respectively. Gerald Pfeifer <gerald@FreeBSD.org>
lang/scheme48-1.9.2 (Score: 0.0012383816)
Scheme Underground's implementation of R5RS
Scheme 48 is an implementation of the Scheme programming language as described in the Revised^5 Report on the Algorithmic Language Scheme. It is based on a compiler and interpreter for a virtual Scheme machine. The name derives from our desire to have an implementation that is simple and lucid enough that it looks as if it were written in just 48 hours. We don't claim to have reached that stage yet; much more simplification is necessary. Scheme 48 is an implementation of the Scheme programming language as described in the Revised5 Report on the Algorithmic Language Scheme [6]. It is based on a compiler and interpreter for a virtual Scheme machine. Scheme 48 tries to be faithful to the Revised5 Scheme Report, providing neither more nor less in the initial user environment. (This is not to say that more isn't available in other environments; see below.) Scheme 48 is under continual development. Please report bugs, especially in the VM, especially core dumps, to scheme-48-bugs@s48.org. Include the version number x.yy from the "Welcome to Scheme 48 x.yy" greeting message in your bug report. It is a goal of this project to produce a bullet-proof system; we want no bugs and, especially, no crashes.
lang/wrapper-2.4 (Score: 0.0012383816)
Tool that wraps Rexx source or tokenised code into an executable
Rexx/Wrapper is a tool that wraps Rexx source or tokenised code into an executable. The Rexx source code can be optionally compressed and encoded to ensure that the original Rexx code cannot be viewed (unless you have the original encryption key). To use Rexx/Wrapper you need two extra bits of software: 1. A supported Rexx interpreter 2. A supported C compiler
lang/rubinius-2.5.2 (Score: 0.0012383816)
LLVM based ruby language implementation
Rubinius is an implementation of the Ruby programming language. The Rubinius bytecode virtual machine is written in C++, incorporating LLVM to compile bytecode to machine code at runtime. The bytecode compiler and vast majority of the core classes are written in pure Ruby. To interact with the rest of the system, the VM provides primitives which can be attached to methods and invoked. Additionally, FFI provides a direct call path to most C functions. Rubinius uses a precise, compacting, generational garbage collector. It includes a compatible C-API for C extensions written for the standard Ruby interpreter (often referred to as MRI Matz's Ruby Implementation).
lang/gcc-5.4.0 (Score: 0.0012383816)
GNU Compiler Collection 5
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, Fortran and Java front ends as gcc5, g++5, gfortran5, and gcj5, respectively. Gerald Pfeifer <gerald@FreeBSD.org>
lang/gcc-6.2.1.s20160922 (Score: 0.0012383816)
GNU Compiler Collection 6
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, Fortran and Java front ends as gcc6, g++6, gfortran6, and gcj6, respectively. Gerald Pfeifer <gerald@FreeBSD.org>
lang/gcc-7.0.0.s20160925 (Score: 0.0012383816)
GNU Compiler Collection 7
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, Fortran and Java front ends as gcc7, g++7, gfortran7, and gcj7, respectively. Gerald Pfeifer <gerald@FreeBSD.org>
lang/runawk-1.6.0 (Score: 0.0012383816)
Wrapper for AWK interpreter that implements a modules system
runawk is a small wrapper for AWK that implements a modules system and helps one to write the standalone AWK programs.