diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-20 13:26:35 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-20 13:26:35 +0800 |
commit | 8452b6d1a9099dc5249c7d589a6e8423c45ebd08 (patch) | |
tree | 047dc2b069fee28ba46bdc18fb5ed6e892c87b83 /textproc/Makefile | |
parent | 092b63ffa6e440d7d1243e99ebc8a3189cfd9a0e (diff) | |
download | freebsd-ports-graphics-8452b6d1a9099dc5249c7d589a6e8423c45ebd08.tar.gz freebsd-ports-graphics-8452b6d1a9099dc5249c7d589a6e8423c45ebd08.tar.zst freebsd-ports-graphics-8452b6d1a9099dc5249c7d589a6e8423c45ebd08.zip |
QStarDict is a StarDict clone written with using Qt4.
The user interface is similar to StarDict.
Main features
* Full support of StarDict dictionaries
* Working in system tray
* Scanning mouse selection and showing popup window
with translation of selected word
WWW: http://qstardict.ylsoftware.com/
Note that it is a GPLv3 software.
PR: ports/114556
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 317a06187c5..10157d063c7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -797,6 +797,7 @@ SUBDIR += py2html SUBDIR += pybook SUBDIR += pychm + SUBDIR += qstardict SUBDIR += qt4-xml SUBDIR += qu-aspell SUBDIR += queequeg |