Ports Search

Results 101110 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.044 seconds)
devel/B-Keywords-1.15 (Score: 0.03596134)
Lists of reserved barewords and symbol names
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes, @Filehandles, @Symbols, @Functions and @Barewords. The @Symbols array includes the contents of each of @Scalars, @Arrays, @Hashes and @Filehandles. Similarly, @Barewords adds a few non-function keywords (like __DATA__, NULL) to the @Functions array. All additions and modifications are welcome.
mail/textmail-20070803 (Score: 0.035918362)
Converts e-mail attachments to plain-text
Textmail filters a mail message or mbox, replacing MS Word, MS Excel, HTML, RTF, and PDF attachments with the plain text contained therein. By default, the following attachments are also deleted: image, audio, video, and MS Windows executables. MS winmail.dat attachments are replaced by any attachments contained therein, which are then replaced by text or deleted in the same fashion. Any of these actions can be suppressed with the command line options. Mail headers can also be selectively deleted.
textproc/l2a-1.2 (Score: 0.035547316)
L2a - LaTeX to ASCII converter
L2A is a simple filter to remove most LaTeX commands from marked-up documents, leaving only the body of text.
sysutils/k3b-2.0.3 (Score: 0.035381228)
KDE CD/DVD writing suite
K3b is a GUI frontend to the CD recording programs cdrdao and cdrecord. It's aim is to provide a very user friendly interface to all the tasks that come with CD and DVD recording. Features so far: * Creating data CDs (on-the-fly, rockridge, joliet, El-Torito) * Creating audio CDs (WAV, MP3, OGG, CD-TEXT; normalization and on-the fly) * Creating Video CDs (VCD 1.1, 2.0, SVCD, CD-i support (Version 4)) * Creating mixed-mode CDs (CD-Extra (CD-Plus, Enhanced Audio CD)) * Creating eMovix CDs * CD Copy (single + multi session, audio, enhanced audio, cloning) * DVD burning (DVD-R(W), DVD+R(W), eMovix, Formatting DVD-RWs and DVD+RWs) * CD Ripping (CDDB support, CD-TEXT reading, several formats) * DVD Ripping and DivX/XviD encoding * Blanking of CDRWs. * Retrieving Table of contents and cdr information. * Writing existing iso images to CD and DVD. * Writing cue/bin files created for CDRWIN * DVD copy (no video transcoding yet) * Enhanced cd device handling (burnfree and justlink support) * KParts plugin
mail/ifile-1.3.8 (Score: 0.035055503)
Application of machine learning to e-mail filtering
ifile is a general mail filtering system that works with a mail client to intelligently filter mail according to the way the user tends to organize mail. ifile uses the machine learning algorithm Naive Bayes to classify e-mail documents. ifile is different from other mail filtering programs in three major ways: 1.ifile does not require you to generate a set of rules in order to successfully filter mail 2.ifile uses the entire content of messages for filtering purposes 3.ifile learns as you move incorrectly filtered messages to new mailboxes ifile is not dependent upon any specific mail system and should be adaptable to any mail system which allows an outside program to perform mail filtering.
mail/sylpheed-3.5.1 (Score: 0.034971442)
Lightweight, featureful, and fast GTK+ based e-mail client
Sylpheed is an e-mail client (and news reader) based on GTK+ 2, running on X Window System, and aiming for: * Quick response * Graceful, and sophisticated interface * Easy configuration, intuitive operation * Abundant features Currently, many features are supported including POP3, IMAP, NNTP, multiple accounts, threading, filtering, MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization, and more.
graphics/jp2a-1.0.6 (Score: 0.034818783)
Converts JPG images to ASCII
jp2a is a simple JPEG to ASCII viewer.
games/macopix-1.7.4 (Score: 0.034576345)
Window sitter for X11
macopix - Mascot Constructive Pilot for X a window sitter program for X11
lang/qscheme-0.5.1 (Score: 0.034515973)
Small and fast Scheme interpreter
QScheme is a fast and small implementation of Scheme written in C. QScheme is easy to interface and should be easy to use as an extension language. QScheme currently supports foreign function call and dynamic library. A perl like regular expression module is provided as example. QScheme is really fast: benchmarks (still a little old) shows that it is generaly between 2 and 70 times faster than other scheme interpreters. Documentation and GTK support has been disabled in this port.
databases/rdbc1-001103 (Score: 0.03448288)
Ruby Database Connectivity
RDBC stands for Ruby Database Connectivity. RDBC provides a unified API to access RDBMS such as PostgreSQL and Oracle. The composition of RDBC is like that of JDBC. Almost all the names of the classes and the methods are mimicked.