Ports Search

Results 1,1511,160 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
science/netcdf-4.4.0 (Score: 0.002519737)
C library for machine-independent, array-oriented data access
NetCDF (network Common Data Form) is an interface for array-oriented data access and a library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The netCDF software was developed at the Unidata Program Center in Boulder, Colorado.
databases/dbow-0.7 (Score: 0.0025156995)
DBOW is a database object generator for C, Perl, PHP, etc
DBOW is a database compiler-compiler or front-end. It takes table definitions in a relatively high-level language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL.
textproc/XML-Validator-Schema-1.10 (Score: 0.0025156995)
Perl module for validating XML documents against a W3C XML Schema
This module allows you to validate XML documents against a W3C XML Schema. This module does not implement the full W3C XML Schema recommendation, but a useful subset. See the SCHEMA SUPPORT section in the module documention.
devel/libopencm3-0.0.20160319 (Score: 0.0025091784)
LGPLv3 Cortex-M0/M3/M4 runtime library
The libopencm3 project aims to create an open-source firmware library for various ARM Cortex-M3 microcontrollers. Currently (at least partly) supported microcontrollers: - ST STM32F1 series - ST STM32F2 series - ST STM32F4 series - NXP LPC1311/13/42/43 The library is written completely from scratch based on the vendor datasheets, programming manuals, and application notes. The code is meant to be used with a GCC toolchain for ARM (arm-elf or arm-none-eabi), flashing of the code to a microcontroller can be done using the OpenOCD ARM JTAG software. This port depends on devel/gcc-arm-embedded toolchain.
databases/mysql-2.8.2 (Score: 0.002508888)
Ruby module for accessing MySQL databases with a C API like interface
This is a Ruby module for accessing MySQL databases, which has the same functions as C API.
audio/gstreamer-1.8.0 (Score: 0.002507504)
GStreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin
net/malo-firmware-3.0.0.39 (Score: 0.002507504)
Marvell Libertas 88W8335 IEEE 802.11b/g Firmware Kernel Module
Marvell Libertas 88W8335 firmware files are not free because Marvell refuses to grant distribution rights. This port contains firmware files from OpenBSD's malo(4) driver.
textproc/stem-1.5.1 (Score: 0.0024954767)
PECL extension which provides word stemming
This stem extension for PHP provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.org
devel/concurrent-ruby-1.0.2 (Score: 0.0024951755)
Modern concurrency tools for Ruby
Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java and classic concurrency patterns.
databases/tarantool-1.6.8.767 (Score: 0.00249468)
NoSQL database running in a Lua application server
Tarantool is an efficient NoSQL database and a Lua application server. Key features of the Lua application server: * 100% compatible drop-in replacement for Lua 5.1, based on LuaJIT 2.0. Simply use #!/usr/bin/tarantool instead of #!/usr/bin/lua in your script. * full support for Lua modules and a rich set of own modules, including cooperative multitasking, non-blocking I/O, access to external databases, etc. Key features of the database: * MsgPack data format and MsgPack based client-server protocol * two data engines: 100% in-memory with optional persistence and a 2-level disk-based B-tree, to use with large data sets * multiple index types: HASH, TREE, BITSET * asynchronous master-master replication * authentication and access control * the database is just a C extension to the app server and can be turned off