Ports Search

Results 2,7412,750 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.017 seconds)
net/imapproxy-1.0 (Score: 0.0017777475)
ImapProxy is a caching IMAP proxy daemon to be used with Horde/IMP
The program forwards all IMAP traffic between the client and the server, but keeps the connection to the server alive after the client logs out. When the same user attempts to log in again, the proxy will use the cached username/password pair to authenticate the client, and tie the new client to the old server connection (which was kept alive). Lasse L. Johnsen lasse@freebsdcluster.org
security/Safe-Hole-0.13 (Score: 0.0017777475)
Make a hole to the original main compartment in the Safe compartment
We can call outside defined subroutines from the Safe compartment using share(), and call methods through the object that is copied into the Safe compartment using varglob(). However, these subroutines and methods are still executed in the Safe compartment, so they cannot call other subroutines that are dynamically qualified with the package name, such as class methods. Through Safe::Hole, we can execute outside defined subroutines in the original main compartment from the Safe compartment.
textproc/PDF-Table-0.9.12 (Score: 0.0017777475)
Utility class for building table layouts in a PDF::API2 object
PDF-Table is intended for table generation using PDF::API2.
audio/festvox-ked16-1.4.0 (Score: 0.0017621355)
American English male voice, sampled at 16 kHz, for Festival
from the NetBSD maintainer: This voice provides an American English male voice using a residual excited LPC diphone synthesis method. It uses the CMU Lexicon pronunciations. Prosodic phrasing is provided by a statistically trained model using part of speech and local distribution of breaks. Intonation is provided by a CART tree predicting ToBI accents and an F0 contour generated from a model trained from natural speech. The duration model is also trained from data using a CART tree. This voice can be activated via (voice_ked_diphone) .
audio/festvox-ked8-1.4.0 (Score: 0.0017621355)
American English male voice, sampled at 8 kHz, for Festival
from the NetBSD maintainer: This voice provides an American English male voice using a residual excited LPC diphone synthesis method. It uses the CMU Lexicon pronunciations. Prosodic phrasing is provided by a statistically trained model using part of speech and local distribution of breaks. Intonation is provided by a CART tree predicting ToBI accents and an F0 contour generated from a model trained from natural speech. The duration model is also trained from data using a CART tree. This voice can be activated via (voice_ked_diphone) .
mail/muttils-1.3 (Score: 0.0017611424)
Python utilities for console mail clients (eg. mutt)
Python utilities for console mail clients like Mutt. sigpager: Offers an interactive selection of signatures. urlpager[*]: Searches for urls, and retrieves url selected by user. Urls include Message-IDs. urlbatcher[*]: Retrieve urls contained in input. pybrowser: Can be used as general browser call. Application to override platform default can be specified via -b option. viewhtmlmsg[*]: Display html message in browser. wrap: Word wrap text input. With support for messages (recognition of quote chars etc.). [*]needs raw message as input to work correctly. In Mutt, set pipe_decode=no in conjunction with pipe-message.
misc/ree-1.3 (Score: 0.001691475)
Tool to dump your ROM extensions
Ree stands for ROM extension extractor. Ree will scan your system memory, address c0000 - f0000 in 512 steps for identification of ROM extensions (55,aa), if found it will calculate its size (byte after id, multiplied by 512byte steps) and save the output to a .rom file. This package also comes with fontdump, a program to extract the fonts from your video BIOS ROMs. You might ask yourself why collect x86 ROM extensions? It's like collecting butterflies. A collection of various .rom files can be found on the project page. Please submit your ROMs there.
net/scapy-2.2.0 (Score: 0.001691475)
Powerful interactive packet manipulation program in python
Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, ...), etc.
security/steghide-0.5.1 (Score: 0.0016469159)
Steganography tool to hide data in binary files
Steghide is a steganography tool which is able to hide data in "container files" and to extract this data again. If you do not know what steganography is take a look at Neil F. Johnson's paper about steganography at http://www.jjtc.com/Steganography/ Steghide is designed to be portable and configurable and features hiding data in bmp, wav and au files, blowfish encryption, MD5 hashing of passphrases to blowfish keys and pseudo-random distribution of hidden bits ("stego bits") in the container data.
x11/xkeywrap-1.1 (Score: 0.0016469159)
Record, repeat, and play key sequence from keyboard
XKeyWrap is a wrapper of key sequence between keyboard and an application (ex.emacs). XKeyWrap can record and play key sequence in real time. And XKeyWrap can send key sequence to an application on other X server over the network. If you want to read more details, type % xkeywrap -readme and % man xkeywrap If you want to see a demonstration of XKeyWrap, type % cp /usr/local/share/examples/xkeywrap/demo.dat . % cp /usr/local/share/examples/xkeywrap/xkeywrap_demo.c . % xkeywrap -p -s 2 -f demo.dat -x emacs -geometry 80x25 xkeywrap_demo.c