diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-25 03:08:43 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-25 03:08:43 +0000 |
commit | 652af0dced41591c05b7c890c916d820bf1d541f (patch) | |
tree | 72beb13668581753b8d1f494439902278d366cdc /editors/Makefile | |
parent | fac5390c3e9250ea3db7446641cb0ee22d7c06f8 (diff) | |
download | FreeBSD-ports-652af0dced41591c05b7c890c916d820bf1d541f.zip FreeBSD-ports-652af0dced41591c05b7c890c916d820bf1d541f.tar.gz |
[NEW PORT] editors/rospell: Gedit-like QT-based editor with support for romanian charsets and spell checking
Rospell is gedit-liek QT-based spell checker / editor for
the Romanian language which runs on Linux and FreebSD.
Romanian description:
Rospell este un speller/corector UTF-8 simplu pentru limba
romana, pentru Linux si FreeBSD:
- Dependinte simple - Biblioteca QT a firmei Trolltech (si Xorg/XFree86)
- Suport UTF-8, ISO8859-2/16 si CP1250 (Windows)
- Practic toate formatele majore pentru editare de text in limba
romana sunt suportate.
- Suport XML - Toate formatele bazate pe XML, precum
OpenOffice, AbiWord, Scribus si HTML, sunt suportate.
Tag-urile XML sunt recunoscute si nu sunt incluse in
corectare.
- Dictionar larg - Aprox. 280.000 cuvinte romanesti in momentul de fata.
- Editor - Similar cu gedit, simplu si rapid.
- Diacritice - Pentru acele cazuri rare cand nu reusiti sa
va setati tastatura in mod corect, caracterele diacritice
sunt suportate direct de catre editor.
- Web Loading - Suport pentru incarcare de pagini web cu
detectie automata a formatului (UTF8/ISO/CP1250).
PR: ports/89323
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 9b882ee..75774de 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -129,6 +129,7 @@ SUBDIR += psgml-mule SUBDIR += puff SUBDIR += qemacs + SUBDIR += rospell SUBDIR += rox-edit SUBDIR += sam SUBDIR += scite |