diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-09 14:54:07 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-09 14:54:07 +0000 |
commit | 9413ad22a398de6cd6c850cebea2ca6951ce4688 (patch) | |
tree | 45ff82f8a9817b52b4ed2dbea6b38404bdcdf4f9 /editors/rospell | |
parent | 5c6b2ff5631c44ff706a40cf8cfd3b232685935c (diff) | |
download | ports-9413ad22a398de6cd6c850cebea2ca6951ce4688.tar.gz ports-9413ad22a398de6cd6c850cebea2ca6951ce4688.zip |
Update to rospell-2006.01 :
- 400k+ new words ( >750.000 romanina words )
- multibuffer support
- grep, diff, ctags support
- syntax highlighting for several programming formats
- facilities for environment setup such as colors, user keys, etc.
- English spelling support
Notes
Notes:
svn path=/head/; revision=167274
Diffstat (limited to 'editors/rospell')
-rw-r--r-- | editors/rospell/Makefile | 2 | ||||
-rw-r--r-- | editors/rospell/distinfo | 6 | ||||
-rw-r--r-- | editors/rospell/pkg-descr | 36 |
3 files changed, 27 insertions, 17 deletions
diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile index c09b26b23c9c..7cafcacb5e74 100644 --- a/editors/rospell/Makefile +++ b/editors/rospell/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ PORTNAME= rospell -PORTVERSION= 2006.00 +PORTVERSION= 2006.01 CATEGORIES= editors textproc # this should/will be romanian ;) MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/rospell/distinfo b/editors/rospell/distinfo index 544ea255a36c..40d4dc93f810 100644 --- a/editors/rospell/distinfo +++ b/editors/rospell/distinfo @@ -1,3 +1,3 @@ -MD5 (rospell-2006.00.tar.gz) = 66f841c299dccf6ce0f46fe1a45171f1 -SHA256 (rospell-2006.00.tar.gz) = 8f86e1abf92d610cf1a9b8d4be18355816d88d850cf57f572475b2ad1abd32c3 -SIZE (rospell-2006.00.tar.gz) = 1045516 +MD5 (rospell-2006.01.tar.gz) = b9530fad4994508d0f0596c23bc9064c +SHA256 (rospell-2006.01.tar.gz) = 360b1931016317459d5204e93e6f125f8175b4f77e414032c21e231bd7537268 +SIZE (rospell-2006.01.tar.gz) = 1124939 diff --git a/editors/rospell/pkg-descr b/editors/rospell/pkg-descr index d8259e5bf4fc..0e6ab1624ca0 100644 --- a/editors/rospell/pkg-descr +++ b/editors/rospell/pkg-descr @@ -1,19 +1,29 @@ Rospell is gedit-like QT-based spell checker / editor for the Romanian language -which runs on Linux and FreebSD. +which runs on Linux and FreebSD. (http://rospell.sourceforge.net/english.html) -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. +- Dependinte simple - Biblioteca QT a firmei Trolltech (www.trolltech.com) +- Suport UTF-8, ISO8859-2/16 si CP1250 (Windows) - Practic toate seturile +majore de caractere pentru limba romān? 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). +incluse īn corectare. +- Spelling pentru limba romāna - rospell contine un dictionar de peste 750.000 +cuvinte romānesti. +- Spelling pentru limba englez? - Similar cu OpenOffice. +- Diacritice - Pentru acele cazuri rare cānd nu reusiti sa va setati tastatura +īn mod corect, caracterele diacritice sunt suportate direct de catre editor. +- Web Loading - Suport pentru īncarcare de pagini web cu detectie automata a +formatului (UTF8/ISO/CP1250). +- dexonline.ro - Suport pentru cautarea de definitii īn dictionarul dexonline.ro +- Syntax Highlighting - Colorare de sintaxa pentru o serie de tipuri de fiaiere +uzuale de programare: xml, http, C/C++/Java/C#, Javascript, PHP, Perl, Python, +Bash, qmake, etc. +- Suport Multi-buffer - Suport pentru deschiderea si editarea a mai multor +fisiere īn acelasi timp. +- Suport ctags - Borwsing live de cod sursa C/C++ folosind programul +exuberant-ctags. +- grep & diff - Suport integrat pentru grep si diff. +- Keyboard record/playback/aliases +- ... si o serie īntreaga de facilitati de editare moderne. WWW: http://rospell.sourceforge.net |