Ports Search

Results 1,8911,900 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.019 seconds)
devel/cweb-3.64a.a (Score: 0.0011004304)
Literate programming tools for the C language
This is an adaptation of Donald Knuth's WEB system of literate programming for the C language.
shells/44bsd-csh-20001106 (Score: 0.0011004304)
The traditional 4.4BSD /bin/csh C-shell
This is the traditional 4.4BSD /bin/csh C-shell, with additional FreeBSD fixes and updates since 4.4BSD Lite was released.
emulators/simh-3.9.0 (Score: 0.0010991559)
Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
SIMH is a highly portable, multi-system simulator. SIMH implements simulators for: - Data General Nova, Eclipse - Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, PDP-10, PDP-11, PDP-15, VAX - GRI Corporation GRI-909 - IBM 1401, 1620, 1130, System 3 - Interdata (Perkin-Elmer) 16b and 32b systems - Hewlett-Packard 2116, 2100, 21MX - Honeywell H316/H516 - MITS Altair 8800, with both 8080 and Z80 - Royal-Mcbee LGP-30, LGP-21 - Scientific Data Systems SDS 940 These simulators are capable of running the Unix V5, V6 and V7 binaries licenced for non-commercial use by SCO. See ${WRKDIR}/simh_doc.txt for further details.
graphics/agg-2.5 (Score: 0.0010988896)
High Quality Rendering Engine for C++
Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard C++. AGG doesn't depend on any graphic API or technology. Basically, you can think of AGG as of a rendering engine that produces pixel images in memory from some vectorial data. But of course, AGG can do much more than that. The ideas and the philosophy of AGG are: * Anti-Aliasing. * Subpixel Accuracy. * The highest possible quality. * High performance. * Platform independence and compatibility. * Flexibility and extensibility. * Lightweight design. * Reliability and stability (including numerical stability).
games/craft-1.0 (Score: 0.0010983095)
Simple Minecraft clone written in C using modern OpenGL
Craft is a Minecraft clone. Just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server. This version is adapted to build, install and run on FreeBSD. Craft was created by Michael Fogleman.
textproc/btparse-0.35 (Score: 0.0010983095)
C library for parsing and processing BibTeX data files
btparse is a C library for parsing and processing BibTeX files. It provides a lexical scanner and LR parser (constructed by PCCTS), both of which are efficient and offer good error detection and recovery; a set of functions for traversing the AST (abstract syntax tree) generated by the parser; and utility functions for manipulating strings according to BibTeX conventions.
devel/ExtUtils-ParseXS-3.24 (Score: 0.0010974654)
Converts Perl XS code into C code
ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. The compiler uses typemaps to determine how to map C function parameters and variables to Perl values.
devel/libsoup-2.52.2 (Score: 0.001095397)
SOAP (Simple Object Access Protocol) implementation in C
Soup is a SOAP (Simple Object Access Protocol) implementation in C. It provides a queued asynchronous callback-based mechanism for sending and servicing SOAP requests, and a WSDL (Web Service Definition Language) for C compilers which generates client stubs and server skeletons for easily calling and implementing SOAP methods. It uses GLib and is designed to work well with GTK applications. Features: * Completely Asynchronous * Connection cache * HTTP chunked transfer and persistent connections * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support * SSL Support using OpenSSL * Apache module server support * Client digest authentication
devel/libsoup-2.52.2 (Score: 0.001095397)
SOAP (Simple Object Access Protocol) implementation in C
Soup is a SOAP (Simple Object Access Protocol) implementation in C. It provides a queued asynchronous callback-based mechanism for sending and servicing SOAP requests, and a WSDL (Web Service Definition Language) for C compilers which generates client stubs and server skeletons for easily calling and implementing SOAP methods. It uses GLib and is designed to work well with GTK applications. Features: * Completely Asynchronous * Connection cache * HTTP chunked transfer and persistent connections * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support * SSL Support using OpenSSL * Apache module server support * Client digest authentication
science/cgribex-1.6.3 (Score: 0.001095397)
Lightweight GRIBEX in C with portable Fortran interface
GRIBEX is an interface for encoding and decoding WMO FM-92 GRIB edition 1 messages and some ancillary subroutines for controlling printing and debugging. The GRIBEX software was developed at the European Centre for Medium-range Weather Forecasts (ECMWF) and is part of the EMOS library. EMOS is mostly written in Fortran. Therefore it has only a Fortran interface. CGRIBEX is a lightweight version of GRIBEX written in ANSI C with a portable Fortran interface. For best compatibility some of the C sources were converted from the Fortran GRIBEX version.