[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>
This commit is contained in:
parent
bd3ccd2ee1
commit
11a3d60864
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149366
5 changed files with 57 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
SUBDIR += psgml-mule
|
||||
SUBDIR += puff
|
||||
SUBDIR += qemacs
|
||||
SUBDIR += rospell
|
||||
SUBDIR += rox-edit
|
||||
SUBDIR += sam
|
||||
SUBDIR += scite
|
||||
|
|
30
editors/rospell/Makefile
Normal file
30
editors/rospell/Makefile
Normal file
|
@ -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>
|
3
editors/rospell/distinfo
Normal file
3
editors/rospell/distinfo
Normal file
|
@ -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
|
19
editors/rospell/pkg-descr
Normal file
19
editors/rospell/pkg-descr
Normal file
|
@ -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
|
4
editors/rospell/pkg-plist
Normal file
4
editors/rospell/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/rospell
|
||||
%%DATADIR%%/dictionary.fixed
|
||||
%%DATADIR%%/dictionary.ro
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in a new issue