Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第1,2111,220项(搜索用时0.02秒)
games/xsc-1.6 (Score: 0.019498542)
Vector graphics space shoot'em up game
Xsc is a clone of the old vector graphics video game Star Castle by Cinematronics. The object is to destroy the enemy ship, destroying its protective rings first while dodging various buzzers and fireballs sent to destroy you. Keys: D turn counter-clockwise F turn clockwise J thrust K fire laser P pause Q quit space new game
mail/sa-utils-0.02 (Score: 0.019498542)
SpamAssassin nightly periodic maintenance
Routine maintenance script for p5-Mail-SpamAssassin to run as a daily periodic job. * Check for updates to sa rules and download * Optionally use sa-compile to build a compiled set of rules * Optionally restart spamd whenever new rules are downloaded * Manage multiple update channels and GPG keys
math/Math-MPC-1.05 (Score: 0.019498542)
Perl interface to MPC Library
p5-Math-MPC is a module wraps the MPC library functions. The MPC library is a C library for multiple-precision complex number computations with exact rounding. It is based on the MPFR C library which, in turn, is based on the GMP C library.
math/Math-MPFR-3.33 (Score: 0.019498542)
Perl interface to MPFR Library
p5-Math-MPFR is a module wraps the MPFR library functions. The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision C library.
multimedia/x264-0.148.2708 (Score: 0.019498542)
H.264/MPEG-4 AVC Video Encoding (Front End CLI)
x264 is a free library for encoding H.264/AVC (aka MPEG-4 Part 10) video streams. Encoder features * CAVLC/CABAC * Multi-references * Intra: all modes (4x4 and 16x16 with all predictions) * Inter P: all partitions (from 16x16 down to 4x4) * Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT) * Ratecontrol: constant quantizer, constant bitrate, or multipass ABR * Scene cut detection
print/mpage-2.5.6 (Score: 0.019498542)
Print multiple pages per sheet of paper
Mpage is a program to reduce and print multiple pages of text per sheet on a PostScript compatible printer. It also has limited functionality to do the same with postscript files itself. Mpage and all the files distributed with mpage are covered by copyright: Copyright (c) 1994-1997 Marcel J.E. Mol, The Netherlands Copyright (c) 1988 Mark P. Hahn, Herndon, Virginia
science/medit-2012.02.05 (Score: 0.019498542)
Interactive meshes visualization
Medit is an interactive mesh visualization software, developed by P. Frey (University Pierre et Marie Curie). It is intended to display computation results (in mechanics of the solids or fluids, thermics, electromagnetism, etc.) on grids 2d (triangles and quadrangles), 3d (tetrahedrons or hexahedrons) or surfaces (triangles and quandrangles).
security/dcetest-1.2 (Score: 0.019498542)
Utility to dump MSRPC endpoint information from Windows systems
This little utility dumps MSRPC endpoint information from Windows systems. Similar to the rpcdump program from Microsoft, but does not need a DCE stack and so runs on Unixes. dcetest can be very useful once inside a DMZ to fingerprint Windows machines on the network. dcetest operates over TCP port 135. (Think of it as rpcinfo -p against Windows)
sysutils/pprotectd-0.1 (Score: 0.019498542)
Daemon that protects processes from killing when memory is exhausted
pprotectd this is a self protected daemon which protect processes from killing by the kernel when memory is exhausted. The P_PROTECTED flag protects processes from killing by the kernel when memory is exhausted. This may be useful for protection many critical daemons, such as cron, syslogd, inetd, sshd or mysqld.
sysutils/scprotect-20091116 (Score: 0.019498542)
Protect process from killing when the swap space is exhausted
scprotect is implementation of system call for setting or unsetting P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT, but may be used for already running processes. Also rc.d/scprotect scripts allow you to set protection flag even if process was restarted by user.