Ports Search

Results 6,3016,310 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.015 seconds)
lang/gnu-cobol-1.1 (Score: 2.4777435E-4)
Open-source COBOL compiler
GNU COBOL, formerly known as Open-COBOL, is an open-source COBOL compiler, which translates COBOL programs to C code and compiles it using GCC.
lang/swi-pl-7.2.3 (Score: 2.4777435E-4)
Edinburgh-style Prolog compiler
Edinburgh-style Prolog compiler including modules, autoload, libraries, Garbage-collector, stack-expandor, C-interface, GNU-readline and GNU-Emacs interface, very fast compiler.
math/gmp-0.5.12 (Score: 2.4777435E-4)
Multiple Precision Arithmetic
Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic).
math/Geo-Distance-XS-0.11 (Score: 2.4777435E-4)
Calculate Distances and Closest Locations faster
The Geo::Distance::XS module provides faster C implementations of the distance calculations found in Geo::Distance. See the documentation for that module for usage.
security/Crypt-GCrypt-1.26 (Score: 2.4777435E-4)
Perl interface to the GNU Cryptographic library
Crypt::GCrypt provides an object interface to the C libgcrypt library. It currently supports symmetric encryption/decryption and message digests, while asymmetric cryptography is being worked on.
sysutils/dmg2img-1.6.5 (Score: 2.4777435E-4)
DMG2IMG convert tool
DMG2IMG is an Apple's compressed dmg to standard (hfsplus) image disk file convert tool. It is derived from dmg2iso v0.2c by vu1tur.
textproc/trang-2009.11.11 (Score: 2.4777435E-4)
Multi-format schema converter based on RELAX NG
Trang converts between different schema languages for XML. It supports the following languages: * RELAX NG (XML syntax) * RELAX NG compact syntax * XML 1.0 DTDs * W3C XML Schema
www/CSS-DOM-0.16 (Score: 2.4777435E-4)
Document Object Model for Cascading Style Sheets
This module provides the CSS-specific interfaces described in the W3C DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces.
x11-fonts/gost-0.2 (Score: 2.4777435E-4)
GOST TrueType fonts
Standart GOST font. GOST 2.304-81 Pay attention to copyright issues before any commercial use this fonts. Copyright (c) 1996-2010. ASCON. All Rights Reserved.
devel/AnyEvent-7.12 (Score: 2.4437654E-4)
Provide framework for multiple event loops
AnyEvent provides an identical interface to multiple event loops. This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time). The interface itself is vaguely similar but not identical to the Event module. On the first call of any method, the module tries to detect the currently loaded event loop by probing wether any of the following modules is loaded: Coro::Event, Event, Glib, Tk. The first one found is used. If none is found, the module tries to load these modules in the order given. The first one that could be successfully loaded will be used. If still none could be found, AnyEvent will fall back to a pure-perl event loop, which is also not very efficient.