Ports Search

Results 3,6113,620 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
devel/coffee-script-source-1.10.0 (Score: 5.18513E-4)
CoffeeScript is a little language that compiles into JavaScript
CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.
dns/Net_DNS-1.0.7 (Score: 5.18513E-4)
Resolver library used to communicate with a DNS server
A resolver library used to communicate with a name server to perform DNS queries, zone transfers, dynamic DNS updates, etc. Creates an object hierarchy from a DNS server response, which allows you to view all of the information given by the DNS server. It bypasses the system resolver library and communicates directly with the server.
misc/libeatmydata-9 (Score: 5.18513E-4)
a small LD_PRELOAD library designed to (transparently) disable fsync
libeatmydata is a small LD_PRELOAD library designed to (transparently) disable fsync (and friends, like open(O_SYNC)). This has two side-effects: making software that writes data safely to disk a lot quicker and making this software no longer crash safe. DO NOT use libeatmydata on software where you care about what it stores. It's called libEAT-MY-DATA for a reason.
net/hexinject-1.5 (Score: 5.18513E-4)
HexInject is a very versatile packet injector and sniffer
HexInject is a very versatile packet injector and sniffer, that provide a command-line framework for raw network access. It's designed to work together with others command-line utilities, and for this reason it facilitates the creation of powerful shell scripts capable of reading, intercepting and modifying network traffic in a transparent manner.
security/pam_mkhomedir-0.2 (Score: 5.18513E-4)
Create HOME with a PAM module on demand
This is a PAM module which will create the $HOME for the user authenticated, if it's not already there. It also copies over files from a skel directory ( default /usr/share/skel ) and can set the permission of the newly created $HOME to a value of your choice
sysutils/cmdwatch-0.2.0 (Score: 5.18513E-4)
Watches the output from a command at specified intervals
This is the familiar Linux "watch" utility originally written by Tony Rems <rembo@unisoft.com> with help from Francois Pinard and more recently Mike Coleman <mkc@acm.org>. I found it useful, so here it is. Basically "watches" the output of a given command at a specified interval in a nice, ncurses-based format.
sysutils/exfat-1.2.4 (Score: 5.18513E-4)
Full-featured exFAT FS implementation as a FUSE module
exfat-fuse is a free exFAT file system implementation with write support. exFAT is a simple file system created by Microsoft. It is intended to replace FAT32 removing some of it's limitations. exFAT is a standard FS for SDXC memory cards.
sysutils/keyboard-daemon-0.7 (Score: 5.18513E-4)
Listens on a keyboard device and executes commands on keypresses
The author has not found any simple programs that listen on a device and run commands based on the values received. keyboard-daemon binds to a device (for example, a remote control) and listens for button presses. These are then mapped to programs that are executed.
sysutils/mdcp-0.1.2.2 (Score: 5.18513E-4)
Fastest utility for copy from a disk device for many
mdcp (Muli-Device Copy) is a command-line utility for *nix that provide to copy from a disk device to many. The data transfer rate is improved by making use of a much more efficient use of the transfer rate of the disks.
sysutils/pwd_unmkdb-1.3.1 (Score: 5.18513E-4)
Recover a master.passwd from the hashed database
pwd_unmkdb is a program to do the opposite of pwd_mkdb(8). That is, to give you a textual master.passwd file from a hashed spwd.db database. Useful if you delete or corrupt master.passwd, and don't have an up-to-date backup.