aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/goldendict
Commit message (Collapse)AuthorAgeFilesLines
* textproc/goldendict: Fix iconv wchar_t initialization error.bsam2018-02-041-2/+3
| | | | | | | | | | 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)
* Remove USES=execinfo.mat2018-02-041-1/+1
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-191-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* textproc/hunspell: update to 1.6.0jbeich2017-01-071-2/+2
| | | | | | | | | | | | | | | - 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
* textproc/hunspell: update to 1.5.4jbeich2016-12-041-2/+2
| | | | | | | 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)
* Don't lie about having a configure script.mat2016-04-251-1/+0
| | | | | Reported by: antoine Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* converters/libiconv:tijl2015-04-152-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Cleanup plistantoine2014-11-161-2/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-261-2/+1
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-181-1/+1
|
* Adopt using qmake.bsam2013-11-221-8/+2
| | | | Requested by: makc
* . support STAGE;bsam2013-11-221-6/+8
| | | | | | | . 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}.
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* 1. Fix build with clang and libc++ (3 cases, add "#include <unistd.h>" tobsam2013-09-124-3/+31
| | | | | | | | | | | | | | | | | | | | | | 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.
* . be more declarative: WRKSRC=${WRKDIR} -> NO_WRKSUBDIR=yes;bsam2013-05-261-3/+2
| | | | . do not mute install command.
* USE_GNOME=desktopfileutils -> USES+=desktop-file-utils.bsam2013-05-252-5/+1
|
* Remove a check for old unsupported version.bsam2013-05-251-7/+1
|
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* Use a better description at COMMENT.bsam2012-11-051-1/+1
| | | | | Suggested by: danfe Feature safe: yes
* . move LICENCE up and pet portlint; [1]bsam2012-11-043-13/+12
| | | | | | | | | | | | | | | . 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
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Add phonon to QT_COMPONENTS.rakuco2012-05-211-2/+2
| | | | | | | | | 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)
* Remove unused variable USE_QT4.bsam2012-02-161-1/+0
| | | | | | E-mailed by: eadler@ Found by: Alex Kozlov Tested at: Redports
* Bump port revision to mark hunspell shlib change (forgotten before)bapt2011-07-211-1/+1
| | | | Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (by mail)
* - update to 1.3.2bapt2011-07-191-1/+1
| | | | | | | | - remove hungarian dictionnary (will be readded later as a separate port) - rework description - change WWW - chase library bump - add license
* - Connect textproc/hunspell to the buildjlaffaye2011-07-191-1/+1
| | | | | | | | - Unconnect hungarian/hunspell - Chase hunspell move - Add an entry to MOVED and UPDATING Approved by: bapt (mentor)
* Seems that recently something was changed at the ports tree, sobsam2011-05-121-0/+2
| | | | | | | | add an explicit dependency upon x11/libXtst: . USE_XORG+=xtst; . bump PORTREVISION. Spotted by: pointyhat via pavmail
* . update to version 1.0.1;bsam2010-12-298-42/+61
| | | | . add LICENSE info.
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* . fix build (add apropriate QT_COMPONENTS);bsam2009-11-142-2/+3
| | | | | . fix pkg-plist by adding "@dirrmtry share/applications" (hm, that common directory doesn't seem belong to any *hier port).
* The project aims to create a feature-rich dictionary lookup program.bsam2009-11-138-0/+155
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/