Ports Search

Results 491500 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
databases/dbf-0.96.8 (Score: 0.008069363)
Pure python package for reading/writing dbf files
py-dbf is a pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files (including memos). Currently supports dBase III, and FoxPro - Visual FoxPro 6 tables. Text is returned as unicode, and codepage settings in tables are honored. Documentation needs work, but author is very responsive to e-mails.
devel/clinfo-2.1.16.01.12 (Score: 0.008069363)
OpenCL info program like glxinfo is for libGL
A simple OpenCL application that enumerates all possible platform and device properties. Inspired by AMD's program of the same name, it is coded in pure C99 and it tries to output all possible information, including that provided by platform-specific extensions, and not to crash on platform-unsupported properties (e.g. 1.2 properties on 1.1 platforms).
devel/js-jquery-1.11.3 (Score: 0.008069363)
Obtain minified jQuery code
This package bundles the minified jQuery code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jQuery version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).
devel/libewf-20140608 (Score: 0.008069363)
Library for support of the Expert Witness Compression Format (EWF)
Libewf is a library for support of the Expert Witness Compression Format (EWF), it support both the SMART (EWF-S01) and EnCase (EWF-E01) format. Libewf allows you to read and write EWF files. Recent versions also support the LEV (EWF-L01) format.
devel/ois-1.2.0 (Score: 0.008069363)
Object Oriented Input System
Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback). Written in C++ using Object Oriented Design patterns. NOTE: this ports lacks joystick support. For now.
devel/p4delta-1.3.2 (Score: 0.008069363)
Summarizes and manages differences between local files and Perforce
p4delta works with a project that is in the Perforce configuration management system. It lists the local files that have been added, changed, or deleted. Content differences are summarized, i.e., the number of lines of code that have been added, changed, and deleted. It can also add, edit, and remove the appropriate files to/from Perforce. Requires ruby.
devel/File-Find-Closures-1.11 (Score: 0.008069363)
Functions you can use with File::Find
The author wrote this module as an example of both using closures and using File::Find. Students are always asking me what closures are good for, and here's some examples. The functions mostly stand alone (i.e. they don't need the rest of the module), so rather than creating a dependency in your code, just lift the parts you want).
devel/POE-Component-Logger-1.10 (Score: 0.008069363)
POE logging class
POE::Component::Logger provides a simple logging component that uses Log::Dispatch::Config to drive it, allowing you to log to multiple places at once (e.g. to STDERR and Syslog at the same time) and also to flexibly define your logger's output.
devel/Test-HexString-0.03 (Score: 0.008069363)
Test binary strings with hex dump diagnostics
This testing module provides a single function, is_hexstr(), which asserts that the given string matches what was expected. When the strings match (i.e. compare equal using the eq operator), the behaviour is identical to the usual is() function provided by Test::More.
devel/opster-4.1 (Score: 0.008069363)
Command line parsing speedster
A command line options parser, intended to make writing command line applications easy and painless. It uses built-in Python types (lists, dictionaries, etc) to define options, which makes configuration clear and concise. Additionally it contains possibility to handle subcommands (i.e. hg commit or svn update).