diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-11-13 14:07:49 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-11-13 14:07:49 +0000 |
commit | 8410624681fe2366ba2f723815ada593e471a24d (patch) | |
tree | 4f7ffc3d4b189e0fef4af6a8c948ad887fc21803 /textproc/goldendict/files/patch-dictzip.c | |
parent | - Fix DT_SONAME variable in libpt (diff) |
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/
Notes
Notes:
svn path=/head/; revision=244210
Diffstat (limited to 'textproc/goldendict/files/patch-dictzip.c')
-rw-r--r-- | textproc/goldendict/files/patch-dictzip.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/goldendict/files/patch-dictzip.c b/textproc/goldendict/files/patch-dictzip.c new file mode 100644 index 000000000000..ca9c8f762a50 --- /dev/null +++ b/textproc/goldendict/files/patch-dictzip.c @@ -0,0 +1,10 @@ +--- dictzip.c.orig 2009-11-09 01:12:06.000000000 +0300 ++++ dictzip.c 2009-11-09 01:12:21.000000000 +0300 +@@ -23,6 +23,7 @@ + */ + + #include <stdlib.h> ++#include <time.h> + #include "dictzip.h" + #include <limits.h> + #include <stdarg.h> |