Ports Search

Results 10,27110,280 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/goffice-0.10.28 (Score: 1.762358E-4)
GLib/GTK+ set of document centric objects and utilities
Goffice is a set of document centric components for GLib and GTK+. There are common operations for document centric applications that are conceptually simple, but complex to implement fully. - plugins - load/save documents - undo/redo Goffice provides a single library for performing such operations.
devel/glib-1.2.10 (Score: 1.762358E-4)
Some useful routines of C programming (previous stable version)
This is GLib version 1.2. GLib, is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things. ftp://ftp.gtk.org/pub/gtk A mailing list is located at gtk-list@redhat.com for discussion.
devel/gumbo-0.10.1 (Score: 1.762358E-4)
Pure-C HTML5 parser
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. It's designed to serve as a building block for other tools and libraries such as linters, validators, templating languages, and refactoring and analysis tools.
devel/hint-0.4.2.3 (Score: 1.762358E-4)
Runtime Haskell interpreter (GHC API wrapper)
This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, essentially, a huge subset of the GHC API wrapped in a simpler API.
devel/system-fileio-0.3.16.3 (Score: 1.762358E-4)
Consistent filesystem interaction across GHC versions
This is a small wrapper around the "directory", "Unix", and "Win32" packages, for use with "system-filepath". It provides a consistent API to the various versions of these packages distributed with different versions of GHC. In particular, this library supports working with POSIX files that have paths which can't be decoded in the current locale encoding.
devel/qt5-5.6.1 (Score: 1.762358E-4)
Cross-platform application and UI framework (metaport)
Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS/JavaScript-like language. With Qt, code can be reused efficiently to target multiple platforms with one code base. The modular C++ class library and developer tools easily enables developers to create applications for one platform and easily build and run to deploy on another platform.
devel/apr-2.0.20150425134304 (Score: 1.762358E-4)
Apache Portability Library
The Apache Portable Runtime is a library of C data structures and routines, forming a system portability layer that covers as many operating systems as possible, including Unices, Win32, BeOS, and OS/2. This port also includes the APR-Util package, which contains some useful utilities built on top of APR.
devel/hp48cc-1.3 (Score: 1.762358E-4)
C-like compiler that translates input code to the HP48 RPL language
hp48cc is a C-like compiler that translates the input code into the HP48 RPL language. The language recognized by the compiler is only a small subset of the C language, with some non-standard extensions, but powerful enough to write complex programs simply. Note that GCC-based `devel/hp48xgcc' port exists which directly translates C code into Saturn (HP48 processor) opcodes.
devel/hp48xgcc-1.0.2 (Score: 1.762358E-4)
GNU C cross-compiler for HP48 calculators
HP48xgcc is a C cross-compiler. It is a program that runs on your computer and translates C code into objects that can be executed on the HP48. It is based on (well, that's an understatement) the GNU C compiler (gcc) and thus it supports complete C language, not just some subset.
devel/ace-6.3.4 (Score: 1.762358E-4)
Adaptive Communication Environment for C++
The ADAPTIVE Communication Environment (ACE) is an object-oriented (OO) toolkit that implements fundamental design patterns for communication software. ACE provides a rich set of reusable C++ wrappers and frameworks that perform common communication software tasks across a range of OS platforms.