Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.0_2 27 Apr 2024 12:44:59 |
Tijl Coosemans (tijl) |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
1.5.0_1 02 Nov 2023 07:43:42 |
Alexey Dokuchaev (danfe) |
textproc/goldendict: undeprecate the port (divorce from WebKit)
Follow AUR package and switch to Igor's QtWebEngine fork while
we are waiting for upstream to merge his pull request #1542;
adjust the version tag accordingly. While here, do not pollute
compiler options with `-rdynamic' which is intended for linker.
Discussed with: Igor Kushnir |
1.5.0 26 Oct 2023 20:34:02 |
Muhammad Moinur Rahman (bofh) |
textproc/goldendict: Mark DEPRECATED
- Depends on deprecated www/qt5-webkit
- Set EXPIRATION_DATE 2023-11-26
Approved by: portmgr (blanket) |
1.5.0 31 May 2023 07:34:18 |
Alexey Dokuchaev (danfe) |
textproc/goldendict: update the port to (finally) tagged version 1.5.0
Via (news item): https://www.opennet.ru/opennews/art.shtml?num=59219 |
1.5.0.g20220602_2 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
1.5.0.g20220602_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.5.0.g20220602 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.0.g20220602 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0.g20220602 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.5.0.g20220602 06 Jun 2022 18:47:42 |
Alexey Dokuchaev (danfe) |
textproc/goldendict: the port had been updated and unbroken (+)
- Update to the latest GitHub commit (they're still not
tagging any new releases)
- Unbreak the build on recent -CURRENT by adding missing
#include <locale.h>
- Assume maintainership of the port for the time being
Reported by: pkg-fallout |
1.5.0.g20210115 06 Jun 2022 11:19:04 |
Rene Ladan (rene) |
all: return bsam's ports to the pool after his commit bit got safekept |
1.5.0.g20210115 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.5.0.g20210115 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.0.g20210115 21 Jan 2021 03:55:54 |
danfe |
- Update to the latest GitHub snapshot
- Adjust LICENSE and set LICENSE_FILE
- Make Qt multimedia player optional
- Add missing LIB_DEPENDS and USE_XORG
- Report Git hash in the About dialog |
1.5.0.g20190709_2 23 Dec 2020 20:37:46 |
mikael |
textproc/goldendict: delete duplicate patch after r557300
Approved by: portmgr (build fix blanket) |
1.5.0.g20190709_2 08 Dec 2020 20:03:07 |
lbartoletti |
Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0
This commit combines several updates.
- Update Qt to 5.12.2
- Update PyQt to 5.15.1
- Since PySide 5.15.1 is broken with Qt 5.15.2, so PySide and Shiboken are also
updated to 5.15.2.
- Update sip to 5.4.0
SIP is a collection of tools to create Python bindings for C and C++ libraries
and used by PyQt and wxPython. There are some changes with sip5 [1]:
- python 3.5+ is required
- sip drops support of old deprecated methods as sipdistutils & cie.
- this version breaks also PyQt5 extension ABI. SIP files will be installed in
${PYTHON_SITELIBDIR}/PyQt${_PYQT_VERSION}/bindings
- some ports will use the new pyqtbuilder package with the pyproject.toml setup.
Instead if the project have a setup.py, you should use sip-build to build it.
- if a port needs sip, it should also needs pysip. BTW, py-qt5-core requires
pysip, so that should be enough for PyQt packages.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0.g20190709_2 01 Dec 2020 16:50:01 |
mikael |
textproc/goldendict: Fix build with llvm10
./sptr.hh:71:12: error: cannot initialize return object of type 'unsigned int'
with an lvalue of type 'unsigned int *const'
{ return count; }
^~~~~
Import upstream fix
PR: 251128
Approved by: bsam (maintainer timeout) |
1.5.0.g20190709_2 07 Nov 2019 17:19:12 |
zeising |
Add USES=xorg USES=gl, ports categories t
Add USES=xorg and USES=gl to ports in categories starting with 't'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.5.0.g20190709_2 05 Aug 2019 23:06:50 |
jbeich |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
1.5.0.g20190709_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.5.0.g20190709 17 Jul 2019 17:24:42 |
danfe |
- Resurrect and update to the latest GitHub version (1.5.0-g20190709)
- Allow for more granular builds by introducing EPWING (Japanese
dictionary format support), FFMPEG, and OPENCC (Chinese conversion
support) options; enable them by default for feature-rich package
- Reword the COMMENT and the port description text while I'm here |
1.0.1_16 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
1.0.1_16 18 Jan 2019 21:14:42 |
jbeich |
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 |
1.0.1_15 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.0.1_14 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.0.1_13 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
1.0.1_13 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.0.1_12 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.0.1_12 21 Jun 2018 16:52:09 |
tcberner |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
1.0.1_11 18 Jun 2018 19:03:04 |
linimon |
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket) |
1.0.1_11 20 Oct 2017 20:16:57 |
bsam |
textproc/goldendict: Fix iconv wchar_t initialization error.
From the original e-mail:
Goldendict still uses internal libiconv and can't to load dictionaries
that require use of iconv with WCHAR_T producing "Can't initialize
iconv conversion: Invalid argument". The patch based on the example
6.17 of porter's handbook solves the problem.
Submitted by: Art Kamog <ia.kamog@yandex.ru> (via e-mail) |
1.0.1_10 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
1.0.1_10 18 Feb 2017 19:48:05 |
tcberner |
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213 |
1.0.1_10 07 Jan 2017 14:43:11 |
jbeich |
textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887 |
1.0.1_9 03 Dec 2016 22:24:36 |
jbeich |
textproc/hunspell: update to 1.5.4
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt) |
1.0.1_8 25 Apr 2016 14:41:38 |
mat |
Don't lie about having a configure script.
Reported by: antoine
Sponsored by: Absolight |
1.0.1_8 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.0.1_8 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.0.1_8 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.0.1_8 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.0.1_7 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0.1_7 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.0.1_7 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
1.0.1_6 22 Nov 2013 13:34:33 |
bsam |
Adopt using qmake.
Requested by: makc |
1.0.1_6 22 Nov 2013 11:51:21 |
bsam |
. support STAGE;
. remove desktop-file-utils from USES (no mime file types);
. convert USE_DOS2UNIX -> USES=dos2unix;
. get use INSTALLS_ICONS=yes;
. use REINPLACE_CMD macro instaed of ${SED}. |
1.0.1_6 22 Oct 2013 14:01:39 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [st])
Approved by: portmgr (bdrewery) |
1.0.1_6 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.0.1_6 12 Sep 2013 13:33:00 |
bsam |
1. Fix build with clang and libc++ (3 cases, add "#include <unistd.h>" to
apropriate files):
-----
bgl_babylon.cc:97:19: error: use of undeclared identifier 'dup'
file = gzdopen( DUP( fileno( f ) ), "r" );
^
bgl_babylon.cc:36:13: note: expanded from macro 'DUP'
#define DUP dup
^
-----
processwrapper.cc:99:12: error: use of undeclared identifier 'getpid'
return getpid();
^
-----
qtsingleapplication/src/qtlocalpeer.cpp:96:56: error: no member named 'getuid'
in the global namespace
socketName += QLatin1Char('-') + QString::number(::getuid(), 16);
~~^
-----
2. Use new syntax for LIB_DEPENDS. |
1.0.1_6 26 May 2013 07:50:48 |
bsam |
. be more declarative: WRKSRC=${WRKDIR} -> NO_WRKSUBDIR=yes;
. do not mute install command. |
1.0.1_6 24 May 2013 18:42:01 |
bsam |
USE_GNOME=desktopfileutils -> USES+=desktop-file-utils. |
1.0.1_6 24 May 2013 18:36:41 |
bsam |
Remove a check for old unsupported version. |
1.0.1_6 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.0.1_6 05 Nov 2012 08:19:07 |
bsam |
Use a better description at COMMENT.
Suggested by: danfe
Feature safe: yes |
1.0.1_6 03 Nov 2012 18:03:06 |
bsam |
. move LICENCE up and pet portlint; [1]
. change WWW at pkg-descr; [1]
. remove LICENSE from pkg-descr;
. use two line style headers;
. remove ABI version (.0) from LIB_DEPENDS (hunspell-1.3 *is* the libarary
name);
. remove the indefinite article from COMMENT;
. USE_GNOME=pkgconfig -> USE_PKGCONFIG=build;
. make use of desktopfileutils at port and package;
. bump PORTREVISION.
PR: ports/173243 [1]
Submitted by: nemysis <nemysis@gmx.ch> [1]
Feature safe: yes |
1.0.1_5 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
1.0.1_4 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.0.1_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.0.1_3 21 May 2012 14:36:33 |
rakuco |
Add phonon to QT_COMPONENTS.
goldendict seems to use phonon, but it was not listed in the
dependency list explicitly, which failed the Qt 4.8.1 exp-run.
PORTREVISION bumped due to the dependency list change.
Approved by: miwi (Qt 4.8.1 exp-run) |
1.0.1_2 15 Feb 2012 16:37:37 |
bsam |
Remove unused variable USE_QT4.
E-mailed by: eadler@
Found by: Alex Kozlov
Tested at: Redports |
1.0.1_2 21 Jul 2011 06:57:13 |
bapt |
Bump port revision to mark hunspell shlib change (forgotten before)
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (by mail) |
1.0.1_1 19 Jul 2011 05:23:03 |
bapt |
- update to 1.3.2
- remove hungarian dictionnary (will be readded later as a separate port)
- rework description
- change WWW
- chase library bump
- add license |
1.0.1_1 18 Jul 2011 16:21:26 |
jlaffaye |
- Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell
- Chase hunspell move
- Add an entry to MOVED and UPDATING
Approved by: bapt (mentor) |
1.0.1_1 12 May 2011 12:06:36 |
bsam |
Seems that recently something was changed at the ports tree, so
add an explicit dependency upon x11/libXtst:
. USE_XORG+=xtst;
. bump PORTREVISION.
Spotted by: pointyhat via pavmail |
1.0.1 28 Dec 2010 16:03:27 |
bsam |
. update to version 1.0.1;
. add LICENSE info. |
0.9.0_2 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
0.9.0_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.9.0 14 Nov 2009 13:35:47 |
bsam |
. fix build (add apropriate QT_COMPONENTS);
. fix pkg-plist by adding "@dirrmtry share/applications"
(hm, that common directory doesn't seem belong to any *hier port). |
0.9.0 13 Nov 2009 14:07:49 |
bsam |
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/ |