Ports Search

Results 4,5114,520 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
databases/mysqlsniffer-1.2 (Score: 3.8337242E-4)
Tcpdump clone specifically for MySQL
mysqlsniffer is a tcpdump clone specifically for dumping/sniffing/watching MySQL network protocol traffic over TCP/IP networks. mysqlsniffer is coded in C using the pcap library and works with MySQL version 4.0 and newer. mysqlsniffer is the only MySQL-specific network sniffer.
deskutils/plopfolio-0.1.0 (Score: 3.8337242E-4)
Free clone of KlipFolio for GNUstep
PlopFolio is a free clone of Serence's excellent KlipFolio application. PlopFolio supports Klips available from KlipFarm. PlopFolio is developped using the Objective-C language and works well with GNUstep (on Linux, FreeBSD, and more) and Cocoa on Mac OS X. LICENSE: GPL2 or later
devel/cld-0.1 (Score: 3.8337242E-4)
Chromium compact language detector library
A port from the CLD (Compact Language Detector) library embedded in Google's Chromium browser. The library detects the language from provided UTF8 text (plain text or HTML). It's implemented in C++, with very basic Python bindings. You most likely need devel/cld2 port: version 2 of CLD. This port is here only to for pecl-cld until it support CLD version 2.
devel/gnustep-make-2.6.7 (Score: 3.8337242E-4)
GNUstep makefile package
GNUstep is a set of general-purpose Objective-C libraries based on the OpenStep standard developed by NeXT (now Apple) Inc. The libraries consist of everything from foundation classes, such as dictionaries and arrays, to GUI interface classes such as windows, sliders, buttons, etc. Please contact the GNUstep maintainers at <discussion@gnustep.org> in case of questions and help offers.
devel/yaml-20160301 (Score: 3.8337242E-4)
YAML support for the Go language
The yaml package enables Go programs to comfortably encode and decode YAML values. It was developed within Canonical as part of the juju project, and is based on a pure Go port of the well-known libyaml C library to parse and generate YAML data quickly and reliably.
devel/glib-0.13.1.1 (Score: 3.8337242E-4)
Binding to the GLIB library for Gtk2Hs
GLib is a collection of C data structures and utility functions for the GObject system, main loop implementation, for strings and common data structures dealing with Unicode. This package only binds as much functionality as required to support the packages that wrap libraries that are themselves based on GLib.
devel/judy-1.0.2 (Score: 3.8337242E-4)
PHP Judy implements sparse dynamic arrays
PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension is based on the Judy C library. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judy's key benefits are scalability, high performance, and memory efficiency.
devel/newt-1.2.9 (Score: 3.8337242E-4)
PHP language extension for RedHat Newt library
PHP language extension for RedHat Newt library, a terminal-based window and widget library for writing applications with user friendly interface. Once this extension is enabled in PHP it will provide the use of Newt widgets, such as windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls, textareas, scales, etc. Use of this extension if very similar to the original Newt API of C programming language.
devel/libaura-3.1.20051222 (Score: 3.8337242E-4)
Library of Assorted Useful Reusable Abstractions
Libaura is a library of Assorted Useful Reusable Abstractions - data structures and utilities for C language programming. At present, they include: - memory allocators/deallocators - key<->value dictionaries (hashed or sorted) - extensible buffers - filesystem predicates (is_dir, is_named_pipe, etc) - popen() variation which allows the caller to know the pid of the process on the other end of the pipe.
devel/bmkdep-20140112 (Score: 3.8337242E-4)
Construct Makefile dependency list
NetBSD's version of mkdep. Because it is a C program and does all postprocessing and file handling without calling any external programs, it is up to 10-percent faster than the original BSD mkdep shell script. Also it contains options not available in FreeBSD's mkdep.