Ports Search

Results 3,1213,130 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.009 seconds)
security/trustedpickle-0.02 (Score: 5.8770145E-4)
TrustedPickle is a Python (de)Pickler with a way to verify the data
TrustedPickle is a Python module that can save most any arbitrary Python object in a signed pickle file. There are two big differences between this module and the standard pickle module. First, TrustedPickle can pickle a module, but the standard pickle module cannot. Second, TrustedPickle includes a signature that can verify the data's origin before the data is unpickled.
sysutils/cdargs-1.35 (Score: 5.8770145E-4)
Navigate the filesystem using a menu interface or a bookmark system
CDargs heavily enhances the navigation of the common Unix file-system inside the shell. It plugs into the shell built-in cd-command (via a shell function or an alias) and thus adds bookmarks and a browser to it. It enables you to move to a very distant place in the file-system with just a few keystrokes.
sysutils/mpiexec-0.84 (Score: 5.8770145E-4)
Tool to run a parallel job from within a PBS environment
Mpiexec is a replacement program for the script mpirun, which is part of the MPICH package. It is used to initialize a parallel job from within a PBS batch or interactive environment. Mpiexec uses the task manager library of PBS to spawn copies of the executable on the nodes in a PBS allocation.
x11/X11-Resolution-0.0.0 (Score: 5.8770145E-4)
Provides a method to get the resolution for a X11 screen
X11::Resolution provides a method to easily get the resolution of screens in X11.
lang/angelscript-2.29.0 (Score: 5.870795E-4)
AngelCode Scripting Library
The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer. Efforts have been made to let it call standard C functions and C++ methods with little to no need for proxy functions. The application simply registers the functions, objects, and methods that the scripts should be able to work with and nothing more has to be done with your code. The same functions used by the application internally can also be used by the scripting engine, which eliminates the need to duplicate functionality. For the script writer the scripting language follows the widely known syntax of C/C++, but without the need to worry about pointers and memory leaks. Contrary to most scripting languages, AngelScript uses the common C/C++ datatypes for more efficient communication with the host application.
net-im/gajim-0.16.5 (Score: 5.8700703E-4)
Jabber client based on a plugin system
The goal of Gajim is to provide a full featured and easy to use Jabber client. Gajim works nicely with GNOME, but does not require it to run. It is released under the GNU General Public License. FEATURES: * Tabbed chat window * Group chat support (with MUC protocol) * Emoticons, Avatars, File transfer, Room Bookmarks * Audio / video conferences * Metacontacts Support * Trayicon, Speller, extented chat history functionalities * TLS, GPG and End-To-End encryption support (with SSL legacy support) * Transport Registration support * Service Discovery including Nodes * Wikipedia, dictionary and search engine lookup * Multiple accounts support * DBus Capabilities * XML Console * Link local (bonjour / zeroconf), BOSH * Other features via plugins * Gajim is available in 25 languages
games/rubix-1.0.6 (Score: 5.86649E-4)
Another Rubik's cube game with a rather interesting interface
Rubix is another X11-based incarnation of the world-famous "Rubik's Cube" game. It has the capability of saving games, which, according to the author, can't be found in any other Rubik's Cube games.
security/pam_yubico-2.16 (Score: 5.86649E-4)
PAM module for authenticating with a Yubico YubiKey
The Yubico authentication device Yubikey generates one-time passwords that can be used for authentication. This module allows you to use the Yubikey device to authenticate to the PAM system.
textproc/Perl-MinimumVersion-1.38 (Score: 5.86649E-4)
Find a minimum required version of perl for Perl code
Perl::MinimumVersion takes Perl source code and calculates the minimum version of perl required to be able to run it. Because it is based on PPI, it can do this without having to actually load the code.
sysutils/rej-0.16 (Score: 5.862164E-4)
Merges patch-rejects and runs a merge program to verify the changes
rej tries to merge simple patch-rejects and then run a merge program so the changes can be verified. It is not meant to resolve complex problems that would not be immediately obvious to the programmer, the goal instead is to quickly fix the easy problems. rej understands both unified and context diffs. There are four basic rejects fixable via rej. 1. missing context at the top or bottom of the hunk 2. different context in the middle of the hunk 3. slightly different lines removed by the hunk than exist in the file 4. Large hunks that might apply if they were broken up into smaller ones rej also allows you to tag hunks in a reject with special processing hints.