Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,3811,390项(搜索用时0.018秒)
x11-toolkits/libgnomeuimm-2.28.0 (Score: 0.0017133318)
C++ wrapper for libgnomeui library
This is a set of thin C++ wrappers for libgnomeui library.
x11/libgnomemm-2.30.0 (Score: 0.0017133318)
C++ wrapper for libgnome library
This is a set of thin C++ wrappers for libgnome library.
devel/deheader-1.0 (Score: 0.0017108733)
Tool to find unnecessary includes in C/C++ files
Deheader analyzes C and C++ files to determine which header inclusions can be removed while still allowing them to compile. This may result in substantial improvements in compilation time, especially on large C++ projects; it also sometimes exposes dependencies and cohesions of which developers were unaware.
devel/libexplain-1.3.D012 (Score: 0.0017076402)
Library which may be used to explain Unix and Linux system call errors
A library which may be used to explain Unix and Linux system call errors. The library is not quite a drop-in replacement for strerror, but it comes close. Each system call has a dedicated libexplain function.
lang/Scalar-List-Utils-1.45 (Score: 0.0017069227)
Perl subroutines that would be nice to have in the perl core
This package contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size so small such that being individual extensions would be wasteful. This distribution provides min max minstr maxstr sum reduce reftype blessed weaken (5.005_57 and later only) isweak (5.005_57 and later only) dualvar shuffle
devel/POE-Loop-Tk-1.305 (Score: 0.0017059945)
Bridge that allows POE to be driven by Tk
POE::Loop::Tk implements the interface documented in POE::Loop. Therefore it has no documentation of its own. Please see POE::Loop for more details. POE::Loop::Tk is one of two versions of the Tk event loop bridge. The other, POE::Loop::TkActiveState accommodates behavior differences in ActiveState's build of Tk. Both versions share common code in POE::Loop::TkCommon. POE::Loop::Tk dynamically selects the appropriate bridge code based on the runtime enviroment.
ftp/vsftpd-ext-3.0.2.1 (Score: 0.0017059945)
FTP daemon that aims to be "very secure". Extended build
Extended build of vsftpd with additional features.
lang/erlang-riak-16.b.02 (Score: 0.0017059945)
Custom erlang from bashio to be used with riak2
Basho's patched version of Erlang to install Riak 2.0
devel/cxx-6.0.0 (Score: 0.0017052335)
Make it easier to extend Python with C++
PyCXX is a set of C++ facilities to make it easier to write Python extensions. The chief way in which PyCXX makes it easier to write Python extensions is that it greatly increases the probability that your program will not make a reference-counting error and will not have to continually check error returns from the Python C API. PyCXX integrates Python with C++ in these ways: - C++ exception handling is relied on to detect errors and clean up. In a complicated function this is often a tremendous problem when writing in C. With PyCXX, we let the compiler keep track of what objects need to be dereferenced when an error occurs. - The Standard Template Library (STL) and its many algorithms plug and play with Python containers such as lists and tuples. - The optional CXX_Extensions facility allows you to replace the clumsy C tables with objects and method calls that define your modules and extension objects.
games/poker-eval-138.0 (Score: 0.0017041508)
C library to evaluate poker hands
poker-eval is a C library to evaluate poker hands. The result of the evalution for a given hand is a number. The general idea is that if the evalution of your hand is lower than the evaluation of the hand of your opponent, you lose. Many poker variants are supported (draw, holdem, omaha, etc.) and more can be added. poker-eval is designed for speed so that it can be used within poker simulation software using either exhaustive exploration or Monte Carlo.