aboutsummaryrefslogtreecommitdiff
path: root/textproc/qstardict
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* textproc/qstardict:Max Brazhnikov2019-04-212-3/+9
| | | | | | | | | - Add option for KDE integration - Drop MASTER_SITES: mixing USE_GITHUB and MASTER_SITES makes no sense - Take maintainership Notes: svn path=/head/; revision=499594
* textproc/qstardict: fix build with GCC-based architecturesFernando Apesteguía2019-04-091-1/+1
| | | | | | | | PR: 237120 Submitted by: pkubaj@anongoth.pl Notes: svn path=/head/; revision=498519
* textproc/qstardict: update to 1.3 (with Qt5)Tobias C. Berner2019-03-096-70/+39
| | | | Notes: svn path=/head/; revision=495176
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+3
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=486467
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-3/+4
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=473503
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* - Add LICENSEDmitry Marakasov2016-11-075-13/+18
| | | | | | | | | - Add missing depends - Cosmetic fixes - Regenerate patches Notes: svn path=/head/; revision=425607
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* Convert my ports to new options helpersMax Brazhnikov2015-08-251-18/+10
| | | | Notes: svn path=/head/; revision=395231
* Cleanup plistAntoine Brodin2014-11-151-5/+0
| | | | Notes: svn path=/head/; revision=372605
* Convert my ports to USES=tarMax Brazhnikov2014-05-121-2/+1
| | | | Notes: svn path=/head/; revision=353800
* Add patches to fix build on 10 and headMax Brazhnikov2013-12-092-0/+20
| | | | Notes: svn path=/head/; revision=335996
* - Remove now needless qmake_build from USE_QT4Max Brazhnikov2013-11-211-3/+3
| | | | | | | | - Get rid of QMAKEFLAGS - Convert to USES=dos2unix Notes: svn path=/head/; revision=334497
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331274
* - Convert to USES= qmakeMax Brazhnikov2013-10-091-10/+2
| | | | | | | | | | - Bring stage support - Adjust DESKTOP_ENTRIES - Use options helpers - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=329880
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326422
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it'sMax Brazhnikov2013-03-251-1/+1
| | | | | | | | already defined - Remove OPTIONS_DEFINE, if it contains only global options Notes: svn path=/head/; revision=315222
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Update to 1.0.1Max Brazhnikov2012-09-123-10/+7
| | | | Notes: svn path=/head/; revision=304146
* Fix typo/logic after conversion to new option frameworkMax Brazhnikov2012-07-311-1/+1
| | | | | | | Reported by: erwin/pointyhat for textproc/qstardict Notes: svn path=/head/; revision=301787
* - Convert my ports to new options frameworkMax Brazhnikov2012-07-271-10/+11
| | | | | | | | - use CONFLICTS_INSTALL - other minor changes Notes: svn path=/head/; revision=301600
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove comments and optional dependencies for ports which areDoug Barton2011-11-011-1/+0
| | | | | | | about to be removed. Notes: svn path=/head/; revision=284872
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 0.13.1Max Brazhnikov2009-02-124-34/+33
| | | | Notes: svn path=/head/; revision=228143
* - Update to 0.12.9Martin Wilke2008-06-183-17/+12
| | | | | | | | PR: 124508 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) Notes: svn path=/head/; revision=215197
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.12.7Pav Lucistnik2008-04-062-4/+4
| | | | | | | | PR: ports/122484 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) Notes: svn path=/head/; revision=210676
* - Update to 0.12Martin Wilke2008-03-292-4/+4
| | | | | | | | PR: 122208 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) Notes: svn path=/head/; revision=210114
* - Update to 0.9Martin Wilke2008-03-265-20/+51
| | | | | | | | PR: 122024 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) Notes: svn path=/head/; revision=209861
* - Pass maintainership to submitterPhilippe Audeoud2008-03-161-1/+1
| | | | | | | | | PR: ports/121667 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=209161
* Reset relaxbsd@gmail.com due to maintainer-timeouts.Mark Linimon2008-03-021-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=208315
* - Update to 0.08Rong-En Fan2008-03-023-7/+30
| | | | | | | | | | | - Add OPTIONS for dbus and nls PR: ports/119457 Submitted by: Max Brazhnikov <makc at issp.ac.ru> Approved by: maintainer timeout (2 months) Notes: svn path=/head/; revision=208308
* - Chase the location of the dictionariesPav Lucistnik2007-12-151-1/+2
| | | | | | | | | PR: ports/117809 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=203698
* - Change some dependencies into build only after bsd.qt.mk rev 1.3Rong-En Fan2007-08-111-1/+1
| | | | | | | | PR: ports/115195 Submitted by: Yinghong.Liu (maintainer) Notes: svn path=/head/; revision=197446
* Update to 0.5Tilman Keskinoz2007-07-303-18/+4
| | | | | | | | PR: 115039 Submitted by: Yinghong.Liu <relaxbsd@gmail.com> Notes: svn path=/head/; revision=196752
* QStarDict is a StarDict clone written with using Qt4.Rong-En Fan2007-07-205-0/+85
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> Notes: svn path=/head/; revision=195923