Ports Search

Results 1,7911,800 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
x11-toolkits/Gtk2-Unique-0.05 (Score: 0.001204141)
Perl binding for the C library libunique
Perl bindings for the C library "libunique" that provides a mechanism for writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side.
devel/gearmand-1.1.8 (Score: 0.0012040153)
Gearman C Server and Library
Gearman provides a generic framework to farm out work to other machines or dispatch function calls to machines that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport for database replication.
devel/gearmand-1.0.6 (Score: 0.0012040153)
Gearman C Server and Library
Gearman provides a generic framework to farm out work to other machines or dispatch function calls to machines that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport for database replication.
science/libquantum-1.1.1 (Score: 0.0012038535)
C library for quantum computing and quantum simulation
libquantum is a C library for the simulation of quantum mechanics, with a special focus laid to quantum computing. It started as a pure quantum computer simulator, but support for general quantum simulation has been recently added.
textproc/filepp-1.8.0 (Score: 0.0012026584)
Generic file preprocessor
filepp is a generic file preprocessor designed to allow the functionality provided by the C preprocessor cpp(1) to be used with any file type. filepp is designed to be easily customised and extended.
cad/stepcode-0.8 (Score: 0.0012021209)
Generates C++ and Python from ISO10303 files
In April/May 2012, STEP Class Library was renamed to STEPcode. This was done because the old name wasn't accurate - the class libraries are only a fraction of the software. The STEP Class Library (SCL) originated at the National Institute of Standards and Technology, or NIST. NIST started working with STEP in the 80's and continued until the late 90's. Some components of SCL were originally written in Lisp and then re-written in mixed C and C++ in the early 90's. The rest of SCL was written in C++ to begin with. STEPcode (SC) includes the class libraries, some of the most widely used EXPRESS schemas, some tools to work with EXPRESS, and support libraries for those tools. Two of the tools can create schema-specific libraries that are used with the class libraries. There are also some test files and programs.
math/randlib-1.3 (Score: 0.0012016537)
Library of Routines for Random Number Generation
This library provides routines that return: (1) Beta random deviates (2) Chi-square random deviates (3) Exponential random deviates (4) F random deviates (5) Gamma random deviates (6) Multivariate normal random deviates (mean and covariance matrix specified) (7) Noncentral chi-square random deviates (8) Noncentral F random deviates (9) Univariate normal random deviates (10) Random permutations of an integer array (11) Real uniform random deviates between specif (12) Binomial random deviates (13) Negative Binomial random deviates (14) Multinomial random deviates (15) Poisson random deviates (16) Integer uniform deviates between specified limits (17) Seeds for the random number generator calculated from a character string
databases/pxlib-0.6.7 (Score: 0.0011947327)
C library to read various Paradox files
pxlib is shared C library to read various Paradox files. Currently .DB files are best supported. pxlib provides a very simple api to read the header and the data records of Paradox files. I also provides functions to convert the data into the hosts data format (little or big endian).
devel/cflow-2.0 (Score: 0.0011947327)
Call graph generator for C code
Cflow reads files as C program source and attempts to print a graph of the program's function call hierarchy to the standard output. Called functions are indented with respect to their calling functions, and printed only once, in the order they occur. This is version 2.0.
devel/glui-2.36 (Score: 0.0011947327)
GLUT-based C++ user interface library
GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, check boxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, relying on GLUT to handle all system-dependent issues, such as window and mouse management.