Features:
1. HTML5 file format
2. Standard word processing user interface
3. Content structure oriented word processing
4. Title style table of contents production
5. Similar navigation/documentation views in Microsoft Word
6. Paragraph selection when double or right click in navigation view
7. Word count: for document or selections, count the words(with and
without spaces), paragraphs, lines, English words, Chinese characters.
8. Images inclusion via Base64
WWW: http://code.google.com/p/gwrite
PR: ports/144679
Submitted by: Ju Pengfei <jupengfei@gmail.com>
It attempts to be a general filtering framework for any purposes.
Filtering mechanisms are provided by plugins, the API enables spmfilter
plugins to access messages as they are being processed by the MTA.
This allows them to examine and modify message content and
meta-information during the SMTP transaction. Plugins are loaded at
runtime and can be processed in any sequence, the processing chain
can also be altered by a single plugin
WWW: http://www.spmfilter.org/
PR: ports/145673
Submitted by: Frank Wall <fw at moov.de>
Reworked by: sahil@ (myself)
Approved by: wxs@ (mentor)
which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG
compression and decompression.
libjpeg-turbo is generally 2-4x as fast as the unmodified version
of libjpeg, all else being equal.
libjpeg-turbo was originally based on libjpeg/SIMD by Miyasaka Masaru,
but the TigerVNC and VirtualGL projects made numerous enhancements to the codec,
including improved support for Mac OS X, 64-bit support,
support for 32-bit and big endian pixel formats (RGBA, ABGR, etc.),
accelerated Huffman encoding/decoding, and various bug fixes.
The goal was to produce a fully open source codec that could replace
the partially closed source TurboJPEG/IPP codec used by VirtualGL and TurboVNC.
libjpeg-turbo generally achieves 80-120% of the performance of TurboJPEG/IPP.
It is faster in some areas but slower in others.
WWW: http://libjpeg-turbo.virtualgl.org/
- D. R. Commander
information@virtualgl.org
PR: ports/145670
Submitted by: Denis E Podolskiy [bytestore yandex.ru]
Approved by: tabthorpe (mentor)