Ports Search

Results 3,3113,320 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
audio/taglib-1.1 (Score: 5.421705E-4)
Ruby library wrapping the Taglib library
Ruby-taglib is a ruby library wrapping the Taglib library, simple dl-based wrapper of Taglib's C library. It's short and sweet, because the C API is written by someone who knows how to use OO programming, and Ruby with dl just makes it all too easy to wrap such a library.
benchmarks/iozone-3.457 (Score: 5.421705E-4)
Performance Test of Sequential File I/O
Iozone: 'IO Zone' Benchmark Program Iozone tests the speed of sequential I/O to actual files. Therefore, this measurement factors in the efficiency of your machine's file system, operating system, C compiler, and C runtime library. It produces a measurement which is the number of bytes per second that your system can read or write to a file.
databases/DR-Tarantool-0.44 (Score: 5.421705E-4)
Perl driver for Tarantool
This module provides a synchronous and asynchronous driver for Tarantool. The driver does not have external dependencies, but includes the official light-weight Tarantool C client (a single C header which implements all protocol formatting) for packing requests and unpacking server responses.
devel/Date-Calc-6.4 (Score: 5.421705E-4)
Gregorian calendar date calculations
This package consists of a C library and a Perl module (which uses the C library, internally) for all kinds of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).
graphics/glew-1.13.0 (Score: 5.421705E-4)
The OpenGL Extension Wrangler Library
The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist C/C++ OpenGL developers with two tedious tasks: initializing and using extensions and writing portable applications. GLEW provides an efficient run-time mechanism to determine whether a certain extension is supported by the driver or not. OpenGL core and extension functionality is exposed via a single header file.
java/jflex-1.4.2 (Score: 5.421705E-4)
The Fast Lexical Analyser Generator for Java[tm]
JFlex is a lexical analyzer generator for Java written in Java. It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++ tool flex: They do not share any code though.
math/eval-113 (Score: 5.421705E-4)
Full featured floating point expression evaluator
Eval is a full featured floating point expression evaluator that can assign variables, has many built-in functions and constants, allows input and output in any number base, and uses a C-like syntax for expression evaluation. Full ANSI C source is included and easily portable to other platforms. Author: Will Menninger This version comes with readline support.
math/Math-MPFR-3.33 (Score: 5.421705E-4)
Perl interface to MPFR Library
p5-Math-MPFR is a module wraps the MPFR library functions. The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision C library.
www/mod_wsgi-4.5.4 (Score: 5.421705E-4)
Python WSGI adapter module for Apache
The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI.
x11/keybinder-0.3.1 (Score: 5.421705E-4)
Library for registering keyboard shortcuts
Keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. The port provides the following: - A C library, libkeybinder - Lua bindings, lua-keybinder - Python bindings, python-keybinder - An examples directory with programs in C, Lua, Python, and Vala