Ports Search

Results 12,16112,170 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/Test-Script-1.12 (Score: 1.5577191E-4)
Test::Script - Cross-platform basic tests for scripts
Test::Script - Cross-platform basic tests for scripts The intent of this module is to provide a series of basic tests for scripts in the bin directory of your Perl distribution.
devel/libr3-1.0.0 (Score: 1.5577191E-4)
URL router library with high performance
R3 is an URL router library with high performance implemented in C. It compiles route paths into a prefix trie. By using the constructed prefix trie in the start-up time, you can dispatch routes with efficiency.
devel/Test-Simple-1.302056 (Score: 1.5577191E-4)
Basic utilities for writing tests in perl
Test::Simple is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one).
devel/libsmpp34-1.10 (Score: 1.5577191E-4)
Provide an implementation of SMPP-3.4 protocol for PDUs handling
The main focus of the library is to work in packaging and unpackaging of data structures. While this implementation uses SMPP-3.4, the aim is to generate a simple way to implement any proprietary protocol on TCP.
devel/libtermkey-0.18 (Score: 1.5577191E-4)
Easy processing of keyboard entry from terminal-based programs
This library allows easy processing of keyboard entry from terminal-based programs. It handles all the necessary logic to recognise special keys, UTF-8 combining, and so on, with a simple interface.
Android simpleperf tool
Simpleperf is a native profiling tool for Android. Its command-line interface supports broadly the same options as the linux-tools perf, but also supports various Android-specific improvements. This package only provides subcommands to read perf.data.
devel/libtai-0.60 (Score: 1.5577191E-4)
Library for storing and manipulating dates and times in second/attosecond
libtai supports two time scales: (1) TAI64, covering a few hundred billion years with 1-second precision; (2) TAI64NA, covering the same period with 1-attosecond precision. Both scales are defined in terms of TAI, the current international real time standard. libtai provides an internal format for TAI64, struct tai, designed for fast time manipulations. The tai_pack() and tai_unpack() routines convert between struct tai and a portable 8-byte TAI64 storage format. libtai provides similar internal and external formats for TAI64NA. libtai provides struct caldate to store dates in year-month-day form. It can convert struct caldate, under the Gregorian calendar, to a modified Julian day number for easy date arithmetic. This version of libtai requires a UNIX system with gettimeofday(). It will be easy to port to other operating systems with compilers supporting 64-bit arithmetic.
devel/alog-0.5.2 (Score: 1.5577191E-4)
Stackable logging framework for Ada
Alog is a stackable logging framework for Ada. It aims to be straight forward to use and is easily extendable. It provides support for various logger types, log facilities, loglevel policies and message transformations.
devel/libwfut-0.2.3 (Score: 1.5577191E-4)
WorldForge update library
libwfut is a C++ implementation of the Java updater tool, WFUT. It is primarily intended for use with WorldForge clients to allow integrated media updates, although it is not limited to this task.
devel/scalar_objects-0.0.20140124 (Score: 1.5577191E-4)
Support method calls on primitive types in PHP
Add support for method calls on primitive types in PHP This extension implements the ability to register a class that handles the method calls to a certain primitive type (string, array, ...). As such it allows implementing APIs like $str->length(). The main purpose of this repo is to provide a proof of concept implementation that can be used to design the new APIs. The switch to object syntax for operations on primitive types is a unique opportunity for PHP to redesign many of its inconsistent core APIs. This repo provides the means to quickly prototype and test new APIs as userland code. Once the APIs are figured out it will be proposed for inclusion into PHP. Note: The ability to register type handlers from userland is just for prototyping.