diff options
author | bsam <bsam@FreeBSD.org> | 2009-11-13 22:07:49 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-11-13 22:07:49 +0800 |
commit | 8231a7678e4e27913d881d9d06d783e62dbd1569 (patch) | |
tree | 0b406cd197882e744a2206f94dae9ff92d93bc70 /textproc/Makefile | |
parent | 015f00a8acc0b5adae9a57fa44f6b969c1b486d9 (diff) | |
download | freebsd-ports-gnome-8231a7678e4e27913d881d9d06d783e62dbd1569.tar.gz freebsd-ports-gnome-8231a7678e4e27913d881d9d06d783e62dbd1569.tar.zst freebsd-ports-gnome-8231a7678e4e27913d881d9d06d783e62dbd1569.zip |
The project aims to create a feature-rich dictionary lookup program.
It supports:
* Babylon .BGL files, complete with images and resources;
* StarDict .ifo/.dict./.idx/.syn dictionaries;
* Dictd .index/.dict(.dz) dictionary files;
* ABBYY Lingvo .dsl source files, together with abbreviations.
The files can be optionally compressed with dictzip. Dictionary
resources can be packed together into a .zip file;
* ABBYY Lingvo .lsa/.dat audio archives. Those can be indexed
separately, or be referred to from .dsl files.
LICENSE: GPL3 or later
WWW: http://goldendict.berlios.de/
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 11b5dcecbb65..28d5e6236760 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -192,6 +192,7 @@ SUBDIR += gnome-doc-utils SUBDIR += gnome-spell SUBDIR += gnome-translate + SUBDIR += goldendict SUBDIR += google-ctemplate SUBDIR += gpp SUBDIR += grap |