Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第1,1311,140项(搜索用时0.005秒)
devel/libuninum-2.7 (Score: 0.006224396)
Library for converting Unicode strings to numbers
This is a library for converting Unicode strings to numbers. Standard functions like strtoul and strtod do this for numbers written in the usual Western number system using the Indo-Arabic numerals, but they do not handle other number systems. The main functions take as input a UTF-32 Unicode string and compute the corresponding unsigned integer.
devel/libstroke-0.5.1 (Score: 0.006224396)
Stroke translation library
LibStroke is a stroke translation library. Strokes are motions of the mouse that can be interpreted by a program as a command. Strokes are used extensively in CAD programs. I fell in love with them when I was using the CAD tools that use a stroke interface to select tools or perform actions. I wrote this library so that others can see how useful strokes can be and so that more programs take advantage of this extremely natural human-computer interface.
devel/libvterm-git20160104 (Score: 0.006224396)
Implementation of a VT220/xterm/ECMA-48 terminal emulator
Abstract C99 library which implements a VT220 or xterm-like terminal emulator. It doesn't use any particular graphics toolkit or output system, instead it invokes callback function pointers that its embedding program should provide it to draw on its behalf. It avoids calling malloc() during normal running state, allowing it to be used in embedded kernel situations.
devel/shape-0.9.2 (Score: 0.006224396)
PECL extension that wraps libshape
The shape extension wraps libshape and provides the ability to write programs for manipulating ESRI shapefiles.
devel/spread-2.1.0 (Score: 0.006224396)
Php Interface to the Spread Toolkit API
pecl-spread is a extension for PHP to support the Spread toolkit API. While Spread is an open source toolkit that provides a high performance messaging service that is resilient to faults across local and wide area networks.
devel/guile-lib-0.2.2 (Score: 0.006224396)
Repository of useful code written in Guile Scheme
Guile-Lib is intended as an accumulation place for pure-scheme Guile modules, allowing for people to cooperate integrating their generic Guile modules into a coherent library. Think "a down-scaled, limited-scope CPAN for Guile". Also, it can be seen as a code staging area for Guile; the Guile developers could decide to integrate some of the code into guile-core. An example for a possible candidate is SRFI-35.
devel/libytnef-1.5 (Score: 0.006224396)
Unpack data in MS Outlook TNEF format
This is the library needed to YTNEF application This program decodes those annoying application/ms-tnef MIME attachments that Microsoft mail servers helpfully use to encapsulate your already MIME encoded attachments. Due to the proliferation of Microsoft Outlook and Exchange mail servers, more and more mail is encapsulated into this format. The YTNEF program allows one to unpack the attachments which were encapsulated into the YTNEF attachment. Thus alleviating the need to use Microsoft Outlook to view them. Now supports winmail.dat Outlook files
devel/uploadprogress-1.0.3 (Score: 0.006224396)
Provides track progress of a file upload
An extension to track progress of a file upload.
devel/vld-0.13.0 (Score: 0.006224396)
Dump the internal representation of PHP scripts
The Vulcan Logic Disassembler hooks into the Zend Engine and dumps all the opcodes (execution units) of a script.
devel/weakref-0.2.6 (Score: 0.006224396)
PECL Weakref extension
A weak reference provides a gateway to an object without preventing that object from being collected by the garbage collector (GC).