diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-25 11:08:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-25 11:08:43 +0800 |
commit | 652af0dced41591c05b7c890c916d820bf1d541f (patch) | |
tree | 72beb13668581753b8d1f494439902278d366cdc /editors/rospell | |
parent | fac5390c3e9250ea3db7446641cb0ee22d7c06f8 (diff) | |
download | freebsd-ports-graphics-652af0dced41591c05b7c890c916d820bf1d541f.tar.gz freebsd-ports-graphics-652af0dced41591c05b7c890c916d820bf1d541f.tar.zst freebsd-ports-graphics-652af0dced41591c05b7c890c916d820bf1d541f.zip |
[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/rospell')
-rw-r--r-- | editors/rospell/Makefile | 30 | ||||
-rw-r--r-- | editors/rospell/distinfo | 3 | ||||
-rw-r--r-- | editors/rospell/pkg-descr | 19 | ||||
-rw-r--r-- | editors/rospell/pkg-plist | 4 |
4 files changed, 56 insertions, 0 deletions
diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile new file mode 100644 index 00000000000..9c546d5cd4d --- /dev/null +++ b/editors/rospell/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: rospell +# Date created: 2005-11-04 +# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> +# +# $FreeBSD$ +# $Id: Makefile,v 1.1 2005/11/20 18:17:56 itetcu Rel $ +# + +PORTNAME= rospell +PORTVERSION= 2005.03.b1 +CATEGORIES= editors textproc # this should/will be romanian ;) +MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= itetcu@people.tecnik93.com +COMMENT= QT-based editor with support for romanian charsets and spell checking + +USE_XLIB= yes +USE_QT_VER= 3 +MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} + +MAN1= rospell.1 + +do-build: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} + +do-install: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install + +.include <bsd.port.mk> diff --git a/editors/rospell/distinfo b/editors/rospell/distinfo new file mode 100644 index 00000000000..797210d6602 --- /dev/null +++ b/editors/rospell/distinfo @@ -0,0 +1,3 @@ +MD5 (rospell-2005.03.b1.tar.gz) = c9f68a2bcd1cd3f4088657d75a24f4c4 +SHA256 (rospell-2005.03.b1.tar.gz) = ff2bfee2479e7c18226c9aeae831152b6acb4e211b96a7f90c3d630cd676bb7e +SIZE (rospell-2005.03.b1.tar.gz) = 1036515 diff --git a/editors/rospell/pkg-descr b/editors/rospell/pkg-descr new file mode 100644 index 00000000000..275718c32b9 --- /dev/null +++ b/editors/rospell/pkg-descr @@ -0,0 +1,19 @@ +Rospell is gedit-liek QT-based spell checker / editor for the Romanian language +which runs on Linux and FreebSD. + +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). + +WWW: http://rospell.sourceforge.net diff --git a/editors/rospell/pkg-plist b/editors/rospell/pkg-plist new file mode 100644 index 00000000000..a54b8b8610d --- /dev/null +++ b/editors/rospell/pkg-plist @@ -0,0 +1,4 @@ +bin/rospell +%%DATADIR%%/dictionary.fixed +%%DATADIR%%/dictionary.ro +@dirrm %%DATADIR%% |