Ports Search

Results 6,4816,490 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
sysutils/memtest86-4.0b (Score: 9.15773E-5)
Stand alone memory test for x86 architecture computers
Memtest86 - A Stand-alone Memory Diagnostic Memtest86 is thorough, stand alone memory test for x86 architecture computers. BIOS based memory tests are a quick, cursory check and often miss many of the failures that are detected by Memtest86.
sysutils/mono-kmod-20070416 (Score: 9.15773E-5)
Execute .NET applications from command line
mono-kmod is a FreeBSD kernel module enables you to execute ECMA and .NET applications without preceding the native code generator in the command line. That means you can call a binary with "./hello.exe" instead of "mono hello.exe".
sysutils/File-DirCompare-0.7 (Score: 9.15773E-5)
Perl module to compare two directories using callbacks
File::DirCompare is a perl module to compare two directories using a callback, invoked for all files that are 'different' between the two directories, and for any files that exist only in one or other directory ('unique' files).
sysutils/Sys-Syslog-0.33 (Score: 9.15773E-5)
Perl interface to the UNIX syslog(3) calls
C<Sys::Syslog> is an interface to the UNIX C<syslog(3)> program. Call C<syslog()> with a string priority and a list of C<printf()> args just like C<syslog(3)>.
sysutils/Schedule-Load-3.064 (Score: 9.15773E-5)
Load distribution and status across multiple host machines
This package allows accessing loading and top job status across many machines on a network, comprising a server farm. It also allows for scheduling new jobs on the best machine across the entire network.
sysutils/panicmail-1.0 (Score: 9.15773E-5)
Automatically report kernel panics
When rebooting after a panic, send an encrypted email containing basic dump metadata along with a kernel backtrace, in order to assist FreeBSD developers in identifying and fixing common panics.
sysutils/parallel-20151122 (Score: 9.15773E-5)
Shell tool for executing jobs in parallel
GNU Parallel is a shell tool for executing jobs in parallel using one or more machines. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, or a list of tables. If you use xargs today you will find GNU Parallel very easy to use. If you write loops in shell, you will find GNU Parallel may be able to replace most of the loops and make them run faster by running jobs in parallel. If you use ppss or pexec you will find GNU Parallel will often make the command easier to read. GNU Parallel also makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU Parallel as input for other programs.
sysutils/uptime-3.0.1 (Score: 9.15773E-5)
Cross-platform uptime library
This module provides a cross-platform way to retrieve system uptime and boot time. See documentation for a full list of supported platforms (yours is likely one of them).
sysutils/ezjailremote-0.2.2 (Score: 9.15773E-5)
Remote control and convenience wrapper for ezjail
ezjail-remote is a remote control and convenience wrapper for the ezjail-admin command of the most excellent ezjail tool, which in turn is itself a convenience wrapper for jails, FreeBSD's leight-weight virtualization solution
sysutils/psutil-4.3.0 (Score: 9.15773E-5)
Process utilities module for Python
psutil is a module providing an interface for retrieving information on running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by tools like ps, top and Windows task manager.