Ports Search

Results 6,9816,990 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.063 seconds)
chinese/cconv-0.6.4 (Score: 2.252498E-4)
PHP wrapper for chinese/cconv
This port is the PHP wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated.
chinese/cconv-0.5.0 (Score: 2.252498E-4)
Python wrapper for chinese/cconv
This port is the Python wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated.
comms/libirman-0.4.6 (Score: 2.252498E-4)
Library for Evation's Irman infrared receiver
libirman is a library for accessing the IRMAN hardware from Linux and other Unix systems. Currently the package is mainly for advanced users and developers; this does not mean that less experienced users will not be able to use it, but that there are not a lot of applications for libirman at the moment, and that if you run into problems you may have difficulty fixing things.
comms/pyla-1.1.7.1 (Score: 2.252498E-4)
Hylafax client written in Python
What's Pyla Project? Pyla wants to be a new Hylafax client entirely written using the Python interpreter. What can I do with Pyla? With Pyla you can basically send and manage faxes. It actually mimics WHFC in its interface so if you like WHFC, you'll probably feel comfortable with Pyla too. Why should I use Pyla? There're a lot of Hylafax clients out there, Pyla's main advantage is probably its platform independence.
databases/MLDBM-2.05 (Score: 2.252498E-4)
Store multi-level hash structure in single level tied hash
MLDBM - store multi-level hash structure in single level tied hash This module, intended primarily for use with DBM packages, can serve as a transparent interface to any TIEHASH package that must be used to store arbitrary perl data, including nested references. It works by converting the values in the hash that are references, to their string representation in perl syntax. When using a DBM database, it is this string that gets stored.
databases/riak-2.1.0.r1 (Score: 2.252498E-4)
Python client for Riak
The official Python client for Riak. Riak is a Dynamo-inspired key/value store that scales predictably and easily. Riak also simplifies development by giving developers the ability to quickly prototype, test, and deploy their applications. A truly fault-tolerant system, Riak has no single point of failure. No machines are special or central in Riak, so developers and operations professionals can decide exactly how fault-tolerant they want and need their applications to be.
devel/cgdb-0.6.8 (Score: 2.252498E-4)
Curses-based interface to the GNU Debugger
CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB is to be lightweight and responsive; not encumbered with unnecessary features. The interface is designed to deliver the familiar GDB text interface, with a split screen showing the source as it executes. The UI is modeled on the classic Unix text editor, vi. Those familiar with vi should feel right at home using CGDB.
devel/gpm-1.4.0 (Score: 2.252498E-4)
Go Package Manager
gpm is a minimalist package manager for Go that leverages the power of the go get command and the underlying version control systems used by it to set your Go dependencies to desired versions, thus allowing easily reproducible builds in your Go projects. Go Package Manager makes no assumptions about your dependencies and supports Git, Bazaar and Mercurial hosted Go packages, for a smoother workflow be sure to check out gvp - the Go Versioning Packager which provides dependency isolation for your projects.
devel/apiextractor-0.10.10 (Score: 2.252498E-4)
API Extractor library to build PySide
API Extractor library to build PySide The API Extractor library is used by the binding generator to parse headers of a given library and merge this data with information provided by typesystem (XML) files, resulting in a representation of how the API should be exported to the chosen target language. The generation of source code for the bindings is performed by specific generators using the API Extractor library. The API Extractor is based on QtScriptGenerator
devel/mueval-0.9.1.1.2 (Score: 2.252498E-4)
Safely evaluate pure Haskell expressions
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary Haskell expressions. Importantly, mueval takes many precautions to defang and avoid "evil" code. It uses resource limits, whitelisted modules, special Show instances for IO, threads, processes, changes of directory, and so on to sandbox the Haskell code. It is, in short, intended to be a standalone version of Lambdabot's famous evaluation functionality. For examples and explanations, please see the README file. Mueval is POSIX-only.